| Interface | Description |
|---|---|
| VersionedGraphGeneratorInterface<T,A> |
A Graphgenerator which is extended by versioning
|
| Class | Description |
|---|---|
| AbstractGraphGenerator<T,A> | |
| AbstractNode |
abstract class for nodeobjects which only contains a simple equals method and the id
|
| DefaultNodeComparator<N,V extends java.lang.Comparable<V>> | |
| Edge<T,V extends java.lang.Comparable<V>> | |
| GraphEventBus<T> | |
| JaicoreNodeInfoGenerator<N,V extends java.lang.Comparable<V>> | |
| Node<T,V extends java.lang.Comparable<V>> | |
| NodeExpansionDescription<S,A> | |
| ReducedGraphGenerator<T,A> |
Graph generator that uses another graph generator as a basis by reducing the
graph generated by the basis generator so that it does not contain long
chains of nodes anymore, that is successors of a node are skipped while a
node only has 1 successor.
|
| VersionedDomainNode<T> |
Wrapper class which adds an ID to the node
|
| VersionedGraphGenerator<T,A> |
Class which wraps up a normal GraphGenerator and is adding a id to every node
|
| Enum | Description |
|---|---|
| NodeType |