Uses of Class
de.aristaflow.adept2.model.processmodel.systemdata.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in de.aristaflow.adept2.core.changeoperations
Fields in de.aristaflow.adept2.core.changeoperations with type parameters of type DependencyModifier and TypeFieldDescriptionprotected final Map<String,Dependency> NodeDependencyProvider.injectedDependenciesinjected parameters and their dependenciesMethods in de.aristaflow.adept2.core.changeoperations that return DependencyModifier and TypeMethodDescriptionNodeDependencyProvider.getDependencyOf(String parameterName) VolatileNodeDependencyProvider.getDependencyOf(String parameterName) Methods in de.aristaflow.adept2.core.changeoperations that return types with arguments of type DependencyModifier and TypeMethodDescriptionNodeDependencyProvider.getDependencyTypeArguments(Object dependencyType, ProcessConstants.AdeptDataType dataType, String udtName) NodeDependencyProvider.getDependencyTypeArguments(Object dependencyType, ProcessConstants.AdeptDataType dataType, UUID identifierID) NodeDependencyProvider.getParameterBindings()Returns the parameter bindings, i.e.Methods in de.aristaflow.adept2.core.changeoperations with parameters of type DependencyModifier and TypeMethodDescriptionNodeDependencyProvider.getLabelForArgument(Dependency dependency) NodeDependencyProvider.getLabelForTypeAndArgument(Dependency dependency) NodeDependencyProvider.getPreferredParameter(Dependency dependency) voidNodeDependencyProvider.injectDependency(String parameterName, Dependency dependency) Injects an additional parameter into this dependency provider.Method parameters in de.aristaflow.adept2.core.changeoperations with type arguments of type DependencyModifier and TypeMethodDescriptionstatic booleanUpdateNode.btnAutoStartEnabled(Template template, Node node, String nodeSAR, Map<String, Dependency> dependencies) static booleanUpdateNodeSystemDependency.isPossible(ChangeableInstance instance, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Checks if the parameter binding is valid (concerning structural and state based correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.static booleanUpdateNodeSystemDependency.isPossible(ChangeableInstance instance, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, CheckReport checkReport) Checks if the parameter binding is valid (concerning structural and state based correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.protected static booleanUpdateNodeSystemDependency.isPossible(Template templ, ChangeableInstance inst, Node tempNode, Map<String, Dependency> bindings, ProcessConstants.NodeProperty nodeProp, CheckReport cr) Gets whether updating the node system dependencies is possible for the designated template or the designated instance.static booleanUpdateNodeSystemDependency.isPossible(Template template, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Checks if the parameter binding is valid (concerning structural correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.static booleanUpdateNodeSystemDependency.isPossible(Template template, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, CheckReport checkReport) Checks if the parameter binding is valid (concerning structural correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Updates the system parameters of a node object in the given template using the data in the given node.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, UpdateManager updateManager) Updates the system parameters of a node object in the given template using the data in the given node.protected static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableTemplate cTempl, ChangeableInstance inst, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, UpdateManager updateManager) Worker method to do the structural changes for both changeable templates and changeable instances.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableTemplate template, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Updates the system parameters of a node object in the given template using the data in the given node.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableTemplate template, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, UpdateManager updateManager) Updates the system parameters of a node object in the given template using the data in the given node. -
Uses of Dependency in de.aristaflow.adept2.model.processmodel.systemdata
Methods in de.aristaflow.adept2.model.processmodel.systemdata that return DependencyModifier and TypeMethodDescriptionDependencyProvider.getDependencyOf(String parameterName) Returns dependency-related information about the parameter with the specified name ornullif the parameter has currently no dependency bound to it or the parameter does not exist.Methods in de.aristaflow.adept2.model.processmodel.systemdata that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyProvider.getDependencyTypeArguments(Object dependencyType, ProcessConstants.AdeptDataType dataType, String udtName) The same asDependencyProvider.getDependencyTypeArguments(Object, de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType, UUID)but restricting based on the designated UDT name instead of the identifier ID.DependencyProvider.getDependencyTypeArguments(Object dependencyType, ProcessConstants.AdeptDataType dataType, UUID identifierID) Returns all available dependencies for the specified dependency type in a map.Methods in de.aristaflow.adept2.model.processmodel.systemdata with parameters of type DependencyModifier and TypeMethodDescriptionDependencyProvider.getLabelForArgument(Dependency dependency) Returns a label text for argument of the designated dependency.DependencyProvider.getLabelForTypeAndArgument(Dependency dependency) Returns a label text for the designated dependency.DependencyProvider.getPreferredParameter(Dependency dependency) Returns the preferred parameter name and type for the specified dependency.