Uses of Class
org.eclipse.ocl.examples.interpreter.console.TargetMetamodel

Packages that use TargetMetamodel
org.eclipse.ocl.examples.interpreter.console   
 

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

Methods in org.eclipse.ocl.examples.interpreter.console that return TargetMetamodel
 TargetMetamodel IOCLFactory.getTargetMetamodel()
          Queries the metamodel that I target.
static TargetMetamodel TargetMetamodel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetMetamodel[] TargetMetamodel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.examples.interpreter.console with parameters of type TargetMetamodel
 void OCLConsole.setTargetMetamodel(TargetMetamodel metamodel)
           
 void OCLConsolePage.setTargetMetamodel(TargetMetamodel metamodel)
          Programmatically sets my target metamodel.