Uses of Interface
org.eclipse.ocl.examples.pivot.Package

Packages that use Package
org.eclipse.ocl.examples.codegen.common   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

Uses of Package in org.eclipse.ocl.examples.codegen.common
 

Methods in org.eclipse.ocl.examples.codegen.common that return Package
 Package GenPackageQueries.getPivotPackage(org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage)
           
 

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type Package
 org.eclipse.emf.codegen.ecore.genmodel.GenPackage GenPackageQueries.getGenPackage(org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage, Package pivotPackage)
           
protected  void GenPackageQueries.mergeLibrary(MetaModelManager metaModelManager, Package primaryPackage)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot that return Package
 Package Package.createNestedPackage()
          Creates a new Package and appends it to the 'Nested Package' containment reference list.
 Package Package.createNestedPackage(org.eclipse.emf.ecore.EClass eClass)
          Creates a new Package and appends it to the 'Nested Package' containment reference list.
 Package PivotFactory.createPackage()
          Returns a new object of class 'Package'.
 Package AbstractEnvironment.getContextPackage()
           
 Package Environment.getContextPackage()
          Obtains my context package, if any.
 Package Package.getNestingPackage()
          Returns the value of the 'Nesting Package' container reference.
 Package Type.getPackage()
          Returns the value of the 'Package' container reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Package
 org.eclipse.emf.common.util.EList<Package> Package.getNestedPackage()
          Returns the value of the 'Nested Package' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Package
protected  Environment AbstractEnvironmentFactory.createPackageContext(Environment parent, Package context)
          Creates an environment for the specified package context.
protected  void AbstractEnvironment.setContextPackage(Package contextPackage)
          Assigns my context package.
 void Package.setNestingPackage(Package value)
          Sets the value of the 'Nesting Package' container reference.
 void Type.setPackage(Package value)
          Sets the value of the 'Package' container reference.
 

Uses of Package in org.eclipse.ocl.examples.pivot.delegate
 

Methods in org.eclipse.ocl.examples.pivot.delegate with parameters of type Package
static void PivotInstaller.installDelegates(MetaModelManager metaModelManager, Package pivotPackage)
          Install all Constraints from pivotPackage and its nestedPackages as OCL Delegates.
 

Uses of Package in org.eclipse.ocl.examples.pivot.ecore
 

Fields in org.eclipse.ocl.examples.pivot.ecore declared as Package
protected  Package Ecore2Pivot.pivotRoot
           
 

Methods in org.eclipse.ocl.examples.pivot.ecore that return Package
 Package Ecore2PivotDeclarationSwitch.caseEPackage(org.eclipse.emf.ecore.EPackage eObject)
           
 Package Ecore2Pivot.getPivotRoot()
           
static Package Ecore2Pivot.importFromEcore(MetaModelManager metaModelManager, java.lang.String alias, org.eclipse.emf.ecore.resource.Resource ecoreResource)
          Convert an (annotated) Ecore resource to a Pivot Model.
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type Package
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitPackage(Package pivotPackage)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visitPackage(Package pivotPackage)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.executor declared as Package
protected  Package PivotReflectivePackage.pivotPackage
           
 

Methods in org.eclipse.ocl.examples.pivot.executor that return Package
protected  Package PivotExecutorStandardLibrary.createPackage(DomainPackage domainPackage)
           
 Package PivotReflectivePackage.getPivotPackage()
           
 

