Uses of Interface
de.mid.innovator.srv2api.icw2class.CLAssociation
Packages that use CLAssociation
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.
-
Uses of CLAssociation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLAssociationMethods in de.mid.innovator.srv2api.icw2ac with parameters of type CLAssociationModifier and TypeMethodDescriptionvoidANClearAssociation.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.icw2classModifier and TypeInterfaceDescriptioninterfaceA model element that has both association and class properties.interfaceA 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 CLAssociationModifier and TypeMethodDescriptionCLProperty.associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay) Creates a navigable association from this property.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association with template from source to target element.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association with template, container and a sequence of elements.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Association with template and a sequence of elements.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association with stereotype from source to target element.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association with stereotype, container and a sequence of elements.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Association with stereotype and a sequence of elements.CLProperty.getOwningAssociation()The association that owns this property.CLProperty.getPropertyAssociation()The association this property is assigned to.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 CLAssociationModifier and TypeMethodDescriptionstatic List<CLAssociation> CLClassifierHelper.associateClassifier(SrvContext srvCtx, ADClientAble ohDia, List<? extends CLClassifier> seqCL, boolean makeOneWay) Creates navigable associations from properties of the specified classifiers.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 CLAssociationModifier and TypeMethodDescriptionvoidCLConnector.setType(CLAssociation value) Set the value of Foreign Key Type.