Uses of Interface
de.mid.innovator.srv2api.icw2class.CLConnector
Packages that use CLConnector
Package
Description
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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 CLConnectorModifier and TypeMethodDescriptionBEBehavior.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 CLConnectorModifier and TypeMethodDescriptionstatic CLConnectorCLConnectorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Connector with template from source to target element.static CLConnectorCLConnectorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Connector with stereotype from source to target element.CLConnectorEnd.getConnector()The connector of this end.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLConnectorModifier and TypeMethodDescriptionCLAssociation.getConnector()Connectors typed by this association.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 CLConnectorModifier and TypeFieldDescriptionARG_AddConnectorList.seqSellist of selected connectors to be addedMethod parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type CLConnectorModifier and TypeMethodDescriptionCLCompositeStructureDia.addConnectorDlg(CLDiaElemNode ohNode, 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 CLConnectorModifierConstructorDescriptionARG_AddConnectorList(CLDiaElemNode ohNode, List<CLConnector> seqSel, boolean addNode)