org.eclipse.ocl.examples.pivot.options
Class OCLinEcoreOptions

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.options.OCLinEcoreOptions

public class OCLinEcoreOptions
extends java.lang.Object


Field Summary
static StringPreference EXPORT_DELEGATION_URI
          The value of the OCL Delegate URI written to *.ecore files when no default was available when the file was read.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_DELEGATION_URI

public static final StringPreference EXPORT_DELEGATION_URI
The value of the OCL Delegate URI written to *.ecore files when no default was available when the file was read.

The default value of "http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot" uses the Pivot-based evaluator when the embedded OCL is invoked, typically be model validation.

The alternate value of "http://www.eclipse.org/emf/2002/Ecore/OCL/LPG" uses the classic Ecore-based evaluator.

The virtual value of "http://www.eclipse.org/emf/2002/Ecore/OCL" uses the VirtualDelegateMapping to control which evaluator to use.