Uses of Interface
de.mid.innovator.srv2api.icw2model.MEStubPackageBase

Packages that use MEStubPackageBase
de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. 
 

Uses of MEStubPackageBase in de.mid.innovator.srv2api.icw2model
 

Fields in de.mid.innovator.srv2api.icw2model declared as MEStubPackageBase
 MEStubPackageBase ARG_MEMappingConfiguration.ohMappingStubPackageBase
          Package containing Stub Models
 MEStubPackageBase ARG_MEMappingEnvironment.ohStubPackageBase
          The base package for stub packages, if exists
 

Methods in de.mid.innovator.srv2api.icw2model that return MEStubPackageBase
static MEStubPackageBase MEStubPackageBaseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Mapping Base Package with template and container.
static MEStubPackageBase MEStubPackageBaseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Mapping Base Package with stereotype and container.
 

Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEStubPackageBase
 List<MEStubPackageBase> MESystemModelManagement.getOwnedStubPackageBase(K_CONTROL_OPTION... behaviourFlags)
          All component diagrams owned by this configuration base package.
 

Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEStubPackageBase
ARG_MEMappingConfiguration(boolean isComplete, String cpMappingName, boolean isForwardMapping, String cpRepositoryName, String cpModelName, K_ADMODEL modelType, MESystemModel ohSystemModel, MEMappingConfigurationPackage ohConfigurationPackage, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingStubTypePackage, MEStubPackageBase ohMappingStubPackageBase, MMCreateTemplate ohTemplateMappingStubPackage, MMCreateTemplate ohTemplateMappingPackageType, MMCreateTemplate ohTemplateMappingPackageContent, MMCreateTemplate ohTemplateMEProxyAssignment, MMCreateTemplate ohTemplateMEProxyInnovator, String cpNameConfigurationText, String cpContentConfigurationText, int iClassicMappingKind)
           
ARG_MEMappingEnvironment(MEMappingConfigurationPackage ohMappingConfiguration, MEStubPackageBase ohStubPackageBase, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingPackageType, List<MEMappingPackageContent> seqVirtualSystem)