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 interfaceDBPackageADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor 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 interfaceELM2PackageThis 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. seqContainedPackagesPackages 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 allELPackageinstances 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 anELPackageImportwith "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 anELPackageImportwith "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 ELPackageELPackageImport. getImportedPackage()This package import's imported package.ELPackageELPackageAble. 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 interfaceADModelRepresents a common model.interfaceADXModelRepresents an InoX model.interfaceMM2PackageinterfaceMMProfileA profile is a kind of package that extends a reference metamodel.interfaceMMSyncProfileinterfaceMMXProfile -
Uses of ELPackage in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELPackage in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interfaceMEConfigurationManagementConfiguration management package.interfaceMEMappingConfigurationPackageAbstract mapping configuration package.interfaceMEMappingConfigurationPackageForwardMapping configuration package forward direction.interfaceMEMappingConfigurationPackageReverseMapping configuration package reverse direction.interfaceMEMappingPackageContentPackage used for content below MappingPackageType.interfaceMEMappingPackageTypeAbstract mapping package type defines the mapping type.interfaceMEMappingPackageTypeForwardImplementing mapping type with direction FORWARD.interfaceMEMappingPackageTypeReverseImplementing mapping type with direction REVERSE.interfaceMEModelA model captures a view of a physical system.interfaceMEPackageA package is a namespace for its members and may contain other packages.interfaceMEStubPackageAbstract Stub Package.interfaceMEStubPackageBaseStub package base package collecting all stub packages within a system model.interfaceMEStubPackageExternalModelStub package for external models.interfaceMEStubPackageInnovatorStub package for Innovator modelsinterfaceMESystemModelinterfaceMESystemModelManagementSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.
-