Edge

scalation.database.graph.Edge
See theEdge companion class
object Edge

The Edge companion object provides a factory function for creating edges.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Edge.type

Members list

Value members

Concrete methods

def apply(from: Vertex, prop: Property, to: Vertex, shift: Int): Edge

Create an object of type Edge.

Create an object of type Edge.

Value parameters

from

the source vertex

prop

maps edge's property names into property values

shift

number of units to shift to accomodate a bundle of egdes in a composite edge

to

the target vertex

Attributes

def show(edges: ArrayBuffer[Edge]): Unit

Show the edges.

Show the edges.

Value parameters

edges

the edges to show

Attributes