Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANCreateObject
Packages that use ANCreateObject
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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 ANCreateObjectModifier and TypeMethodDescriptionstatic ANCreateObjectANCreateObjectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Object Action with template and container with requirement.static ANCreateObjectANCreateObjectHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Object Action with stereotype and container with requirement.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 ANCreateObjectModifier and TypeMethodDescriptionCLClassifier.getCreateObjectAction()The action that creates an object that conforms to the statically specified classifier and puts it on an output pin at runtime.