Trait

lspace.librarian.structure.Graph

Values

Related Doc: package Graph

Permalink

trait Values extends RApi[Value[_]]

Linear Supertypes
RApi[Value[_]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Values
  2. RApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 +[V](value: Value[V]): Value[V]

    Permalink

    adds a value

  4. final def ++[V](value: Value[V]): Value[V]

    Permalink

    adds a value and meta-properties (value.outE())

  5. final def -(value: Value[_]): Unit

    Permalink

    deletes a value

  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(): Stream[Value[_]]

    Permalink
    Definition Classes
    ValuesRApi
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def byValue[T](valueSet: List[(T, DataType[T])]): List[Value[T]]

    Permalink
  10. def byValue[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): List[Value[T]]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def count(): Long

    Permalink
  13. final def create[T](value: T, dt: DataType[T]): Value[T]

    Permalink
  14. final def create[T, TOut, CTOut <: ClassType[_]](value: T)(implicit clsTpbl: Aux[T, TOut, CTOut]): Value[T]

    Permalink
  15. final def delete(value: Value[_]): Unit

    Permalink
  16. def dereferenceValue(t: Any): Any

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasId(id: Long): Option[Value[_]]

    Permalink
    Definition Classes
    ValuesRApi
  22. def hasIri(iris: List[String]): List[Value[_]]

    Permalink

    iris

    a set of uri's to get T for

    Definition Classes
    ValuesRApi
  23. def hasIri(iri: String, iris: String*): List[Value[_]]

    Permalink
    Definition Classes
    RApi
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def post[V](value: Value[V]): Value[V]

    Permalink

    adds a value to the graph including all edges and (meta) edges on edges as long as edges have edges

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def upsert[V](value: Value[V]): Value[V]

    Permalink
  33. final def upsert[V](value: V, dt: DataType[V]): Value[V]

    Permalink
  34. def upsert[V, TOut, CTOut <: ClassType[_]](value: V)(implicit clsTpbl: Aux[V, TOut, CTOut]): Value[V]

    Permalink
  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( ... )

Inherited from RApi[Value[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped