Uses of Interface
de.mid.innovator.srv2api.icw2class.CLPort
Packages that use CLPort
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.
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 CLPortModifier and TypeMethodDescriptionANInvocation.getPort()TheANInvocationbeing tied to aCLPort. -
Uses of CLPort in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLPortModifier and TypeMethodDescriptionstatic CLPortCLPortHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Port with template and container.static CLPortCLPortHelper.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 CLPortModifier and TypeMethodDescriptionCLEncapsulatedClassifier.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 CLPortModifier and TypeMethodDescriptionSMProtocolStateMachine.getPort()All ports used by this protocol state machine.