Uses of Interface
de.mid.innovator.srv2api.icw2model.MEMappingDependency
-
Packages that use MEMappingDependency Package Description de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEMappingDependency in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEMappingDependency Modifier and Type Method Description static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with template from source to target element.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEMappingDependency Modifier and Type Method Description java.util.List<MEMappingDependency>
MEStereotypeAble. getClientMappingDependency(K_CONTROL_OPTION... behaviourFlags)
List of the mapping dependencies of this implementation element.java.util.List<MEMappingDependency>
MENamedElement. getMESupplierMappingDependency(K_CONTROL_OPTION... behaviourFlags)
List of the mapping dependencies of this requirement element.
-