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

Packages that use Package
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.common   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.context   
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.scoping   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
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   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type Package
 CGPackage Pivot2CGVisitor.visitPackage(Package element)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type Package
static java.lang.String NameQueries.getUniqueText(Element context, Package pkg)
          Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element.
 

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

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as Package
protected  Package OCLinEcoreTablesUtils.pPackage
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore that return Package
protected  Package OCLinEcoreTablesUtils.getExtendedPackage(Package pPackage)
           
protected  Package OCLinEcoreTablesUtils.getPivotPackage(org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage)
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type Package
protected  java.lang.Iterable<Class> OCLinEcoreTablesUtils.getActiveClassesSortedByName(Package pPackage)
           
protected  java.util.Set<? extends Type> OCLinEcoreTablesUtils.getActiveTypes(Package pPackage)
           
protected  Package OCLinEcoreTablesUtils.getExtendedPackage(Package pPackage)
           
protected  java.lang.String OCLinEcoreTablesUtils.getQualifiedTablesClassName(Package pPackage)
           
protected  void OCLinEcoreTablesUtils.mergeLibrary(Package primaryPackage)
           
 java.lang.Object OCLinEcoreTablesUtils.EmitLiteralVisitor.visitPackage(Package pkge)
           
 

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 Profile
          A representation of the model object 'Profile'.
 

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 Root.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 Root.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()
          Initializes me with the specified parent environment, which should be of the same type as me.
 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
 java.util.List<Package> Package.getImportedPackage()
          Returns the value of the 'Imported Package' reference list.
 java.util.List<Package> Package.getNestedPackage()
          Returns the value of the 'Nested Package' containment reference list.
 java.util.List<Package> Root.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.context
 

Methods in org.eclipse.ocl.examples.pivot.context with parameters of type Package
 void AbstractBase2PivotConversion.refreshNsURI(Package pivotPackage, java.lang.String newNsURI)
           
 

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

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
 

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

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'.
 class ProfileImpl
          An implementation of the model object 'Profile'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Package
protected  org.eclipse.emf.common.util.EList<Package> PackageImpl.importedPackage
          The cached value of the 'Imported Package' reference list.
protected  org.eclipse.emf.common.util.EList<Package> PackageImpl.nestedPackage
          The cached value of the 'Nested Package' containment reference list.
protected  org.eclipse.emf.common.util.EList<Package> RootImpl.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 RootImpl.createNestedPackage()
           
 Package PackageImpl.createNestedPackage(org.eclipse.emf.ecore.EClass eClass)
           
 Package RootImpl.createNestedPackage(org.eclipse.emf.ecore.EClass eClass)
           
 Package PivotFactoryImpl.createPackage()
           
 Package PackageImpl.getNestingPackage()
           
 Package ElementExtensionImpl.getPackage()
           
 Package TypeImpl.getPackage()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Package
 java.util.List<Package> PackageImpl.getImportedPackage()
           
 java.util.List<Package> PackageImpl.getNestedPackage()
           
 java.util.List<Package> RootImpl.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
 

Classes in org.eclipse.ocl.examples.pivot.manager that implement Package
 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.
 

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.findPivotPackage()
          Return the Package to represent this package merge.
 Package PackageServer.getPivotPackage()
          Return a Package that represents this package merge.
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Package
 java.lang.Iterable<TypeServer> MetaModelManager.getLocalClasses(Package pkg)
           
protected  void MetaModelManager.loadPivotMetaModel(Package pivotLibrary)
          Load the Pivot MetaModel of the Pivot Model to accompany a given pivotLibrary.
 

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.orphans
           
protected  Package OCLMetaModel.Contents.pk_$$
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return Package
static Package OCLMetaModel.create(PivotStandardLibrary standardLibrary, java.lang.String name, java.lang.String nsPrefix, java.lang.String nsURI)
           
protected  Package AbstractContents.createPackage(org.eclipse.emf.ecore.EPackage ePackage, 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.scoping
 

Methods in org.eclipse.ocl.examples.pivot.scoping with parameters of type Package
 void EnvironmentView.addAllPackages(Package pkge)
           
 void EnvironmentView.addAllTypes(Package pkge)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return Package
 Package UML2PivotDeclarationSwitch.casePackage(org.eclipse.uml2.uml.Package umlPackage)
           
 Package UML2PivotReferenceSwitch.casePackage(org.eclipse.uml2.uml.Package umlPackage)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Package
protected  void UML2PivotDeclarationSwitch.copyPackage(Package pivotElement, org.eclipse.uml2.uml.Package umlPackage)
           
 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
static Package PivotUtil.getContainingPackage(org.eclipse.emf.ecore.EObject element)
           
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.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.
protected  void CS2PivotConversion.gatherOldPackages(java.util.List<? extends Package> pkgs)
          Add any packages and nested packages in eObjects to oldPackages.
 

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
 ElementCS BaseDeclarationVisitor.visitPackage(Package object)
           
 

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)
           
protected  void CompleteOCLDeclarationVisitor.importPackage(Package aPackage)
           
 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)