Class

org.opencypher.okapi.testing.propertygraph

InMemoryTestRelationship

Related Doc: package propertygraph

Permalink

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)

    Permalink

Type Members

  1. type I = InMemoryTestRelationship

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship → 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
    CypherRelationship → 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, source: Long = startId, target: Long = endId, relType: String = relType, properties: CypherMap = properties): InMemoryTestRelationship.this.type

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  10. val endId: Long

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getValue: Option[CypherRelationship[Long]]

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

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

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

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship → CypherEntity
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isNull: Boolean

    Permalink
    Definition Classes
    CypherValue
  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
    CypherRelationship → Product
  25. def productElement(n: Int): Any

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

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

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherEntity
  28. val relType: String

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  29. val startId: Long

    Permalink
    Definition Classes
    InMemoryTestRelationship → CypherRelationship
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toCypherString: String

    Permalink
    Definition Classes
    CypherValue
  32. def toJson: Value

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

    Permalink
    Definition Classes
    CypherEntity → CypherValue → AnyRef → Any
  34. def unwrap: CypherRelationship[Long]

    Permalink
    Definition Classes
    CypherRelationship → CypherValue
  35. def value: CypherRelationship[Long]

    Permalink
    Definition Classes
    CypherRelationship → MaterialCypherValue → CypherValue
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withProperty(key: String, value: CypherValue): I

    Permalink
    Definition Classes
    CypherRelationship → CypherEntity
  40. def withType(relType: String): I

    Permalink
    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