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

Packages that use ModelingLevel
org.eclipse.ocl.examples.interpreter.console   
org.eclipse.ocl.examples.interpreter.console.text   
 

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

Methods in org.eclipse.ocl.examples.interpreter.console that return ModelingLevel
static ModelingLevel ModelingLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModelingLevel[] ModelingLevel.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 ModelingLevel
<PK,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
OCL<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
IOCLFactory.createOCL(ModelingLevel level)
          Creates a new OCL instance for my target metamodel.
<PK,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
OCL<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
IOCLFactory.createOCL(ModelingLevel level, org.eclipse.emf.ecore.resource.Resource res)
          Creates a new OCL instance for my target metamodel, persisted in the specified resource.
 

Uses of ModelingLevel in org.eclipse.ocl.examples.interpreter.console.text
 

Methods in org.eclipse.ocl.examples.interpreter.console.text that return ModelingLevel
 ModelingLevel OCLDocument.getModelingLevel()
           
 

Methods in org.eclipse.ocl.examples.interpreter.console.text with parameters of type ModelingLevel
 void OCLDocument.setModelingLevel(ModelingLevel level)