Uses of Interface
de.mid.innovator.srv2api.icw2class.CLAssociation
-
Packages that use CLAssociation 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 CLAssociation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLAssociation Modifier and Type Method Description CLAssociation
ANClearAssociation. getAssociation()
Association to be cleared.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLAssociation Modifier and Type Method Description void
ANClearAssociation. setAssociation(CLAssociation value)
Set the value of Foreign Key Association. -
Uses of CLAssociation in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLAssociation in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLAssocClass
A model element that has both association and class properties.interface
CLCommunicationPath
A communication path is an association between two deployment targets which they are able to exchange signals and messages through.Methods in de.mid.innovator.srv2api.icw2class that return CLAssociation Modifier and Type Method Description CLAssociation
CLProperty. associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
Creates a navigable association from this property.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with template from source to target element.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association with template, container and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Association with template and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with stereotype from source to target element.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype, container and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype and a sequence of elements.CLAssociation
CLProperty. getOwningAssociation()
The association that owns this property.CLAssociation
CLProperty. getPropertyAssociation()
The association this property is assigned to.CLAssociation
CLConnector. getType()
An optional association that specifies the link corresponding to this connector.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLAssociation Modifier and Type Method Description static java.util.List<CLAssociation>
CLClassifierHelper. associateClassifier(SrvContext srvCtx, ADClientAble ohDia, java.util.List<? extends CLClassifier> seqCL, boolean makeOneWay)
Creates navigable associations from properties of the specified classifiers.java.util.List<CLAssociation>
CLAssociation. dissociateProperty(boolean item)
Dissociates the navigable properties from the association and deletes the association itself.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLAssociation Modifier and Type Method Description void
CLConnector. setType(CLAssociation value)
Set the value of Foreign Key Type.
-