Uses of Interface
de.aristaflow.adept2.model.processmodel.InstanceNode
-
Packages that use InstanceNode Package Description de.aristaflow.adept2.core.datamanager de.aristaflow.adept2.core.processmanager de.aristaflow.adept2.model.processmodel -
-
Uses of InstanceNode in de.aristaflow.adept2.core.datamanager
Method parameters in de.aristaflow.adept2.core.datamanager with type arguments of type InstanceNode Modifier and Type Method Description Map<UUID,InputDataContainer>
DataMonitor. getCurrentDataValues(SessionToken session, Collection<InstanceNode> instTrees, Map<UUID,Map<Integer,ProcessConstants.AdeptDataType>> dataElementIds)
Gets the current values of the designated data elements for the designated instances. -
Uses of InstanceNode in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return types with arguments of type InstanceNode Modifier and Type Method Description Collection<InstanceNode>
InstanceManager. getInstanceTreesOf(SessionToken session, UUID[] rootTemplateIds, UUID[] selectedTemplateIds, Filter instanceFilter, Filter instanceStatusFilter)
Gets trees for all instances of the designated templates matching the instance filter. -
Uses of InstanceNode in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return InstanceNode Modifier and Type Method Description InstanceNode
InstanceNode. addVarParSibling(InstanceNode sibling)
Adds the designated instance node as new varpar sibling.InstanceNode
ProcessModelFactory. createInstanceNode(InstanceReference instRef, UUID baseTemplId)
Creates an instance node that allows for building instance trees for a top-level instance.InstanceNode
ProcessModelFactory. createInstanceNode(InstanceReference instRef, UUID baseTemplId, int iteration)
Creates an instance node that allows for building instance trees for a child instance outside of a var par.InstanceNode
ProcessModelFactory. createVarParInstanceNode(InstanceReference instRef, UUID baseTemplId, int iteration, int varParIndex)
Creates an instance node of a varpar that allows for building instance trees.InstanceNode
InstanceNode. getVarParSibling()
Gets the next sibling of this instance in case of varpar.Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type InstanceNode Modifier and Type Method Description SortedMap<Integer,InstanceNode>
InstanceNode. getChildAt(int nodeId)
Gets the direct child instances at the designated node of the instance this instance node refers to indexed by the iterations of the designated node.Map<Integer,SortedMap<Integer,InstanceNode>>
InstanceNode. getChildren()
Gets the direct child instances of the instance this instance node refers to.Methods in de.aristaflow.adept2.model.processmodel with parameters of type InstanceNode Modifier and Type Method Description void
InstanceNode. addChild(int nodeId, InstanceNode child)
Adds the designated instance node as child at the designated node ID.InstanceNode
InstanceNode. addVarParSibling(InstanceNode sibling)
Adds the designated instance node as new varpar sibling.Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type InstanceNode Modifier and Type Method Description void
InstanceNode. setSiblings(TreeMap<Integer,InstanceNode> siblings)
Sets the designated map as varpar sibling map of this instance node.
-