gov.nih.nci.cagrid.data.utilities.query
Interface TypeTraverser

All Known Implementing Classes:
DomainModelTypeTraverser

public interface TypeTraverser

TypeTraverser Interface for traversing types, associations, and attributes

Version:
$Id$
Author:
David W. Ervin

Method Summary
 AssociatedType[] getAssociatedTypes(BaseType type)
           
 AttributeType[] getAttributes(BaseType type)
           
 BaseType[] getBaseTypes()
           
 

Method Detail

getBaseTypes

BaseType[] getBaseTypes()

getAssociatedTypes

AssociatedType[] getAssociatedTypes(BaseType type)

getAttributes

AttributeType[] getAttributes(BaseType type)