|
Class Summary |
| Debug |
The Debug class allows debugging messages to be sent from a calling application. |
| Edge |
A Edge represents an HDM edge, which can be of any length, each
element (or Span) can be a node or an edge and edges can
be named (optionally). |
| EdgeElement |
An edge element represents a single element of an edge. |
| HdmStore |
A HdmStore allows data to be stored and queried in an HDM repository
which is implemented in a Postgres databas). |
| HdmStoreCmd |
A command line processor for the HDM store which can be used as
an alternative to the API.. |
| HdmWrapper |
A Wrapper for the HDM data store. |
| HdmWrapperFactory |
|
| LowLevelWrapperHdm |
The LowLevelWrapperHdm passes queries to the HdmStore
and returns the results in the HDM specifc format of a Linked List
of EdgeElements each representing a tuple. |
| Span |
A Span represents one element in a HDM edge. |