Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANClearAssociation
-
Packages that use ANClearAssociation 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 ANClearAssociation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANClearAssociation Modifier and Type Method Description static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with template and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with stereotype and container with requirement.ANClearAssociation
ANInputPin. getClearAssociationAction()
Action that destroys all links of an association which a particular object participates in. -
Uses of ANClearAssociation in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ANClearAssociation Modifier and Type Method Description java.util.List<ANClearAssociation>
CLAssociation. getClearAssociationAction(K_CONTROL_OPTION... behaviourFlags)
The action that destroys all links of the association which a particular object participates in.
-