Uses of Interface
de.mid.innovator.srv2api.icw2model.MECopy

Packages that use MECopy
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
 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
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
 List<MECopy> MERequirement.getMasterCopy(K_CONTROL_OPTION... behaviourFlags)
          All copy dependencies with this requirement as master.
 List<MECopy> MERequirement.getSlaveCopy(K_CONTROL_OPTION... behaviourFlags)
          All copy dependencies with this requirement as slave.