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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.lib.base.HierarchicalType

Uses of HierarchicalType in com.virtuosotechnologies.lib.base
 

Classes in com.virtuosotechnologies.lib.base that implement HierarchicalType
 class UniqueHierarchicalType
          A basic UniqueObject-based implementation of a HierarchicalType.
 

Fields in com.virtuosotechnologies.lib.base declared as HierarchicalType
private  HierarchicalType[] UniqueHierarchicalType.bases_
           
 

Methods in com.virtuosotechnologies.lib.base with parameters of type HierarchicalType
 boolean UniqueHierarchicalType.equalsOrExtends(HierarchicalType type)
          Returns true if and only if this HierarchicalType the same as or an extension of the given parameter.
 boolean HierarchicalType.equalsOrExtends(HierarchicalType type)
          Returns true if and only if this HierarchicalType the same as or an extension of the given parameter.
 

Constructors in com.virtuosotechnologies.lib.base with parameters of type HierarchicalType
UniqueHierarchicalType(java.lang.String description, HierarchicalType[] bases)
          Constructs a new type that extends the given types.
UniqueHierarchicalType(java.lang.String description, HierarchicalType base1)
          Constructs a new type that extends the given type.
UniqueHierarchicalType(java.lang.String description, HierarchicalType base1, HierarchicalType base2)
          Constructs a new type that extends the given two types.