Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACStructuredNode
-
Packages that use ACStructuredNode Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of ACStructuredNode in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACStructuredNode Modifier and Type Method Description static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structured Activity Node with template and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structured Activity Node with stereotype and container.ACStructuredNode
ACVariable. getScope()
A structured activity node that owns the variable.ACStructuredNode
ANInputPin. getStructuredActivityNode()
TheACStructuredNode
which owns thisANInputPin
.ACStructuredNode
ANOutputPin. getStructuredActivityNode()
TheACStructuredNode
which owns thisANOutputPin
.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACStructuredNode Modifier and Type Method Description java.util.List<ACStructuredNode>
ACActivity. getStructuredNode(K_CONTROL_OPTION... behaviourFlags)
Top-level structured nodes in the activity.java.util.List<ACStructuredNode>
ACActivity. getStructuredNodeInCycle(K_CONTROL_OPTION... behaviourFlags)
All structured activity nodes of the activity which are assigned to another structured activity node and which lie in a circle of assignments.java.util.List<ACStructuredNode>
ACActivity. getStructuredNodeInCycle(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getStructuredNodeInCycle and filters its return values according to the given stereotype value. -
Uses of ACStructuredNode in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return ACStructuredNode Modifier and Type Method Description ACStructuredNode
MEConstraint. getNamespaceStructuredNode()
The structured node owning this constraint.ACStructuredNode
MESimpleConstraint. getOwningStructuredNode()
The structured node owning this constraint.
-