Trait/Object

org.opencypher.okapi.api.value.CypherValue

CypherNode

Related Docs: object CypherNode | package CypherValue

Permalink

trait CypherNode[Id] extends CypherEntity[Id] with MaterialCypherValue[CypherNode[Id]]

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

Type Members

  1. abstract type I <: CypherNode[Id]

    Permalink
    Definition Classes
    CypherNodeCypherEntity

Abstract Value Members

  1. abstract def copy(id: Id = id, labels: Set[String] = labels, properties: CypherMap = properties): I

    Permalink
  2. abstract def id: Id

    Permalink
    Definition Classes
    CypherEntity
  3. abstract def labels: Set[String]

    Permalink
  4. abstract def properties: CypherMap

    Permalink
    Definition Classes
    CypherEntity

Concrete 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

    Safe version of cast

    Safe version of cast

    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

    Attempts to cast the Cypher value to V, fails when this is not supported.

    Attempts to cast the Cypher value to V, fails when this is not supported.

    Definition Classes
    CypherValue
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink

    Structural comparison of the Scala representation.

    Structural comparison of the Scala representation.

    This is NOT Cypher equality or equivalence.

    Definition Classes
    CypherEntityCypherValue → Equals → AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getValue: Option[CypherNode[Id]]

    Permalink

    returns

    null-safe version of value

    Definition Classes
    MaterialCypherValueCypherValue
  14. def hashCode(): Int

    Permalink

    Hash code of the Scala representation.

    Hash code of the Scala representation.

    Definition Classes
    CypherEntityCypherValue → AnyRef → Any
  15. def haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    CypherEntity
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isNull: Boolean

    Permalink

    returns

    true iff the stored value is null.

    Definition Classes
    CypherValue
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def productArity: Int

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

    Permalink
    Definition Classes
    CypherNode → Product
  23. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

    Permalink
    Definition Classes
    CypherEntity → Product
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toCypherString: String

    Permalink

    A Cypher string representation.

    A Cypher string representation. For more information about the exact format of these, please refer to the openCypher TCK.

    Definition Classes
    CypherValue
  27. def toString(): String

    Permalink

    String of the Scala representation of this value.

    String of the Scala representation of this value.

    Definition Classes
    CypherEntityCypherValue → AnyRef → Any
  28. def unwrap: CypherNode[Id]

    Permalink

    returns

    unwraps the Cypher value into Scala/Java structures. Unlike value this is done recursively for the Cypher values stored inside of maps and lists.

    Definition Classes
    CypherNodeCypherValue
  29. def value: CypherNode[Id]

    Permalink

    returns

    wrapped value

    Definition Classes
    CypherNodeMaterialCypherValueCypherValue
  30. final def wait(): Unit

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

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

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

    Permalink
  34. def withProperty(key: String, value: CypherValue): I

    Permalink
    Definition Classes
    CypherNodeCypherEntity

Inherited from CypherEntity[Id]

Inherited from MaterialCypherValue[CypherNode[Id]]

Inherited from CypherValue

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped