Packages

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

Linear Supertypes
Serializable, Serializable, CypherNode[Long], CypherEntity[Long], MaterialCypherValue[CypherNode[Long]], CypherValue, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryTestNode
  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 InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap)

Type Members

  1. type I = InMemoryTestNode
    Definition Classes
    InMemoryTestNode → CypherNode → CypherEntity

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as[V](implicit arg0: ClassTag[V]): Option[V]
    Definition Classes
    CypherValue
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean
    Definition Classes
    CypherNode → Equals
  7. def cast[V](implicit arg0: ClassTag[V]): V
    Definition Classes
    CypherValue
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def copy(id: Long = id, labels: Set[String] = labels, properties: CypherMap = properties): InMemoryTestNode.this.type
    Definition Classes
    InMemoryTestNode → CypherNode
  10. def cypherType: CypherType
    Definition Classes
    CypherNode → CypherValue
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    CypherEntity → CypherValue → Equals → AnyRef → Any
  13. def equalsSemantically(other: I): Boolean
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getValue: Option[CypherNode[Long]]
    Definition Classes
    MaterialCypherValue → CypherValue
  17. def hashCode(): Int
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  18. def haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean
    Attributes
    protected
    Definition Classes
    CypherEntity
  19. val id: Long
    Definition Classes
    InMemoryTestNode → CypherNode → CypherEntity
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isNull: Boolean
    Definition Classes
    CypherValue
  22. val labels: Set[String]
    Definition Classes
    InMemoryTestNode → CypherNode
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productArity: Int
    Definition Classes
    CypherNode → Product
  27. def productElement(n: Int): Any
    Definition Classes
    CypherNode → Product
  28. def productPrefix: String
    Definition Classes
    CypherEntity → Product
  29. val properties: CypherMap
    Definition Classes
    InMemoryTestNode → CypherEntity
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toCypherString()(implicit formatValue: (Any) ⇒ String): String
    Definition Classes
    CypherValue
  32. def toJson()(implicit formatValue: (Any) ⇒ String): Value
    Definition Classes
    CypherValue
  33. def toString(): String
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  34. def unwrap: CypherNode[Long]
    Definition Classes
    CypherNode → CypherValue
  35. def value: CypherNode[Long]
    Definition Classes
    CypherNode → MaterialCypherValue → CypherValue
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def withLabel(label: String): I
    Definition Classes
    CypherNode
  40. def withProperty(key: String, value: CypherValue): I
    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