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.uml   
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 with no initial Ecore package registry.
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.
static OCL OCL.newInstance(org.eclipse.emf.ecore.EPackage.Registry reg)
          Creates a new OCL using the specified Ecore package registry.
 

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

Fields in org.eclipse.ocl.examples.pivot.uml declared as OCL
protected  OCL UMLOCLEValidator.WeakOCLReference.ocl
           
 

Methods in org.eclipse.ocl.examples.pivot.uml that return OCL
protected  OCL UMLOCLEValidator.getOCL(java.util.Map<java.lang.Object,java.lang.Object> context)
          Return the OCL context for the validation, caching the created value in the validation context for re-use by further validations.
 

Constructors in org.eclipse.ocl.examples.pivot.uml with parameters of type OCL
UMLOCLEValidator.WeakOCLReference(OCL ocl)
           
 

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()