Uses of Interface
org.eclipse.ocl.examples.pivot.helper.OCLHelper

Packages that use OCLHelper
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.helper   
 

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

Methods in org.eclipse.ocl.examples.pivot that return OCLHelper
 OCLHelper OCL.createOCLHelper()
          Creates a new OCLHelper instance for convenient parsing of embedded constraints and query expressions in this environment.
 OCLHelper OCL.createOCLHelper(org.eclipse.emf.ecore.EObject element)
          Creates a new OCLHelper instance for convenient parsing of embedded constraints and query expressions in the nested environment of a specified element which mya be a Type, Operation or Property.
 

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

Classes in org.eclipse.ocl.examples.pivot.helper that implement OCLHelper
 class OCLHelperImpl
          Implementation of the OCLHelper convenience interface.