scalation.database.table.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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product