edu.uchsc.ccp.iaa.matcher
Class ClassHierarchyImpl

java.lang.Object
  extended by edu.uchsc.ccp.iaa.matcher.ClassHierarchyImpl
All Implemented Interfaces:
ClassHierarchy

public class ClassHierarchyImpl
extends Object
implements ClassHierarchy


Constructor Summary
ClassHierarchyImpl(Map<String,Set<String>> subclassMap)
           
 
Method Summary
 Set<String> getSubclasses(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassHierarchyImpl

public ClassHierarchyImpl(Map<String,Set<String>> subclassMap)
Method Detail

getSubclasses

public Set<String> getSubclasses(String className)
Specified by:
getSubclasses in interface ClassHierarchy