org.eclipse.ocl.examples.impactanalyzer.instanceScope
Class AllSubclassesFinder

java.lang.Object
  extended by org.eclipse.ocl.examples.impactanalyzer.instanceScope.AllSubclassesFinder

public class AllSubclassesFinder
extends java.lang.Object


Constructor Summary
protected AllSubclassesFinder()
           
  AllSubclassesFinder(org.eclipse.emf.ecore.EPackage.Registry registry)
           
 
Method Summary
 java.util.Collection<org.eclipse.emf.ecore.EClass> getAllSubclasses(org.eclipse.emf.ecore.EClass c)
           
static AllSubclassesFinder getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSubclassesFinder

protected AllSubclassesFinder()

AllSubclassesFinder

public AllSubclassesFinder(org.eclipse.emf.ecore.EPackage.Registry registry)
Method Detail

getInstance

public static AllSubclassesFinder getInstance()

getAllSubclasses

public java.util.Collection<org.eclipse.emf.ecore.EClass> getAllSubclasses(org.eclipse.emf.ecore.EClass c)