Package | Description |
---|---|
org.hypergraphdb.atom | |
org.hypergraphdb.type |
Modifier and Type | Class and Description |
---|---|
class |
HGRelTypeConstructor
The type of
HGRelType . |
Modifier and Type | Class and Description |
---|---|
class |
HGAbstractCompositeType
Represents an abstract type (can't be instantiated) that has some properties - modeled
after and mainly used to represent an abstract Java bean.
|
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 . |
Modifier and Type | Field and Description |
---|---|
protected HGCompositeType |
JavaAbstractBinding.hgType |
Modifier and Type | Method and Description |
---|---|
HGCompositeType |
JavaAbstractBinding.getHGType() |
Constructor and Description |
---|
JavaAbstractBinding(HGHandle typeHandle,
HGCompositeType hgType,
Class<?> clazz) |
Copyright © 2015. All rights reserved.