Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANCreateObject
-
Packages that use ANCreateObject 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of ANCreateObject in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANCreateObject Modifier and Type Method Description static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with template and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with stereotype and container with requirement.ANCreateObject
ANOutputPin. getCreateObjectAction()
Action that creates the object that conforms to the statically-specified classifier and puts it on this output pin at runtime. -
Uses of ANCreateObject in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANCreateObject Modifier and Type Method Description java.util.List<ANCreateObject>
CLClassifier. getCreateObjectAction(K_CONTROL_OPTION... behaviourFlags)
The action that creates an object that conforms to the statically specified classifier and puts it on an output pin at runtime.
-