Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACStructuredNode
Packages that use ACStructuredNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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 ACStructuredNodeModifier and TypeMethodDescriptionstatic ACStructuredNodeACStructuredNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structured Activity Node with template and container.static ACStructuredNodeACStructuredNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structured Activity Node with stereotype and container.ACVariable.getScope()A structured activity node that owns the variable.ANInputPin.getStructuredActivityNode()TheACStructuredNodewhich owns thisANInputPin.ANOutputPin.getStructuredActivityNode()TheACStructuredNodewhich owns thisANOutputPin.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACStructuredNodeModifier and TypeMethodDescriptionACActivity.getStructuredNode()Top-level structured nodes in the activity.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.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 ACStructuredNodeModifier and TypeMethodDescriptionMEConstraint.getNamespaceStructuredNode()The structured node owning this constraint.MESimpleConstraint.getOwningStructuredNode()The structured node owning this constraint.