Uses of Interface
de.mid.innovator.srv2api.icw2class.CLConnector
-
Packages that use CLConnector Package Description de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.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.icw2cldia Diagrams and graphical representations for elements of the icw2class package. -
-
Uses of CLConnector in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type CLConnector Modifier and Type Method Description java.util.List<CLConnector>
BEBehavior. getConnector()
The set of connectors that this behavior specifies a valid interaction pattern for. -
Uses of CLConnector in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLConnector Modifier and Type Method Description static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with template from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with stereotype from source to target element.CLConnector
CLConnectorEnd. getConnector()
The connector of this end.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLConnector Modifier and Type Method Description java.util.List<CLConnector>
CLAssociation. getConnector()
Connectors typed by this association.java.util.List<CLConnector>
CLStructuredClassifier. getOwnedConnector(K_CONTROL_OPTION... behaviourFlags)
Connectors owned by this classifier. -
Uses of CLConnector in de.mid.innovator.srv2api.icw2cldia
Fields in de.mid.innovator.srv2api.icw2cldia with type parameters of type CLConnector Modifier and Type Field Description java.util.List<CLConnector>
ARG_AddConnectorList. seqSel
list of selected connectors to be addedMethod parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type CLConnector Modifier and Type Method Description java.util.List<PRPresContent>
CLCompositeStructureDia. addConnectorDlg(CLDiaElemNode ohNode, java.util.List<? extends CLConnector> seqSel, boolean addNode)
Adds connectors as edges or nodes to this diagram.Constructor parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type CLConnector Constructor Description ARG_AddConnectorList(CLDiaElemNode ohNode, java.util.List<CLConnector> seqSel, boolean addNode)
-