Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACDecisionNode
-
Packages that use ACDecisionNode 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. -
-
Uses of ACDecisionNode in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACDecisionNode Modifier and Type Method Description static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Node with template and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Node with stereotype and container.ACDecisionNode
ACDecisionBehavior. getDecisionNode()
The decision node.
-