Uses of Interface
de.mid.innovator.srv2api.icw2model.MESystemModel
-
Packages that use MESystemModel 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 MESystemModel in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MESystemModel Modifier and Type Method Description java.util.List<MESystemModel>
ADModel. getOwnedSystemModel(K_CONTROL_OPTION... behaviourFlags)
All system model packages owned by this model. -
Uses of MESystemModel in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as MESystemModel Modifier and Type Field Description MESystemModel
ARG_MEMappingConfiguration. ohSystemModel
System ModelMethods in de.mid.innovator.srv2api.icw2model that return MESystemModel Modifier and Type Method Description static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model with template and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model with stereotype and container.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MESystemModel Constructor Description ARG_MEMappingConfiguration(boolean isComplete, java.lang.String cpMappingName, boolean isForwardMapping, java.lang.String cpRepositoryName, java.lang.String cpModelName, K_ADMODEL modelType, MESystemModel ohSystemModel, MEMappingConfigurationPackage ohConfigurationPackage, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingStubTypePackage, MEStubPackageBase ohMappingStubPackageBase, MMCreateTemplate ohTemplateMappingStubPackage, MMCreateTemplate ohTemplateMappingPackageType, MMCreateTemplate ohTemplateMappingPackageContent, MMCreateTemplate ohTemplateMEProxyAssignment, MMCreateTemplate ohTemplateMEProxyInnovator, java.lang.String cpNameConfigurationText, java.lang.String cpContentConfigurationText, int iClassicMappingKind)
-