Class

org.opencypher.spark.api.value

CAPSNode

Related Doc: package value

Permalink

case class CAPSNode(id: Long, labels: Set[String] = Set.empty, properties: CypherMap = CypherMap.empty) extends CypherNode[Long] with Product with Serializable

Representation of a Cypher node in the CAPS implementation. A node contains an id of type Long, a set of string labels and a map of properties.

id

the id of the node, unique within the containing graph.

labels

the labels of the node.

properties

the properties of the node.

Linear Supertypes
Serializable, Serializable, CypherNode[Long], CypherEntity[Long], MaterialCypherValue[CypherNode[Long]], CypherValue, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CAPSNode
  2. Serializable
  3. Serializable
  4. CypherNode
  5. CypherEntity
  6. MaterialCypherValue
  7. CypherValue
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CAPSNode(id: Long, labels: Set[String] = Set.empty, properties: CypherMap = CypherMap.empty)

    Permalink

    id

    the id of the node, unique within the containing graph.

    labels

    the labels of the node.

    properties

    the properties of the node.

Type Members

  1. type I = CAPSNode

    Permalink
    Definition Classes
    CAPSNode → CypherNode → CypherEntity

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def as[V](implicit arg0: ClassTag[V]): Option[V]

    Permalink
    Definition Classes
    CypherValue
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    CypherNode → Equals
  7. def cast[V](implicit arg0: ClassTag[V]): V

    Permalink
    Definition Classes
    CypherValue
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(id: Long = id, labels: Set[String] = labels, properties: CypherMap = properties): CAPSNode

    Permalink
    Definition Classes
    CAPSNode → CypherNode
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    CypherEntity → CypherValue → Equals → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getValue: Option[CypherNode[Long]]

    Permalink
    Definition Classes
    MaterialCypherValue → CypherValue
  15. def hashCode(): Int

    Permalink
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  16. def haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    CypherEntity
  17. val id: Long

    Permalink

    the id of the node, unique within the containing graph.

    the id of the node, unique within the containing graph.

    Definition Classes
    CAPSNode → CypherEntity
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isNull: Boolean

    Permalink
    Definition Classes
    CypherValue
  20. val labels: Set[String]

    Permalink

    the labels of the node.

    the labels of the node.

    Definition Classes
    CAPSNode → CypherNode
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def productArity: Int

    Permalink
    Definition Classes
    CypherNode → Product
  25. def productElement(n: Int): Any

    Permalink
    Definition Classes
    CypherNode → Product
  26. def productPrefix: String

    Permalink
    Definition Classes
    CypherEntity → Product
  27. val properties: CypherMap

    Permalink

    the properties of the node.

    the properties of the node.

    Definition Classes
    CAPSNode → CypherEntity
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toCypherString: String

    Permalink
    Definition Classes
    CypherValue
  30. def toString(): String

    Permalink
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  31. def unwrap: CypherNode[Long]

    Permalink
    Definition Classes
    CypherNode → CypherValue
  32. def value: CypherNode[Long]

    Permalink
    Definition Classes
    CypherNode → MaterialCypherValue → CypherValue
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withLabel(label: String): I

    Permalink
    Definition Classes
    CypherNode
  37. def withProperty(key: String, value: CypherValue): I

    Permalink
    Definition Classes
    CypherNode → CypherEntity

Inherited from Serializable

Inherited from Serializable

Inherited from CypherNode[Long]

Inherited from CypherEntity[Long]

Inherited from MaterialCypherValue[CypherNode[Long]]

Inherited from CypherValue

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped