EdgeType

scalation.database.graph.EdgeType
See theEdgeType companion class
object EdgeType

The EdgeType companion object provides factory functions for creating edge-types.

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String, from: VertexType, schema: String, to: VertexType, edges: ArrayBuffer[Edge], color: Color, shape: CurvilinearShape): EdgeType

Create an edge-type for maintaing edges of same type.

Create an edge-type for maintaing edges of same type.

Value parameters

color

the display color for edges of this type

edges

the set of edges having this edge-type (extension)

from

the source vertex

name

the name of this edge-type ('name' from Identifiable)

schema

the property names for this edge-type

shape

the display shape template for edges of this type

to

the target vertex

Attributes