Edge

com.outr.arango.Edge
trait Edge[E <: Document[E], From, To] extends Document[E]

Edge represents a graph connection between two vertices

Attributes

E

the type of document for this edge

From

the left-side connection

To

the right-side connection

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

Members list

Concise view

Value members

Abstract methods

def _from: Id[From]
def _to: Id[To]

Inherited methods

def _id: Id[D]

Attributes

Inherited from:
Document