Packages

c

org.opencypher.okapi.testing.propertygraph

InMemoryTestRelationship

case class InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap) extends CypherRelationship[Long] with Product with Serializable

Linear Supertypes
Serializable, Serializable, CypherRelationship[Long], CypherEntity[Long], MaterialCypherValue[CypherRelationship[Long]], CypherValue, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryTestRelationship
  2. Serializable
  3. Serializable
  4. CypherRelationship
  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 InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap)

Type Members

  1. type I = InMemoryTestRelationship
    Definition Classes
    InMemoryTestRelationship → CypherRelationship → 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
    CypherRelationship → 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, source: Long = startId, target: Long = endId, relType: String = relType, properties: CypherMap = properties): InMemoryTestRelationship.this.type
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  10. def cypherType: CypherType
    Definition Classes
    CypherRelationship → CypherValue
  11. val endId: Long
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean
    Definition Classes
    CypherEntity → CypherValue → Equals → AnyRef → Any
  14. def equalsSemantically(other: I): Boolean
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getValue: Option[CypherRelationship[Long]]
    Definition Classes
    MaterialCypherValue → CypherValue
  18. def hashCode(): Int
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  19. def haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean
    Attributes
    protected
    Definition Classes
    CypherEntity
  20. val id: Long
    Definition Classes
    InMemoryTestRelationship → CypherRelationship → CypherEntity
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isNull: Boolean
    Definition Classes
    CypherValue
  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
    CypherRelationship → Product
  27. def productElement(n: Int): Any
    Definition Classes
    CypherRelationship → Product
  28. def productPrefix: String
    Definition Classes
    CypherEntity → Product
  29. val properties: CypherMap
    Definition Classes
    InMemoryTestRelationship → CypherEntity
  30. val relType: String
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  31. val startId: Long
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toCypherString()(implicit formatValue: (Any) ⇒ String): String
    Definition Classes
    CypherValue
  34. def toJson()(implicit formatValue: (Any) ⇒ String): Value
    Definition Classes
    CypherValue
  35. def toString(): String
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  36. def unwrap: CypherRelationship[Long]
    Definition Classes
    CypherRelationship → CypherValue
  37. def value: CypherRelationship[Long]
    Definition Classes
    CypherRelationship → MaterialCypherValue → CypherValue
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def withProperty(key: String, value: CypherValue): I
    Definition Classes
    CypherRelationship → CypherEntity
  42. def withType(relType: String): I
    Definition Classes
    CypherRelationship

Inherited from Serializable

Inherited from Serializable

Inherited from CypherRelationship[Long]

Inherited from CypherEntity[Long]

Inherited from MaterialCypherValue[CypherRelationship[Long]]

Inherited from CypherValue

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped