This package is the main entry point to the HyperGraphDB API. Most of the core interfaces for search and manipulating HyperGraph atoms are defined here.
The main class is the HyperGraph
which represents a single HyperGraph
database. You will need to familiarize yourself with most of the methods of that
class in order to use HyperGraphDB effectively.
The full querying API can be found in the org.hypergraphdb.query
package. However
most of the functionality is conveniently exposed from the HGQuery.hg
class.
More involved graph-based algorithms can be found in the org.hypergraph.algorithms
package.