Edge
scalation.database.table.Edge
The Edge
class includes three parts: The edge attributes in the form of a tuple of values, the source (from) vertex and target (to) vertex.
Value parameters
- from
-
the source vertex
- to
-
the target vertex
- tuple
-
the tuple part of the edge (for edge attributes)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article