public class GraphWindow extends Object
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 and Description |
---|
GraphWindow(AdjacencyMaps adjacencyMaps,
EntityMaps entityMaps)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
AdjacencyMaps |
getAdjacencyMaps()
Get the adjacency maps.
|
EntityMaps |
getEntityMaps()
Get the entity maps.
|
public GraphWindow(AdjacencyMaps adjacencyMaps, EntityMaps entityMaps)
adjacencyMaps
- the adjacency maps to setentityMaps
- the entity maps to setpublic AdjacencyMaps getAdjacencyMaps()
public EntityMaps getEntityMaps()
Copyright © 2022. All rights reserved.