Uses of Interface
org.eclipse.ocl.types.OCLStandardLibrary

Packages that use OCLStandardLibrary
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.parser   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of OCLStandardLibrary in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return OCLStandardLibrary
 OCLStandardLibrary<C> Environment.getOCLStandardLibrary()
          Obtains the collection of core types representing the OCL Standard Library.
protected  OCLStandardLibrary<C> AbstractEvaluationVisitor.getStandardLibrary()
          Obtains my environment's OCL Standard Library implementation.
 

Uses of OCLStandardLibrary in org.eclipse.ocl.ecore
 

Classes in org.eclipse.ocl.ecore that implement OCLStandardLibrary
 class EcoreOCLStandardLibrary
           An extensible implementation of the OCLStandardLibrary which provides the OCL Standard Library predefined M1 types and the associated operations related to them.
 

Methods in org.eclipse.ocl.ecore that return OCLStandardLibrary
 OCLStandardLibrary<EClassifier> EcoreEnvironment.getOCLStandardLibrary()
           
 

Uses of OCLStandardLibrary in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OCLStandardLibrary
protected  OCLStandardLibrary<C> AbstractOCLAnalyzer.getStandardLibrary()
           
 

Uses of OCLStandardLibrary in org.eclipse.ocl.uml
 

Classes in org.eclipse.ocl.uml that implement OCLStandardLibrary
 class UMLOCLStandardLibrary
           An extensible implementation of the OCLStandardLibrary which provides the OCL Standard Library predefined M1 types and the associated operations related to them.
 

Methods in org.eclipse.ocl.uml that return OCLStandardLibrary
 OCLStandardLibrary<Classifier> UMLEnvironment.getOCLStandardLibrary()
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.