org.eclipse.ocl.examples.impactanalyzer.util
Class OclHelper

java.lang.Object
  extended by org.eclipse.ocl.examples.impactanalyzer.util.OclHelper

public class OclHelper
extends java.lang.Object


Constructor Summary
OclHelper()
           
 
Method Summary
static java.util.Collection<java.lang.Object> flatten(java.lang.Object o)
           
static OclHelper getInstance()
           
static OCLExpression getRootExpression(org.eclipse.emf.ecore.EObject x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OclHelper

public OclHelper()
Method Detail

getInstance

public static OclHelper getInstance()

getRootExpression

public static OCLExpression getRootExpression(org.eclipse.emf.ecore.EObject x)

flatten

public static java.util.Collection<java.lang.Object> flatten(java.lang.Object o)