Uses of Interface
de.mid.innovator.srv2api.icw2class.CLCollaborationUse
-
Packages that use CLCollaborationUse Package Description 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 CLCollaborationUse in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLCollaborationUse Modifier and Type Method Description static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with template and container with requirement.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with stereotype and container with requirement.CLCollaborationUse
CLStructuredClassifier. getRepresentation()
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLCollaborationUse Modifier and Type Method Description java.util.List<CLCollaborationUse>
CLStructuredClassifier. getCollaborationUse(K_CONTROL_OPTION... behaviourFlags)
All collaboration uses owned by this structured classifier.java.util.List<CLCollaborationUse>
CLCollaboration. getTypedCollaborationUse(K_CONTROL_OPTION... behaviourFlags)
All collaboration uses which use this collaboration.
-