Uses of Class
org.hypergraphdb.type.HGAtomTypeBase

Packages that use HGAtomTypeBase
org.hypergraphdb.atom   
org.hypergraphdb.type   
org.hypergraphdb.type.javaprimitive   
 

Uses of HGAtomTypeBase in org.hypergraphdb.atom
 

Subclasses of HGAtomTypeBase in org.hypergraphdb.atom
 class HGRelType
           Represents the type a "semantic" relationship.
 class HGRelTypeConstructor
           The type of HGRelType.
 

Uses of HGAtomTypeBase in org.hypergraphdb.type
 

Subclasses of HGAtomTypeBase in org.hypergraphdb.type
 class RecordTypeConstructor
           A RecordTypeConstructor represents the HG (meta) type of a RecordType.
 class TextType
           The implementation of the primitive String type for large string values.
 

Uses of HGAtomTypeBase in org.hypergraphdb.type.javaprimitive
 

Subclasses of HGAtomTypeBase in org.hypergraphdb.type.javaprimitive
 class EnumType
           
 class EnumTypeConstructor
           Manages instances of EnumType.