Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Packages that use ProcessConstants.NodeProperty
Package
Description
-
Uses of ProcessConstants.NodeProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.NodePropertyModifier and TypeMethodDescriptionstatic UpdateManager.NodeProperties[]ChangeOperationTools.getCorrespondingNodeProperties(ProcessConstants.NodeProperty... nodeProperties) Convert an array of NodeProperty to an array of corresponding NodeProperties.static booleanUpdateNode.isPossible(ChangeableInstance instance, Node node, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural and state based correctness) for the given node to update the properties given bynodePropertiesin the instance.static booleanUpdateNode.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural and state based correctness) for the given node to update the properties given bynodePropertiesin the instance.static booleanUpdateNode.isPossible(Template template, Node node, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural correctness) for the given node to update the properties given bynodePropertiesin the template.static booleanUpdateNode.isPossible(Template template, Node node, CheckReport checkReport, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural correctness) for the given node to update the properties given bynodePropertiesin the template.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 voidUpdateNode.performOperation(ChangeableInstance instance, Node node, UpdateManager updateManager, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given instance using the data in the given node.static voidUpdateNode.performOperation(ChangeableInstance instance, Node node, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given instance using the data in the given node.static voidUpdateNode.performOperation(ChangeableTemplate template, Node node, UpdateManager updateManager, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given template using the data in the given node.static voidUpdateNode.performOperation(ChangeableTemplate template, Node node, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given template using the data in the given node.protected static voidUpdateNode.performOperation(ChangePrimitives processGraph, Node node, UpdateManager updateManager, ProcessConstants.NodeProperty... nodeProperties) Worker method to do the structural changes for both changeable templates and changeable instances.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 ProcessConstants.NodeProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.NodePropertyModifier and TypeMethodDescriptionProcessConstants.NodeProperty.valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProcessConstants.NodeProperty[]ProcessConstants.NodeProperty.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.NodeProperty in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.NodePropertyModifier and TypeMethodDescriptionDeltaLayer.getChangedNodeProperties(int nodeID) Returns the properties of a given node, which have been changed.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.NodePropertyModifier and TypeMethodDescriptionChangePrimitives.updateNode(Node node, ProcessConstants.NodeProperty... nodeProperties) Updates a node object using the data in the given node.