Package org.eclipse.ocl.options

Interface Summary
Customizable An optional adapter interface for entities whose behaviour can be customized by clients by the application of Options.
Option<T> Interface implemented by the options that can be applied to Customizable entities such as OCL environments.
 

Class Summary
BasicOption<T> Useful implementation of the Option interface for OCL parsing options.
BooleanOption Implementation of the PreferenceableOption interface for boolean OCL options.
ClassOption<T> Implementation of the PreferenceableOption interface for class OCL options.
EnumeratedOption<T extends Enum<T>> Implementation of the PreferenceableOption interface for enum OCL options.
EvaluationOptions Options applicable to EvaluationEnvironments to customize their evaluation behaviour.
ObjectOption<T> Implementation of the PreferenceableOption interface for object OCL options.
ParsingOptions Options applicable to Environments to customize their parsing behaviour.
 

Enum Summary
ParsingOptions.PACKAGE_LOOKUP_STRATEGIES The alternative strategies for resolving the package name at the start of a path name.
ProblemOption Options for problem-reporting in parsing OCL constraints.