Uses of Interface
de.mid.innovator.srv2api.icw2class.CLPort
-
Packages that use CLPort 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.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of CLPort in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLPort Modifier and Type Method Description CLPort
ANInvocation. getPort()
TheANInvocation
being tied to aCLPort
. -
Uses of CLPort in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLPort Modifier and Type Method Description static CLPort
CLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Port with template and container.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Port with stereotype and container.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLPort Modifier and Type Method Description java.util.List<CLPort>
CLEncapsulatedClassifier. getOwnedPort(K_CONTROL_OPTION... behaviourFlags)
The set of port attributes owned by EncapsulatedClassifier. -
Uses of CLPort in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type CLPort Modifier and Type Method Description java.util.List<CLPort>
SMProtocolStateMachine. getPort()
All ports used by this protocol state machine.
-