Created by jeberle on 15.05.17.
Base trait for all graph elements
Representation of multi-property values
Representation of multi-property values
Non-multi properties are represented using a map Key -> Property, while multi-properties are represented using a map Key -> MultiPropertyValue.
There are three types of multi-property values: SingleValue, SetValue and ListValue
SingleValue: only one value. A map Key -> SingleValue is equivalent to a map Key -> Property. SetValue: a set of values. ListValue: a multiset of values. The name is misleading, but that's how tinkerpop works.
type of underlying property
Base trait for records, i.e.
Base trait for records, i.e. elements that hold properties
Created by johann on 30/05/17.
Created by johann on 30/05/17.
Validation of graph elements
Created by johann on 28/04/17.