Uses of Class
org.eclipse.ocl.options.BasicOption

Packages that use BasicOption
org.eclipse.ocl.options   
 

Uses of BasicOption in org.eclipse.ocl.options
 

Subclasses of BasicOption in org.eclipse.ocl.options
 class BooleanOption
          Implementation of the PreferenceableOption interface for boolean OCL options.
 class ClassOption<T>
          Implementation of the PreferenceableOption interface for class OCL options.
 class EnumeratedOption<T extends Enum<T>>
          Implementation of the PreferenceableOption interface for enum OCL options.
 class ObjectOption<T>
          Implementation of the PreferenceableOption interface for object OCL options.