Constructors in org.eclipse.ocl.examples.pivot.executor with parameters of type Package
PivotReflectivePackage(MetaModelManager metaModelManager, Package pivotPackage)
           
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Package
protected  org.eclipse.emf.common.util.EList<Package> PackageImpl.nestedPackage
          The cached value of the 'Nested Package' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Package
 Package PackageImpl.createNestedPackage()
           
 Package PackageImpl.createNestedPackage(org.eclipse.emf.ecore.EClass eClass)
           
 Package PivotFactoryImpl.createPackage()
           
 Package PackageImpl.getNestingPackage()
           
 Package TypeImpl.getPackage()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Package
 org.eclipse.emf.common.util.EList<Package> PackageImpl.getNestedPackage()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Package
 org.eclipse.emf.common.notify.NotificationChain PackageImpl.basicSetNestingPackage(Package newNestingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeImpl.basicSetPackage(Package newPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PackageImpl.setNestingPackage(Package newNestingPackage)
           
 void TypeImpl.setPackage(Package newPackage)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.manager declared as Package
protected  Package MetaModelManager.pivotMetaModel
           
protected  Package PackageTracker.target
           
 

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type Package
static com.google.common.base.Function<PackageTracker,Package> PackageServer.tracker2package
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with type parameters of type Package
<T extends Package>
T
MetaModelManager.createPackage(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, java.lang.String name, java.lang.String nsURI)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return Package
 Package PackageServer.getNestedPackage(java.lang.String nestedPackageName)
           
 Package PackageManager.getPackageByName(java.lang.String name)
           
 Package PackageManager.getPackageByURI(java.lang.String nsURI)
           
 Package MetaModelManager.getPivotMetaModel()
           
 Package MetaModelManager.getPrimaryPackage(Package pivotPackage)
           
 Package MetaModelManager.getPrimaryPackage(Package parentPackage, java.lang.String subPackageName)
          Lookup a primary sub-package.
 Package MetaModelManager.getPrimaryPackage(java.lang.String nsURI, java.lang.String... subPackagePath)
          Lookup a primary package by its URI and optionally a sub-package path.
 Package PackageTracker.getTarget()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type Package
 java.util.Collection<Package> MetaModelManager.computePivotRootPackages()
           
 java.lang.Iterable<Package> MetaModelManager.getAllPackages()
           
 java.lang.Iterable<Package> PackageManager.getAllPackages()
           
 java.lang.Iterable<Package> MetaModelManager.getAllPackages(Package pkg, boolean loadPivotMetaModelFirst)
           
protected  java.lang.Iterable<Package> MetaModelManager.CompletePackagePackagesIterable.getInnerIterable(Package model)
           
 java.lang.Iterable<Package> MetaModelManager.getLocalPackages(Package pkg)
           
 java.lang.Iterable<Package> PackageServer.getPackages()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Package
 void PackageServer.addNestedPackage(Package pivotPackage)
           
 void MetaModelManager.addPackage(Package pivotPackage)
           
 void PackageManager.addPackage(Package pivotPackage)
           
 void PackageServer.addSecondaryPackage(Package secondaryPackage)
           
protected  void PrecedenceManager.compilePrecedencePackage(java.util.List<java.lang.String> errors, Package pivotPackage)
           
 PackageTracker MetaModelManager.findPackageTracker(Package pivotPackage)
           
 PackageTracker PackageManager.findPackageTracker(Package pivotPackage)
           
 java.lang.Iterable<Package> MetaModelManager.getAllPackages(Package pkg, boolean loadPivotMetaModelFirst)
           
protected  java.lang.Iterable<Package> MetaModelManager.CompletePackagePackagesIterable.getInnerIterable(Package model)
           
protected  java.lang.Iterable<Type> MetaModelManager.CompletePackageTypesIterable.getInnerIterable(Package model)
           
 java.lang.Iterable<Type> MetaModelManager.getLocalClasses(Package pkg)
           
 java.lang.Iterable<Package> MetaModelManager.getLocalPackages(Package pkg)
           
 PackageTracker MetaModelManager.getPackageTracker(Package pivotPackage)
           
 PackageTracker PackageManager.getPackageTracker(Package pivotPackage)
           
 java.lang.Iterable<? extends Nameable> MetaModelManager.getPrecedences(Package pivotPackage)
           
 Package MetaModelManager.getPrimaryPackage(Package pivotPackage)
           
 Package MetaModelManager.getPrimaryPackage(Package parentPackage, java.lang.String subPackageName)
          Lookup a primary sub-package.
 Type MetaModelManager.getPrimaryType(Package parentPackage, java.lang.String typeName)
          Lookup a primary type.
 void MetaModelManager.installPackage(Package pivotPackage)
           
protected  void MetaModelManager.loadLibraryPackage(Package pivotPackage)
           
protected  void PackageManager.putPackage(java.lang.String nsURI, Package pivotPackage)
           
 

Method parameters in org.eclipse.ocl.examples.pivot.manager with type arguments of type Package
 java.util.List<java.lang.String> PrecedenceManager.compilePrecedences(java.lang.Iterable<? extends Package> rootPackages)
          Interleave the ownedPrecedences of the rootPackages to establish a merged ordering and assign the index in that ordering to each rootPackages.ownedPrecedences.
 

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type Package
PackageClient(PackageServer packageServer, Package target)
           
PackageServer(PackageManager packageManager, Package primaryPackage)
           
PackageTracker(PackageManager packageManager, Package target)
           
 

Constructor parameters in org.eclipse.ocl.examples.pivot.manager with type arguments of type Package
MetaModelManager.CompletePackagePackagesIterable(java.lang.Iterable<Package> packages)
           
MetaModelManager.CompletePackageTypesIterable(java.lang.Iterable<Package> packages)
           
 

Uses of Package in org.eclipse.ocl.examples.pivot.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as Package
protected  Package OCLMetaModel.Contents.metaModel
           
protected  Package OCLstdlib.Contents.pk_$$
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return Package
protected  Package OCLMetaModel.Contents.create(java.lang.String name, java.lang.String nsPrefix, java.lang.String nsURI)
           
protected  Package AbstractContents.createPackage(java.lang.String name, java.lang.String nsPrefix, java.lang.String nsURI)
           
 

Uses of Package in org.eclipse.ocl.examples.pivot.uml
 

Fields in org.eclipse.ocl.examples.pivot.uml declared as Package
protected  Package UML2Pivot.pivotRoot
           
 

Methods in org.eclipse.ocl.examples.pivot.uml that return Package
 Package UML2PivotDeclarationSwitch.casePackage(org.eclipse.uml2.uml.Package umlPackage)
           
 Package UML2Ecore2Pivot.getPivotRoot()
           
 Package UML2Pivot.getPivotRoot()
           
static Package UML2Ecore2Pivot.importFromUML(MetaModelManager metaModelManager, java.lang.String alias, org.eclipse.emf.ecore.resource.Resource umlResource)
          Convert an (annotated) Ecore resource to a Pivot Model.
static Package UML2Pivot.importFromUML(MetaModelManager metaModelManager, java.lang.String alias, org.eclipse.emf.ecore.resource.Resource ecoreResource)
          Convert an (annotated) Ecore resource to a Pivot Model.
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Package
 org.eclipse.uml2.uml.Package Pivot2UMLDeclarationVisitor.visitPackage(Package pivotPackage)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visitPackage(Package pivotPackage)
           
 

Uses of Package in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Package
 T PivotSwitch.casePackage(Package object)
          Returns the result of interpreting the object as an instance of 'Package'.
 boolean PivotValidator.validatePackage(Package package_, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitPackage(Package object)
           
 R AbstractExtendingVisitor.visitPackage(Package object)
           
 R AbstractNullVisitor.visitPackage(Package object)
           
 R Visitor.visitPackage(Package object)
           
 

Uses of Package in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return Package
protected  Package PivotSaver.getOrphanPackage(org.eclipse.emf.ecore.resource.Resource resource)
           
static Package PivotUtil.getPackage(org.eclipse.emf.ecore.EObject object)
           
 Package PivotSaver.localizeSpecializations()
          Prepare a pivot resource for save by redirecting all type references to specializations to local copies of the specializations.
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Package
 java.lang.Object Pivot2MonikerVisitor.visitPackage(Package object)
           
 java.lang.String ToStringVisitor.visitPackage(Package pkg)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return Package
 Package LibraryCS.getPackage()
          Returns the value of the 'Package' reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type Package
 void LibraryCS.setPackage(Package value)
          Sets the value of the 'Package' reference.
 

Uses of Package in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as Package
protected  Package LibraryCSImpl.package_
          The cached value of the 'Package' reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return Package
 Package LibraryCSImpl.basicGetPackage()
           
 Package LibraryCSImpl.getPackage()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type Package
 void LibraryCSImpl.setPackage(Package newPackage)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with type parameters of type Package
protected
<T extends Package>
T
BaseContainmentVisitor.refreshPackage(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, PackageCS csElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot that return Package
 Package CS2PivotConversion.getOldPackageByQualifiedName(PackageCS csElement)
           
 Package CS2PivotConversion.getOldPackageBySimpleName(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type Package
protected  java.lang.String CS2PivotConversion.getQualifiedName(java.lang.StringBuilder s, Package pkg)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot with type arguments of type Package
protected  void CS2PivotConversion.gatherNewPackage(java.util.Set<Package> newPackages, org.eclipse.emf.ecore.EObject pivot)
           
protected  void CS2PivotConversion.gatherNewPackages(java.util.Set<Package> newPackages, org.eclipse.emf.ecore.resource.Resource csResource)
          Add any packages and nested packages pivoted by csResource to newPackages.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type Package
 void Pivot2CSConversion.importPackage(Package importPackage)
           
 ElementCS BaseDeclarationVisitor.visitPackage(Package object)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.base.pivot2cs with type arguments of type Package
protected  void Pivot2CSConversion.createImports(org.eclipse.emf.ecore.resource.Resource csResource, java.util.Set<Package> importedPackages)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return Package
 Package PackageDeclarationCS.getPackage()
          Returns the value of the 'Package' reference.
 

Uses of Package in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return Package
 Package PackageDeclarationCSImpl.getPackage()
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot that return Package
protected  Package CompleteOCLContainmentVisitor.refreshContextPackage(Package modelPackage, PackageDeclarationCS csElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type Package
protected  Package CompleteOCLContainmentVisitor.refreshContextPackage(Package modelPackage, PackageDeclarationCS csElement)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs that return Package
protected  Package CompleteOCLSplitter.Separator.getSeparatePackage(Package element)
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type Package
 org.eclipse.emf.ecore.EObject CompleteOCLSplitter.Separator.casePackage(Package object)
           
protected  Package CompleteOCLSplitter.Separator.getSeparatePackage(Package element)
           
 ElementCS CompleteOCLDeclarationVisitor.visitPackage(Package object)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with type arguments of type Package
protected  void CompleteOCLDeclarationVisitor.gatherPackages(java.util.List<Package> allPackages, java.util.List<Package> nestedPackages)
           
protected  void CompleteOCLDeclarationVisitor.gatherPackages(java.util.List<Package> allPackages, java.util.List<Package> nestedPackages)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Package
protected  java.lang.String BaseLabelProvider.image(Package ele)
           
protected  java.lang.String BaseLabelProvider.text(Package ele)
           
 

Uses of Package in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type Package
protected  java.lang.String OCLinEcoreLabelProvider.image(Package ele)