Edge

trait Edge[E <: Document[E], Left, Right] extends Document[E]

Edge represents a graph connection between two vertices

Type parameters:
E

the type of document for this edge

Left

the left-side connection

Right

the right-side connection

See also:
trait Document[E]
class Object
trait Matchable
class Any

Value members

Abstract methods

def _from: Id[Left]
def _to: Id[Right]

Inherited methods

def _id: Id[E]
Inherited from:
Document