NeighborInfoForNode

case
class NeighborInfoForNode(neighborNode: AbstractNodeType, edge: EdgeType, direction: Value, cardinality: Cardinality, isInherited: Boolean, customStepName: Option[String], customStepDoc: Option[String])
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

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

lazy
val returnType: String