Uses of Interface
de.mid.innovator.srv2api.icw2model.MEModel
-
Packages that use MEModel Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.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 MEModel in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with type parameters of type MEModel Modifier and Type Method Description <T extends MEModel>
java.util.List<T>EREntity. getAutoMapDatabaseModels(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MEModel>
java.util.List<T>EREntity. getAutoMapDatabaseModels(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAutoMapDatabaseModels and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type MEModel Modifier and Type Method Description void
EREntity. setAutoMapDatabaseModels(java.util.List<? extends MEModel> values)
Set the value of View AutoMapDatabaseModels. -
Uses of MEModel in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type MEModel Modifier and Type Method Description <T extends MEModel>
java.util.List<T>ADModel. getDatabaseModels(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MEModel>
java.util.List<T>ADModel. getDatabaseModels(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDatabaseModels and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2meta that return MEModel Modifier and Type Method Description MEModel
MMProfileApplication. getApplyingModel()
The model package that owns the profile application. -
Uses of MEModel in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEModel in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MESystemModel
interface
MESystemModelManagement
System model management package containing MEConfigurationManagement and MEStubPackageBase packages.Fields in de.mid.innovator.srv2api.icw2model declared as MEModel Modifier and Type Field Description MEModel
ARG_DependencyStereotypeModel. ohModel
model of all source elements which imports profilesMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEModel Modifier and Type Method Description <T extends MEModel>
java.util.List<T>MESystemModel. getOwnedModel(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All model packages owned by this system model package.Methods in de.mid.innovator.srv2api.icw2model that return MEModel Modifier and Type Method Description static MEModel
MEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Model with template and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Model with stereotype and container.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEModel Constructor Description ARG_DependencyStereotypeModel(MEModel ohModel, java.lang.String strModel, java.util.List<MEStereotypeAble> seqSrc, java.util.List<MENamedElement> seqTrg, java.util.List<MMCreateTemplate> seqTmpl, java.util.List<java.lang.String> seqTmplName, java.util.List<MMStereotype> seqSrcStereo, java.util.List<java.lang.String> seqSrcType, java.util.List<MMStereotype> seqTrgStereo, java.util.List<java.lang.String> seqTrgType)
-