Uses of Enum Class
de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer
Packages that use SystemDataProducer
Package
Description
-
Uses of SystemDataProducer in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type SystemDataProducerModifier and TypeMethodDescriptionprotected static booleanAddSystemDataFlow.isPossible(Instance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to add a system data flow of the given type between the given nodes.static booleanAddSystemDataFlow.isPossible(Instance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName) Check if it is possible (concerning structural correctness and state based correctness) to add a system data flow of the given type between the given nodes.static booleanAddSystemDataFlow.isPossible(Instance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness and state based correctness) to add a system data flow of the given type between the given nodes.protected static booleanAddSystemDataFlow.isPossible(Template template, int prodNodeId, SystemDataProducer systemDataType, int consNodeId, CheckReport checkReport) Check if it is possible (concerning structural correctness) to add a system data flow of the given type between the given nodes.static booleanAddSystemDataFlow.isPossible(Template template, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName) Check if it is possible (concerning structural correctness) to add a system data flow between the given nodes.static booleanAddSystemDataFlow.isPossible(Template template, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, CheckReport checkReport) Check if it is possible (concerning structural correctness) to add a system data flow of the given type between the given nodes.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName) Adds a system data flow of the given type between the given nodes in the given instance.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, UpdateManager updateManager) Adds a system data flow of the given type between the given nodes in the given instance.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableTemplate template, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName) Adds a system data flow of the given type between the given nodes.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableTemplate template, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, UpdateManager updateManager) Adds a system data flow of the given type between the given nodes.protected static voidAddSystemDataFlow.performOperation(SessionToken session, ChangePrimitives processGraph, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, UpdateManager updateManager) Worker method to do the structural changes for both changeable templates and changeable instances. -
Uses of SystemDataProducer in de.aristaflow.adept2.model.processmodel.systemdata
Methods in de.aristaflow.adept2.model.processmodel.systemdata that return SystemDataProducerModifier and TypeMethodDescriptionSystemDataProducer.getCompanion()Gets the system data producer that is a companion of this.static SystemDataProducerSystemDataProducer.getProducerForIdentifierID(UUID identifierID) Returns theSystemDataProducermatching the specified identifier ID ornullif there exists none.static SystemDataProducer[]SystemDataProducer.nodeProduced()Gets all the values that are produced by arbitrary nodes.static SystemDataProducer[]SystemDataProducer.startNodeProduced()Gets all the values that are produced by the start node, that is, the data stems from template or instance objects.static SystemDataProducerReturns the enum constant of this class with the specified name.static SystemDataProducer[]SystemDataProducer.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.aristaflow.adept2.model.processmodel.systemdata with parameters of type SystemDataProducerModifierConstructorDescriptionDependency(SystemDataProducer type, int id, String name) Creates a new dependency for the designated system data producer (type), the system data producer having the designated ID (usually a node ID) and the designated name (usually a node name).