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

Packages that use Library
org.eclipse.ocl.examples.pivot   
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.util   
 

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

Methods in org.eclipse.ocl.examples.pivot that return Library
 Library PivotFactory.createLibrary()
          Returns a new object of class 'Library'.
 

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

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Library
 Library PivotFactoryImpl.createLibrary()
           
 

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

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type Library
protected  java.util.List<Library> MetaModelManager.asLibraries
          All Library packages imported into the current type managed domain.
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type Library
 java.util.List<Library> MetaModelManager.getLibraries()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Library
protected  void PrecedenceManager.compilePrecedencePackage(java.util.List<java.lang.String> errors, Library library)
           
 

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

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

Fields in org.eclipse.ocl.examples.pivot.model declared as Library
protected  Library OCLstdlib.Contents.library
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return Library
protected  Library AbstractContents.createLibrary(java.lang.String name, java.lang.String nsPrefix, java.lang.String nsURI)
           
 

Uses of Library in org.eclipse.ocl.examples.pivot.scoping
 

Methods in org.eclipse.ocl.examples.pivot.scoping with parameters of type Library
 void EnvironmentView.addAllPrecedences(Library pivot)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Library
 T1 PivotSwitch.caseLibrary(Library object)
          Returns the result of interpreting the object as an instance of 'Library'.
 boolean PivotValidator.validateLibrary(Library library, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitLibrary(Library object)
           
 R AbstractExtendingVisitor.visitLibrary(Library object)
           
 R AbstractNullVisitor.visitLibrary(Library object)
           
 R AbstractWrappingVisitor.visitLibrary(Library object)
           
 R Visitor.visitLibrary(Library object)