Uses of Interface
de.mid.innovator.srv2api.icw2model.MEPackage
-
Packages that use MEPackage Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEPackage in de.mid.innovator.srv2api.icw2db
Subinterfaces of MEPackage in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBPackage
ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects. -
Uses of MEPackage in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEPackage in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEConfigurationManagement
Configuration management package.interface
MEMappingConfigurationPackage
Abstract mapping configuration package.interface
MEMappingConfigurationPackageForward
Mapping configuration package forward direction.interface
MEMappingConfigurationPackageReverse
Mapping configuration package reverse direction.interface
MEMappingPackageContent
Package used for content below MappingPackageType.interface
MEMappingPackageType
Abstract mapping package type defines the mapping type.interface
MEMappingPackageTypeForward
Implementing mapping type with direction FORWARD.interface
MEMappingPackageTypeReverse
Implementing mapping type with direction REVERSE.interface
MEModel
A model captures a view of a physical system.interface
MEStubPackage
Abstract Stub Package.interface
MEStubPackageBase
Stub package base package collecting all stub packages within a system model.interface
MEStubPackageExternalModel
Stub package for external models.interface
MEStubPackageInnovator
Stub package for Innovator modelsinterface
MESystemModel
interface
MESystemModelManagement
System model management package containing MEConfigurationManagement and MEStubPackageBase packages.Fields in de.mid.innovator.srv2api.icw2model declared as MEPackage Modifier and Type Field Description MEPackage
ARG_MEProxyFindByRefData. ohTransitiveOwner
Transitive Owner Package e.g stub package or mapping type packageMEPackage
ARG_MEProxyFindByRefUUID. ohTransitiveOwner
Transitive Owner Package e.g stub package or mapping type packageMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEPackage Modifier and Type Method Description <T extends MEPackage>
java.util.List<T>MEPackage. getNestedPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The package owning this package.Methods in de.mid.innovator.srv2api.icw2model that return MEPackage Modifier and Type Method Description static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Package with template and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Package with stereotype and container.MEPackage
MEPackage. getNestingPackage()
The package owning this package.MEPackage
MEConstraint. getPackageContext()
The package owning this constraint.Methods in de.mid.innovator.srv2api.icw2model with parameters of type MEPackage Modifier and Type Method Description static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefData(java.lang.Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
Returns a list of Proxies referencing the element with the specified data.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sUUID, MEPackage ohTransitiveOwner)
Returns a list of Proxy referencing the specified UUID.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEPackage Constructor Description ARG_MEProxyFindByRefData(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
ARG_MEProxyFindByRefUUID(java.lang.String sUUID, MEPackage ohTransitiveOwner)
-