Uses of Interface
org.eclipse.ocl.examples.interpreter.console.IOCLFactory

Packages that use IOCLFactory
org.eclipse.ocl.examples.interpreter.console   
org.eclipse.ocl.examples.interpreter.console.text   
 

Uses of IOCLFactory in org.eclipse.ocl.examples.interpreter.console
 

Methods in org.eclipse.ocl.examples.interpreter.console with parameters of type IOCLFactory
<C,O,P> ConstraintKind
ModelingLevel.setContext(OCLHelper<C,O,P,?> helper, org.eclipse.emf.ecore.EObject element, IOCLFactory<C> factory)
          Set the context of the specified OCL helper to the given element (in the ModelingLevel.M1 case) or its metaclass (ModelingLevel.M2 case).
 

Uses of IOCLFactory in org.eclipse.ocl.examples.interpreter.console.text
 

Methods in org.eclipse.ocl.examples.interpreter.console.text that return IOCLFactory
 IOCLFactory<java.lang.Object> OCLDocument.getOCLFactory()
           
 

Methods in org.eclipse.ocl.examples.interpreter.console.text with parameters of type IOCLFactory
 void OCLDocument.setOCLFactory(IOCLFactory<java.lang.Object> factory)