Uses of Class
uk.gov.gchq.gaffer.tinkerpop.GafferPopVertex
-
Packages that use GafferPopVertex Package Description uk.gov.gchq.gaffer.tinkerpop uk.gov.gchq.gaffer.tinkerpop.generator -
-
Uses of GafferPopVertex in uk.gov.gchq.gaffer.tinkerpop
Methods in uk.gov.gchq.gaffer.tinkerpop that return GafferPopVertex Modifier and Type Method Description GafferPopVertex
GafferPopVertexProperty. element()
Methods in uk.gov.gchq.gaffer.tinkerpop that return types with arguments of type GafferPopVertex Modifier and Type Method Description Iterator<GafferPopVertex>
GafferPopGraph. vertices(Iterable<Object> ids, String... labels)
This performs a GetElements operation on Gaffer filtering vertices by labels.Iterator<GafferPopVertex>
GafferPopGraph. verticesWithView(Iterable<Object> ids, View view)
This performs a GetElements operation on Gaffer filtering by aView
.Methods in uk.gov.gchq.gaffer.tinkerpop with parameters of type GafferPopVertex Modifier and Type Method Description void
GafferPopGraph. addVertex(GafferPopVertex vertex)
Constructors in uk.gov.gchq.gaffer.tinkerpop with parameters of type GafferPopVertex Constructor Description GafferPopVertexProperty(GafferPopVertex vertex, String key, V value, Object... propertyKeyValues)
-
Uses of GafferPopVertex in uk.gov.gchq.gaffer.tinkerpop.generator
Methods in uk.gov.gchq.gaffer.tinkerpop.generator that return GafferPopVertex Modifier and Type Method Description GafferPopVertex
GafferPopVertexGenerator. _apply(Element element)
Methods in uk.gov.gchq.gaffer.tinkerpop.generator with parameters of type GafferPopVertex Modifier and Type Method Description Entity
GafferEntityGenerator. _apply(GafferPopVertex vertex)
-