Uses of Interface
uk.gov.gchq.gaffer.data.graph.entity.EntityMaps
-
Packages that use EntityMaps Package Description uk.gov.gchq.gaffer.data.graph Data objects used by Gaffer which are related to graph analysis concepts.uk.gov.gchq.gaffer.data.graph.entity Data objects used by Gaffer which are related to graph entity caching. -
-
Uses of EntityMaps in uk.gov.gchq.gaffer.data.graph
Methods in uk.gov.gchq.gaffer.data.graph that return EntityMaps Modifier and Type Method Description EntityMaps
GraphWindow. getEntityMaps()
Get the entity maps.Constructors in uk.gov.gchq.gaffer.data.graph with parameters of type EntityMaps Constructor Description GraphWindow(AdjacencyMaps adjacencyMaps, EntityMaps entityMaps)
Default constructor. -
Uses of EntityMaps in uk.gov.gchq.gaffer.data.graph.entity
Classes in uk.gov.gchq.gaffer.data.graph.entity that implement EntityMaps Modifier and Type Class Description class
SimpleEntityMaps
ASimpleEntityMaps
object represents a collection ofEntityMaps
s containing graph entity information.
-