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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Create an edge in the reverse direction.
Create an edge in the reverse direction.
Attributes
Convert the tuple within this edge to a string.
Convert the tuple within this edge to a string.
Attributes
-
Definition Classes
-
Any
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
-
Inherited from:
-
Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
-
Returns
-
in the default implementation, an Iterator[Any]
-
Inherited from:
-
Product