Package uk.gov.gchq.gaffer.data.graph.adjacency
Data objects used by Gaffer which are related to graph adjacency concepts.
-
Interface Summary Interface Description AdjacencyMaps AnAdjacencyMaps
object contains a number ofAdjacencyMap
objects and can be used to represent the changes in an AdjacencyMap over time or to track the adjacency components of a graph over some other metric. -
Class Summary Class Description AdjacencyMap AnAdjacencyMap
is used to store the contents of a graph in memory in a format which can easily be interrogated.PrunedAdjacencyMaps APrunedAdjacencyMaps
object represents a collection ofAdjacencyMap
s containing graph adjacency information.SimpleAdjacencyMaps ASimpleAdjacencyMaps
object represents a collection ofAdjacencyMap
s containing graph adjacency information.