Package nz.ac.waikato.mcennis.rat.graph

Interface Summary
Graph Interface representing a social network.
 

Class Summary
Clique Class for describing a completely connected subgraph.
DerbyGraph Class that implements all the JDBC code for a Derby backed graph model.
GraphFactory Create a Graph object of the given type with the given arguments
GraphIndex Helper Class that maintains an inverse index - the set of all graphs that an actor belongs to.
MemGraph A graph object that is held entirely in memory
NullGraph Class that retains no information and implements null operations on every node.
PostgresqlGraph Sub-class of the DerbyGraph Object to work with postgresql databases
Tree Class for describing a tree.
UserIDList Class that records only those users that initiate links.
UserList Aquires a list of all actors that have been seen.