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 interfaceDBPackageADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor 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 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.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.Fields in de.mid.innovator.srv2api.icw2model declared as MEPackage Modifier and Type Field Description MEPackageARG_MEProxyFindByRefData. ohTransitiveOwnerTransitive Owner Package e.g stub package or mapping type packageMEPackageARG_MEProxyFindByRefUUID. ohTransitiveOwnerTransitive 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 MEPackageMEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Package with template and container.static MEPackageMEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Package with stereotype and container.MEPackageMEPackage. getNestingPackage()The package owning this package.MEPackageMEConstraint. 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)
-