Vertex

scalation.database.graph_relation.Vertex
case class Vertex(prop: Property, edge: Reference) extends Serializable

The Vertex class maintains properties for a vertex, e.g., a person. A vertex is analogous to a tuple in a traditional relational database, except that foreign keys are replaced with edges connecting to other vertices.

Value parameters

edge

maps vertex's edge names to other vertices

prop

maps vertex's property names to property values

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product