Uses of Class
uk.gov.gchq.gaffer.tinkerpop.GafferPopGraph
-
-
Uses of GafferPopGraph in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller with parameters of type GafferPopGraph Modifier and Type Method Description static org.json.JSONObject
GremlinController. getGafferPopExplanation(GafferPopGraph graph)
Gets an explanation of the last chain of operations ran on a GafferPop graph. -
Uses of GafferPopGraph in uk.gov.gchq.gaffer.tinkerpop
Methods in uk.gov.gchq.gaffer.tinkerpop that return GafferPopGraph Modifier and Type Method Description GafferPopGraph
GafferPopElement. graph()
static GafferPopGraph
GafferPopGraph. open(String configurationFile)
static GafferPopGraph
GafferPopGraph. open(org.apache.commons.configuration2.Configuration configuration)
static GafferPopGraph
GafferPopGraph. open(org.apache.commons.configuration2.Configuration configuration, Graph graph)
Constructors in uk.gov.gchq.gaffer.tinkerpop with parameters of type GafferPopGraph Constructor Description GafferPopEdge(String label, Object outVertex, Object inVertex, GafferPopGraph graph)
GafferPopVertex(String label, Object id, GafferPopGraph graph)
-
Uses of GafferPopGraph in uk.gov.gchq.gaffer.tinkerpop.generator
Constructors in uk.gov.gchq.gaffer.tinkerpop.generator with parameters of type GafferPopGraph Constructor Description GafferPopEdgeGenerator(GafferPopGraph graph)
GafferPopEdgeGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
GafferPopElementGenerator(GafferPopGraph graph)
GafferPopElementGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
GafferPopVertexGenerator(GafferPopGraph graph)
GafferPopVertexGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
-
Uses of GafferPopGraph in uk.gov.gchq.gaffer.tinkerpop.process.traversal.util
Methods in uk.gov.gchq.gaffer.tinkerpop.process.traversal.util with parameters of type GafferPopGraph Modifier and Type Method Description static Iterable<org.apache.tinkerpop.gremlin.structure.Vertex>
GafferVertexUtils. getOrphanVertices(Iterable<? extends Element> result, GafferPopGraph graph, Object... vertexIds)
Util method to extract vertices that are vertices on an edge but do not have an associatedVertex
orEntity
the current graph. -
Uses of GafferPopGraph in uk.gov.gchq.gaffer.tinkerpop.service
Constructors in uk.gov.gchq.gaffer.tinkerpop.service with parameters of type GafferPopGraph Constructor Description GafferPopNamedOperationService(GafferPopGraph graph)
GafferPopNamedOperationServiceFactory(GafferPopGraph graph)
-