Class GraphWindow


  • public class GraphWindow
    extends Object
    A GraphWindow is an immutable in-memory representation of a graph. A GraphWindow can be used to create a graph representation which tracks changes to a graph, for example temporal changes or different views on a parent graph seen during a Walk.
    • Constructor Detail

      • GraphWindow

        public GraphWindow​(AdjacencyMaps adjacencyMaps,
                           EntityMaps entityMaps)
        Default constructor.
        Parameters:
        adjacencyMaps - the adjacency maps to set
        entityMaps - the entity maps to set
    • Method Detail

      • getAdjacencyMaps

        public AdjacencyMaps getAdjacencyMaps()
        Get the adjacency maps.
        Returns:
        the adjacency maps
      • getEntityMaps

        public EntityMaps getEntityMaps()
        Get the entity maps.
        Returns:
        the entity maps