Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainPackage

Packages that use DomainPackage
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
 

Uses of DomainPackage in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type DomainPackage
protected  org.eclipse.emf.codegen.ecore.genmodel.GenPackage OCLinEcoreTablesUtils.getGenPackage(DomainPackage asPackage)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return DomainPackage
 DomainPackage DomainStandardLibrary.getNestedPackage(DomainPackage parentPackage, java.lang.String name)
           
 DomainPackage DomainPackage.getNestingPackage()
           
 DomainPackage DomainStandardLibrary.getNsURIPackage(java.lang.String nsURI)
           
 DomainPackage DomainType.getPackage()
          Return the package containing this type.
 DomainPackage DomainStandardLibrary.getRootPackage(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.domain.elements that return types with arguments of type DomainPackage
 java.lang.Iterable<? extends DomainPackage> DomainStandardLibrary.getAllPackages()
           
 java.util.List<? extends DomainPackage> DomainPackage.getNestedPackage()
           
 java.lang.Iterable<? extends DomainPackage> DomainRoot.getNestedPackage()
           
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type DomainPackage
 DomainPackage DomainStandardLibrary.getNestedPackage(DomainPackage parentPackage, java.lang.String name)
           
 DomainType DomainStandardLibrary.getNestedType(DomainPackage parentPackage, java.lang.String name)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.domain.ids
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type DomainPackage
static PackageId IdManager.getPackageId(DomainPackage aPackage)
          Return the typeId for aPackage.
 

Uses of DomainPackage in org.eclipse.ocl.examples.domain.types
 

Fields in org.eclipse.ocl.examples.domain.types declared as DomainPackage
protected  DomainPackage AbstractInheritance.evaluationPackage
           
 

Methods in org.eclipse.ocl.examples.domain.types that return DomainPackage
 DomainPackage AbstractStandardLibrary.getNestedPackage(DomainPackage parentPackage, java.lang.String name)
           
 DomainPackage AbstractStandardLibrary.getNsURIPackage(java.lang.String nsURI)
           
 DomainPackage AbstractInheritance.getPackage()
           
 DomainPackage AbstractType.getPackage()
           
 DomainPackage AbstractStandardLibrary.getRootPackage(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.domain.types that return types with arguments of type DomainPackage
 java.lang.Iterable<? extends DomainPackage> AbstractStandardLibrary.getAllPackages()
           
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type DomainPackage
 DomainPackage AbstractStandardLibrary.getNestedPackage(DomainPackage parentPackage, java.lang.String name)
           
 DomainType AbstractStandardLibrary.getNestedType(DomainPackage parentPackage, java.lang.String name)
           
 

Constructors in org.eclipse.ocl.examples.domain.types with parameters of type DomainPackage
AbstractInheritance(java.lang.String name, DomainPackage evaluationPackage, int flags)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.library.ecore
 

Classes in org.eclipse.ocl.examples.library.ecore that implement DomainPackage
 class EcoreExecutorPackage
           
 class EcoreReflectivePackage
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return DomainPackage
 DomainPackage EcoreExecutorPackage.getNestingPackage()
           
 DomainPackage EcoreReflectivePackage.getNestingPackage()
           
 DomainPackage EcoreIdResolver.visitNsURIPackageId(NsURIPackageId id)
           
 DomainPackage EcoreIdResolver.visitRootPackageId(RootPackageId id)
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return types with arguments of type DomainPackage
 java.util.List<? extends DomainPackage> EcoreExecutorPackage.getNestedPackage()
           
 java.util.List<? extends DomainPackage> EcoreReflectivePackage.getNestedPackage()
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.library.executor
 

Classes in org.eclipse.ocl.examples.library.executor that implement DomainPackage
 class DomainReflectivePackage
          DomainExecutorPackage uses the limited Domain interfaces to construct a package description for use in contexts where no explicit ExecutorPackage is available.
 class ExecutorPackage
           
 class ReflectivePackage
          A ReflectivePackage builds a dispatch table representative of a model package at run-time using a minimal reflective API.
 

Fields in org.eclipse.ocl.examples.library.executor declared as DomainPackage
protected  DomainPackage DomainReflectivePackage.domainPackage
           
 

Methods in org.eclipse.ocl.examples.library.executor that return DomainPackage
 DomainPackage DomainReflectivePackage.getNestingPackage()
           
 DomainPackage ExecutorStandardLibrary.getNsURIPackage(java.lang.String nsURI)
           
 DomainPackage AbstractIdResolver.visitNestedPackageId(NestedPackageId packageId)
           
 DomainPackage AbstractIdResolver.visitNsURIPackageId(NsURIPackageId id)
           
 DomainPackage AbstractIdResolver.visitRootPackageId(RootPackageId id)
           
 

Methods in org.eclipse.ocl.examples.library.executor that return types with arguments of type DomainPackage
 java.util.List<? extends DomainPackage> DomainReflectivePackage.getNestedPackage()
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type DomainPackage
 DomainType ExecutorStandardLibrary.getNestedType(DomainPackage parentPackage, java.lang.String name)
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type DomainPackage
DomainReflectivePackage(DomainStandardLibrary standardLibrary, DomainPackage domainPackage)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.pivot
 

Subinterfaces of DomainPackage in org.eclipse.ocl.examples.pivot
 interface Library
          A representation of the model object 'Library'.
 interface Package
          A representation of the model object 'Package'.
 interface Profile
          A representation of the model object 'Profile'.
 

Uses of DomainPackage in org.eclipse.ocl.examples.pivot.executor
 

Methods in org.eclipse.ocl.examples.pivot.executor with parameters of type DomainPackage
protected  Package PivotExecutorStandardLibrary.createPackage(DomainPackage domainPackage)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DomainPackage
 class LibraryImpl
          An implementation of the model object 'Library'.
 class PackageImpl
          An implementation of the model object 'Package'.
 class ProfileImpl
          An implementation of the model object 'Profile'.
 

Uses of DomainPackage in org.eclipse.ocl.examples.pivot.manager
 

Classes in org.eclipse.ocl.examples.pivot.manager that implement DomainPackage
 class NestedPackageServer
          A RootPackageServer adapts the primary nested Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.
 class Orphanage
          An Orphanage provides a Package that weakly contains elements such as type specializations that should require a container for the purposes of validation, but which should be eligible for garbage collection whenever no longer in use.
 class OrphanPackageServer
          The OrphanPackageServer ensures that orphan types have their own servers.
 class PackageServer
          A PackageServer adapts the primary Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.
 class RootPackageServer
          A RootPackageServer adapts the primary root Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.
 

Fields in org.eclipse.ocl.examples.pivot.manager declared as DomainPackage
protected  DomainPackage MetaModelManager.asMetamodel
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return DomainPackage
 DomainPackage MetaModelManager.getASMetamodel()
           
 DomainPackage MetaModelManager.getNestedPackage(DomainPackage domainPackage, java.lang.String name)
           
 DomainPackage NestedPackageServer.getNestingPackage()
           
 DomainPackage RootPackageServer.getNestingPackage()
           
 DomainPackage MetaModelManager.getNsURIPackage(java.lang.String nsURI)
           
 DomainPackage MetaModelManager.getPrimaryPackage(DomainPackage aPackage)
          Lookup a primary sub-package.
 DomainPackage PivotIdResolver.visitNsURIPackageId(NsURIPackageId id)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type DomainPackage
 java.lang.Iterable<DomainPackage> PackageServer.getPartialPackages()
           
 java.lang.Iterable<? extends DomainPackage> MetaModelManager.getPartialPackages(DomainPackage pkg, boolean loadASMetamodelFirst)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type DomainPackage
 void PackageManager.addedMemberPackage(DomainPackage pivotPackage)
           
 void PackageServer.addedMemberPackage(DomainPackage pivotPackage)
           
 org.eclipse.ocl.examples.pivot.manager.PackageTracker PackageServer.addTrackedPackage(DomainPackage pivotPackage)
           
protected  void NestedPackageServer.assertSamePackage(DomainPackage domainPackage)
           
protected  void PackageServer.assertSamePackage(DomainPackage domainPackage)
           
protected  void RootPackageServer.assertSamePackage(DomainPackage domainPackage)
           
protected  RootPackageServer PackageManager.createRootPackageServer(DomainPackage pivotPackage)
           
 java.lang.Iterable<? extends PackageServer> MetaModelManager.getMemberPackages(DomainPackage pkg)
           
 RootPackageServer PackageManager.getMemberPackageServer(DomainPackage pivotPackage)
           
 NestedPackageServer PackageServer.getMemberPackageServer(DomainPackage pivotPackage)
           
 DomainPackage MetaModelManager.getNestedPackage(DomainPackage domainPackage, java.lang.String name)
           
 DomainType MetaModelManager.getNestedType(DomainPackage domainPackage, java.lang.String name)
           
 PackageServer MetaModelManager.getPackageServer(DomainPackage asPackage)
           
 PackageServer PackageManager.getPackageServer(DomainPackage pivotPackage)
           
 org.eclipse.ocl.examples.pivot.manager.PackageTracker PackageManager.getPackageTracker(DomainPackage pivotPackage)
           
 org.eclipse.ocl.examples.pivot.manager.PackageTracker PackageServer.getPackageTracker(DomainPackage pivotPackage)
           
 java.lang.Iterable<? extends DomainPackage> MetaModelManager.getPartialPackages(DomainPackage pkg, boolean loadASMetamodelFirst)
           
 DomainPackage MetaModelManager.getPrimaryPackage(DomainPackage aPackage)
          Lookup a primary sub-package.
static boolean Orphanage.isTypeOrphanage(DomainPackage asPackage)
          Return true if asPackage is an orphanage for synthesized types.
 void MetaModelManager.setASMetamodel(DomainPackage asPackage)
           
 

Uses of DomainPackage in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs that return types with arguments of type DomainPackage
 java.lang.Iterable<DomainPackage> AliasAnalysis.getAliases()
          Return the alias for eObject.