Vertex_
The Vertex_
class extends the notion of Tuple
into values stored in the tuple part, along with foreign keys links captured as outgoing edges.
Value parameters
- tuple
-
the tuple part of a vertex
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Return the neighboring vertices reachable in one-hop by taking edges emanating from this vertex.
Return the neighboring vertices reachable in one-hop by taking edges emanating from this vertex.
Attributes
Return the neighboring vertices reachable in one-hop by taking edge with edge-label elab emanating from this vertex.
Return the neighboring vertices reachable in one-hop by taking edge with edge-label elab emanating from this vertex.
Value parameters
- elab
-
the edge-label (wild-card "*" means take all edges)
Attributes
Return the neighboring vertices reachable in one-hop by taking edge with edge-label elab emanating from this vertex that are in the reference table.
Return the neighboring vertices reachable in one-hop by taking edge with edge-label elab emanating from this vertex that are in the reference table.
Value parameters
- ref
-
the edge-label and reference table
Attributes
Convert the tuple within this vertex to a string.
Convert the tuple within this vertex to a string.
Attributes
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product