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

Packages that use Library
org.eclipse.ocl.examples.library.oclstdlib   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of Library in org.eclipse.ocl.examples.library.oclstdlib
 

Methods in org.eclipse.ocl.examples.library.oclstdlib that return Library
static Library OCLstdlib.create()
          Create and return a package-of-packages-of-types pivot model of the OCL standard library.
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Library
 T 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 Visitor.visitLibrary(Library object)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.utilities with type parameters of type Library
protected  java.util.List<Library> TypeManager.pivotLibraries
          All Library packages imported intio the current type managed domain.
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Library
protected  void TypeManager.installLibrary(Library pivotLibrary)
           
protected  void TypeCaches.loadPivotMetaModel(Library pivotLibrary)