scalation.database.graph_relation.Vertex
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
Reset zoom Hide graph Show graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
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
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
Inherited from:
Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
Returns
in the default implementation, an Iterator[Any]
Inherited from:
Product