vertex
Construct the graph comprising
a single isolated vertex. An
alias for the constructor
Vertex.
isEmpty (vertex x) == False
hasVertex x (vertex y) == (x == y)
vertexCount (vertex x) == 1
edgeCount (vertex x) == 0
size (vertex x) == 1
Construct the graph comprising
a single isolated vertex.
vertex . Left == leftVertex
vertex . Right == rightVertex
Construct the graph with a single vertex.
Construct the graph comprising a single isolated vertex. An alias for
pure.
Construct the graph comprising
a single isolated vertex. An
alias for the constructor
Vertex.
isEmpty (vertex x) == False
hasVertex x (vertex y) == (x == y)
vertexCount (vertex x) == 1
edgeCount (vertex x) == 0
Construct the graph comprising
a single isolated vertex. An
alias for the constructor
Vertex.
hasVertex x (vertex y) == (x == y)
vertexCount (vertex x) == 1
edgeCount (vertex x) == 0
size (vertex x) == 1
Construct the graph comprising
a single isolated vertex.
hasVertex x (vertex y) == (x == y)
vertexCount (vertex x) == 1
edgeCount (vertex x) == 0
Abstract representation of vertices.
Specify the (
x,
y,
z,
w) coordinates of a
four-dimensional vertex. This must only be done during
renderPrimitive, otherwise the behaviour is unspecified. The
current values of the auxiliary vertex attributes are associated with
the vertex.
Note that there is no such thing as a "current vertex" which could be
retrieved.
org.apache.tinkerpop.gremlin.structure.Vertex interface in a
TinkerPop graph.