Class

org.opencypher.spark.api.value

CAPSRelationship

Related Doc: package value

Permalink

case class CAPSRelationship(id: Long, source: Long, target: Long, relType: String, properties: CypherMap = CypherMap.empty) extends CypherRelationship[Long] with Product with Serializable

Representation of a Cypher relationship in the CAPS implementation. A relationship contains an id of type Long, ids of its adjacent nodes, a relationship type and a map of properties.

id

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

source

the id of the source node.

target

the id of the target node.

relType

the relationship type.

properties

the properties of the node.

Linear Supertypes
Serializable, Serializable, CypherRelationship[Long], CypherEntity[Long], MaterialCypherValue[CypherRelationship[Long]], CypherValue, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CAPSRelationship
  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 CAPSRelationship(id: Long, source: Long, target: Long, relType: String, properties: CypherMap = CypherMap.empty)

    Permalink

    id

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

    source

    the id of the source node.

    target

    the id of the target node.

    relType

    the relationship type.

    properties

    the properties of the node.

Type Members

  1. type I = CAPSRelationship

    Permalink
    Definition Classes
    CAPSRelationship → 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 = source, target: Long = target, relType: String = relType, properties: CypherMap = properties): CAPSRelationship

    Permalink
    Definition Classes
    CAPSRelationship → CypherRelationship
  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[CypherRelationship[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 relationship, unique within the containing graph.

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

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

    Permalink
    Definition Classes
    Any
  19. def isNull: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def productArity: Int

    Permalink
    Definition Classes
    CypherRelationship → Product
  24. def productElement(n: Int): Any

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

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

    Permalink

    the properties of the node.

    the properties of the node.

    Definition Classes
    CAPSRelationship → CypherEntity
  27. val relType: String

    Permalink

    the relationship type.

    the relationship type.

    Definition Classes
    CAPSRelationship → CypherRelationship
  28. val source: Long

    Permalink

    the id of the source node.

    the id of the source node.

    Definition Classes
    CAPSRelationship → CypherRelationship
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val target: Long

    Permalink

    the id of the target node.

    the id of the target node.

    Definition Classes
    CAPSRelationship → CypherRelationship
  31. def toCypherString: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CypherRelationship → CypherEntity
  39. 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