Edge

final case class Edge(externalId: String, `type`: DirectRelationIdentifier, startNode: DirectRelationIdentifier, endNode: DirectRelationIdentifier, properties: Option[Map[String, DataModelProperty[_]]]) extends PropertyMap
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

val allProperties: Map[String, DataModelProperty[_]]
Inherited from:
PropertyMap