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 InstanceNodeInstanceNode. addVarParSibling(InstanceNode sibling)Adds the designated instance node as new varpar sibling.InstanceNodeProcessModelFactory. createInstanceNode(InstanceReference instRef)Creates an instance node that allows for building instance trees for a top-level instance.InstanceNodeProcessModelFactory. createInstanceNode(InstanceReference instRef, int iteration)Creates an instance node that allows for building instance trees for a child instance outside of a var par.InstanceNodeProcessModelFactory. createInstanceNode(InstanceReference instRef, UUID baseTemplId)Deprecated, for removal: This API element is subject to removal in a future version.InstanceNodeProcessModelFactory. createInstanceNode(InstanceReference instRef, UUID baseTemplId, int iteration)Deprecated, for removal: This API element is subject to removal in a future version.InstanceNodeProcessModelFactory. createVarParInstanceNode(InstanceReference instRef, int iteration, int varParIndex)Creates an instance node of a varpar that allows for building instance trees.InstanceNodeProcessModelFactory. createVarParInstanceNode(InstanceReference instRef, UUID baseTemplId, int iteration, int varParIndex)Deprecated, for removal: This API element is subject to removal in a future version.InstanceNodeInstanceNode. getVarParSibling()Deprecated, for removal: This API element is subject to removal in a future version.UsegetVarParSiblings()instead.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.List<InstanceNode>InstanceNode. getVarParSiblings()Gets the siblings of this instance in case of varpar.Methods in de.aristaflow.adept2.model.processmodel with parameters of type InstanceNode Modifier and Type Method Description voidInstanceNode. addChild(int nodeId, InstanceNode child)Adds the designated instance node as child at the designated node ID.InstanceNodeInstanceNode. 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 voidInstanceNode. setSiblings(TreeMap<Integer,InstanceNode> siblings)Sets the designated map as varpar sibling map of this instance node.
-