Uses of Interface
org.hypergraphdb.type.HGCompositeType

Packages that use HGCompositeType
org.hypergraphdb.type   
 

Uses of HGCompositeType in org.hypergraphdb.type
 

Classes in org.hypergraphdb.type that implement HGCompositeType
 class HGAbstractCompositeType
           
 class JavaAbstractBinding
           Acts as an atom type for Java interfaces and abstract classes that have declared/visible bean properties or private fields translated into record slots, but cannot be instantiateed.
 class JavaBeanBinding
           Acts as a HGAtomType for Java beans.
 class JavaObjectBinding
           
 class RecordType
           A RecordType represents a particular combination of slots that can be used to construct records.
 class SlotType
           The SlotType handles atoms of type Slot.
 

Methods in org.hypergraphdb.type that return HGCompositeType
 HGCompositeType JavaAbstractBinding.getHGType()
           
 

Constructors in org.hypergraphdb.type with parameters of type HGCompositeType
JavaAbstractBinding(HGHandle typeHandle, HGCompositeType hgType, java.lang.Class<?> clazz)