Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELPackage
-
Packages that use ELPackage 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.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 ELPackage in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELPackage 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 ELPackage in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELPackage in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELM2Package
This is a utility class for ELM2Package that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2elem with type parameters of type ELPackage Modifier and Type Field Description java.util.List<ELPackage>
ARG_ELPackageProperty. seqContainedPackages
Packages owned by packageMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELPackage Modifier and Type Method Description <T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)
Returns allELPackage
instances imported by this namespace by anELPackageImport
.<T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)
The method calls getImportedPackage and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all packages imported by anELPackageImport
with "public" visibility.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackage(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPublicImportedPackage and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackageTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all packages imported by anELPackageImport
with "public" visibility extended transitively by all public imported packages.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackageTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPublicImportedPackageTransitive and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2elem that return ELPackage Modifier and Type Method Description ELPackage
ELPackageImport. getImportedPackage()
This package import's imported package.ELPackage
ELPackageAble. getOwningPackage()
The package that owns this element. -
Uses of ELPackage in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELPackage in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
ADModel
Represents a common model.interface
ADXModel
Represents an InoX model.interface
MM2Package
interface
MMProfile
A profile is a kind of package that extends a reference metamodel.interface
MMSyncProfile
interface
MMXProfile
-
Uses of ELPackage in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELPackage 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
MEPackage
A package is a namespace for its members and may contain other packages.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.
-