Uses of Interface
de.mid.innovator.srv2api.icw2model.MECopy
-
Packages that use MECopy Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MECopy in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MECopy Modifier and Type Method Description java.util.List<MECopy>
MMCreateTemplate. getOwnedCopy(K_CONTROL_OPTION... behaviourFlags)
The copy dependency ownend by this create template. -
Uses of MECopy in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MECopy Modifier and Type Method Description static MECopy
MECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with template from source to target element.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MECopy Modifier and Type Method Description java.util.List<MECopy>
MERequirement. getMasterCopy(K_CONTROL_OPTION... behaviourFlags)
All copy dependencies with this requirement as master.java.util.List<MECopy>
MERequirement. getSlaveCopy(K_CONTROL_OPTION... behaviourFlags)
All copy dependencies with this requirement as slave.
-