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

Packages that use Package
org.eclipse.ocl.examples.autogen.java   
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.common   
org.eclipse.ocl.examples.codegen.generator   
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.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of Package in org.eclipse.ocl.examples.autogen.java
 

Fields in org.eclipse.ocl.examples.autogen.java declared as Package
protected  Package AutoCodeGenerator.asPackage
           
protected  Package AutoCodeGenerator.asSuperPackage
           
 

Constructors in org.eclipse.ocl.examples.autogen.java with parameters of type Package
AutoCodeGenerator(MetaModelManager metaModelManager, Package asPackage, Package asSuperPackage, org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage, java.lang.String projectPrefix, java.lang.String projectName, java.lang.String visitorPackage, java.lang.String visitorClass, java.lang.String superProjectPrefix, java.lang.String superManualVisitorPackage, java.lang.String superVisitorClass)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type Package
 CGPackage AS2CGVisitor.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.generator
 

Methods in org.eclipse.ocl.examples.codegen.generator with parameters of type Package
 org.eclipse.emf.codegen.ecore.genmodel.GenPackage AbstractGenModelHelper.getGenPackage(Package asPackage)
           
 org.eclipse.emf.codegen.ecore.genmodel.GenPackage GenModelHelper.getGenPackage(Package asPackage)
           
 

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 PivotFactory.createPackage()
          Returns a new object of class 'Package'.
 Package ProfileApplication.getApplyingPackage()
          Returns the value of the 'Applying Package' container reference.
 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
 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.
 void ProfileApplication.setApplyingPackage(Package value)
          Sets the value of the 'Applying Package' container reference.
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
 boolean Pivot2Ecore.isPivot(Package asPackage)
          Return tre if asPackage is a Pivot Metamodel.
protected  void Pivot2Ecore.setGenerationInProgress(Package asPackage, boolean isGenerating)
           
 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 PivotFactoryImpl.createPackage()
           
 Package ProfileApplicationImpl.getApplyingPackage()
           
 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 ProfileApplicationImpl.basicSetApplyingPackage(Package newApplyingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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 ProfileApplicationImpl.setApplyingPackage(Package newApplyingPackage)
           
 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.
 Package MetaModelManager.getRootPackage(java.lang.String name)
           
 Package PackageManager.getRootPackage(java.lang.String name)
           
 

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

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 UML2PivotUseSwitch.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)
           
protected  void ModelAnalysis.printMetatypes2StereotypeExtensions(Package asPackage, java.util.Map<Type,java.util.Set<TypeExtension>> metatype2typeExtensions)
           
 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
 T1 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 AbstractWrappingVisitor.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 ASSaver.getOrphanPackage(org.eclipse.emf.ecore.resource.Resource resource)
           
static Package PivotUtil.getPackage(org.eclipse.emf.ecore.EObject object)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Package
protected  Type ASSaver.getOrphanClass(Package orphanagePackage)
           
 java.lang.Object AS2MonikerVisitor.visitPackage(Package object)
           
 java.lang.Boolean AS2XMIidVisitor.visitPackage(Package object)
           
 java.lang.Object ASSaverNormalizeVisitor.visitPackage(Package object)
           
 java.lang.String ToStringVisitor.visitPackage(Package pkg)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return Package
 Package PackageCS.ast()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return Package
 Package PackageCSImpl.ast()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as 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.cs2as 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.completeoclcs
 

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type Package
protected  Package CompleteOCLCSContainmentVisitor.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)