org.eclipse.gmt.umlx.ocl.util
Class OCLUtils

java.lang.Object
  extended by org.eclipse.gmt.umlx.ocl.util.OCLUtils

public class OCLUtils
extends java.lang.Object


Field Summary
static EModel oclModel
           
static EModel oclTypesModel
           
 
Constructor Summary
OCLUtils()
           
 
Method Summary
static java.lang.String getExpressionName(org.eclipse.emf.ocl.expressions.OCLExpression expression)
           
static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Class<? extends org.eclipse.emf.ecore.EObject> javaClass, java.lang.String featureName)
           
static org.eclipse.emf.ocl.expressions.OCLExpression getNullExpression()
           
static void initTreeAdapters()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oclModel

public static final EModel oclModel

oclTypesModel

public static final EModel oclTypesModel
Constructor Detail

OCLUtils

public OCLUtils()
Method Detail

getExpressionName

public static java.lang.String getExpressionName(org.eclipse.emf.ocl.expressions.OCLExpression expression)

getFeature

public static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Class<? extends org.eclipse.emf.ecore.EObject> javaClass,
                                                                  java.lang.String featureName)

getNullExpression

public static org.eclipse.emf.ocl.expressions.OCLExpression getNullExpression()

initTreeAdapters

public static void initTreeAdapters()