Uses of Class
org.eclipse.ocl.examples.pivot.OCL

Packages that use OCL
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.helper   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.pivot.validation   
org.eclipse.ocl.examples.xtext.markup   
 

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

Methods in org.eclipse.ocl.examples.pivot that return OCL
 OCL Query.getOCL()
           Obtains the OCL that created me.
static OCL OCL.newInstance()
          Creates a new OCL using the shared Ecore environment factory instance.
static OCL OCL.newInstance(Environment env)
          Creates a new OCL using the specified initial Ecore environment.
static OCL OCL.newInstance(EnvironmentFactory envFactory)
          Creates a new OCL using the specified Ecore environment factory.
static OCL OCL.newInstance(EnvironmentFactory envFactory, org.eclipse.emf.ecore.resource.Resource resource)
          Creates a new OCL using the specified Ecore environment factory and a resource from which to load the initial environment.
 

Uses of OCL in org.eclipse.ocl.examples.pivot.delegate
 

Fields in org.eclipse.ocl.examples.pivot.delegate declared as OCL
protected  OCL OCLDelegateDomain.ocl
           
 

Methods in org.eclipse.ocl.examples.pivot.delegate that return OCL
 OCL OCLDelegateDomain.getOCL()
           
 

Uses of OCL in org.eclipse.ocl.examples.pivot.helper
 

Methods in org.eclipse.ocl.examples.pivot.helper that return OCL
 OCL OCLHelper.getOCL()
          Obtains the OCL instance that created me.
 OCL OCLHelperImpl.getOCL()
           
 

Constructors in org.eclipse.ocl.examples.pivot.helper with parameters of type OCL
OCLHelperImpl(OCL ocl)
          Initializes me with my environment.
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return OCL
 OCL QueryImpl.getOCL()
           
 

Constructors in org.eclipse.ocl.examples.pivot.utilities with parameters of type OCL
QueryImpl(OCL ocl, ExpressionInOCL specification)
           
 

Uses of OCL in org.eclipse.ocl.examples.pivot.validation
 

Methods in org.eclipse.ocl.examples.pivot.validation that return OCL
static OCL LoadableConstraintProvider.getOCL()
           
 

Uses of OCL in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return OCL
protected  OCL MarkupToHTML.getOCL()