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.
EvaluationOptions Options applicable to EvaluationEnvironments to customize their evaluation behaviour.
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.