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

Packages that use Package
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
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.base.scoping.pivot   
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.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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'.
 

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.getNestedPackages()
          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(TypeManager typeManager, Package pivotPackage)
           
 

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(TypeManager typeManager, 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.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Package
 class LibraryImpl
          An implementation of the model object 'Library'.
 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.nestedPackages
          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.getNestedPackages()
           
 java.util.Iterator<Package> PackageImpl.iterator()
           
 

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.model
 

Methods in org.eclipse.ocl.examples.pivot.model that return Package
static Package OclMetaModel.create(StandardLibrary standardLibrary)
          Create and return a pivot model of the Pivot Model.
 

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(TypeManager typeManager, java.lang.String alias, org.eclipse.emf.ecore.resource.Resource umlResource)
          Convert an (annotated) Ecore resource to a Pivot Model.
static Package UML2Pivot.importFromUML(TypeManager typeManager, 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
 

Fields in org.eclipse.ocl.examples.pivot.utilities declared as Package
protected  Package TypeCaches.pivotMetaModel
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with type parameters of type Package
<T extends Package>
T
TypeManager.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.utilities that return Package
 Package TypeManager.createPackage(java.lang.String string, java.lang.String nsURI)
           
 Package TypeCaches.getOrphanPackage()
           
protected  Package PivotSaver.getOrphanPackage(org.eclipse.emf.ecore.resource.Resource resource)
           
static Package PivotUtil.getPackage(org.eclipse.emf.ecore.EObject object)
           
 Package TypeManager.getPivotMetaModel()
           
 Package TypeCaches.getPrimaryPackage(Package pivotPackage)
           
 Package TypeCaches.getPrimaryPackage(java.lang.String moniker)
           
 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 that return types with arguments of type Package
 java.util.Collection<Package> TypeManager.computePivotRootPackages()
           
 java.lang.Iterable<Package> TypeCaches.getAllPackages(Package pkg)
           
protected  java.lang.Iterable<Package> TypeCaches.CompletePackagePackagesIterable.getInnerIterable(Package model)
           
 java.lang.Iterable<Package> TypeCaches.getLocalPackages(Package pkg)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Package
 void TypeCaches.addPackage(Package pivotPackage)
           
protected  void TypeManager.compilePrecedencePackage(Package pivotPackage)
           
 java.lang.Iterable<Package> TypeCaches.getAllPackages(Package pkg)
           
protected  java.lang.Iterable<Package> TypeCaches.CompletePackagePackagesIterable.getInnerIterable(Package model)
           
protected  java.lang.Iterable<Type> TypeCaches.CompletePackageTypesIterable.getInnerIterable(Package model)
           
 java.lang.Iterable<Type> TypeCaches.getLocalClasses(Package pkg)
           
 java.lang.Iterable<Package> TypeCaches.getLocalPackages(Package pkg)
           
 java.lang.Iterable<? extends Nameable> TypeManager.getPrecedences(Package pivotPackage)
           
 Package TypeCaches.getPrimaryPackage(Package pivotPackage)
           
 void TypeManager.installPackage(Package pivotPackage)
           
 void TypeCaches.installPackageMoniker(Package pivotPackage, boolean installTrackers)
           
protected  void TypeManager.loadLibraryPackage(Package pivotPackage)
           
 java.lang.Object Pivot2MonikerVisitor.visitPackage(Package object)
           
 java.lang.String ToStringVisitor.visitPackage(Package pkg)
           
 

Method parameters in org.eclipse.ocl.examples.pivot.utilities with type arguments of type Package
 java.util.List<java.lang.String> TypeManager.compilePrecedences(java.util.Collection<? 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.
 

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

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
 

Fields in org.eclipse.ocl.examples.xtext.base.cs2pivot with type parameters of type Package
protected  java.util.Map<Pivotable,Package> CS2PivotConversion.oldCS2PivotMap
           
 

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

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

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot with type arguments of type Package
protected  void CS2PivotConversion.gatherNewPackages(java.util.Set<Package> newPackages, java.util.List<? extends org.eclipse.emf.ecore.EObject> csElements)
          Add any packages and nested packages pivoted by csObjects 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)
           
 PackageCS 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.base.scoping.pivot
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.pivot with parameters of type Package
PackageScopeAdapter(TypeManager typeManager, Package pivotElement)
           
RootPackageScopeAdapter(TypeManager typeManager, Package pivotElement)
           
 

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.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type Package
 void PackageDeclarationCS.setPackage(Package value)
          Sets the value of the 'Package' reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as Package
protected  Package PackageDeclarationCSImpl.package_
          The cached value of the 'Package' reference.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type Package
 void PackageDeclarationCSImpl.setPackage(Package newPackage)
           
 

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 CompleteOCLPreOrderVisitor.getContextPackage(Package modelPackage, ElementCS csElement)
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type Package
protected  Package CompleteOCLPreOrderVisitor.getContextPackage(Package modelPackage, ElementCS csElement)
           
 

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)