NeighborInfoForNode

overflowdb.schema.NeighborInfoForNode
case class NeighborInfoForNode(neighborNode: AbstractNodeType, edge: EdgeType, direction: Value, cardinality: Cardinality, isInherited: Boolean, customStepName: Option[String], customStepDoc: Option[String])

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

handling some accidental complexity within the schema: if a relationship is defined on a base node and separately on a concrete node, with different cardinalities, we need to use the highest cardinality

handling some accidental complexity within the schema: if a relationship is defined on a base node and separately on a concrete node, with different cardinalities, we need to use the highest cardinality

Attributes

lazy val returnType: String