Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.base
Interface HierarchicalType  view HierarchicalType download HierarchicalType.java

All Known Implementing Classes:
UniqueHierarchicalType

public interface HierarchicalType

An interface for objects that implement a hierarchical type system.

A hierarchical type system is a class of objects with the following properties:


Method Summary
 boolean equalsOrExtends(HierarchicalType type)
          Returns true if and only if this HierarchicalType the same as or an extension of the given parameter.
 java.util.Iterator getParents()
          Get an interator over the immediate parents
 

Method Detail

equalsOrExtends

public boolean equalsOrExtends(HierarchicalType type)
Returns true if and only if this HierarchicalType the same as or an extension of the given parameter.


getParents

public java.util.Iterator getParents()
Get an interator over the immediate parents