Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANUnmarshall
-
Packages that use ANUnmarshall 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 ANUnmarshall in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANUnmarshall Modifier and Type Method Description static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with template and container with requirement.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with stereotype and container with requirement.ANUnmarshall
ANInputPin. getUnmarshallAction()
Action that breaks the object into outputs.ANUnmarshall
ANOutputPin. getUnmarshallAction()
Action that breaks the input object into outputs. -
Uses of ANUnmarshall in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANUnmarshall Modifier and Type Method Description java.util.List<ANUnmarshall>
CLClassifier. getUnmarshallAction(K_CONTROL_OPTION... behaviourFlags)
Action that breaks an object of a known type into outputs.
-