Class

lspace.provider.wrapped

WrappedValue

Related Doc: package wrapped

Permalink

abstract class WrappedValue[T] extends structure.Value[T] with WrappedResource[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedValue
  2. WrappedResource
  3. Value
  4. Resource
  5. IriResource
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedValue(self: structure.Value[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ---(f: (default.type) ⇒ structure.Property): PartialOutEdge[T]

    Permalink
    Definition Classes
    Resource
  4. def ---(key: structure.Property): PartialOutEdge[T]

    Permalink

    Creates a partial edge

    Creates a partial edge

    key

    the Edge's label

    returns

    an labeled-edge-builder PartialOutEdge

    Definition Classes
    Resource
  5. def ---(key: String): PartialOutEdge[T]

    Permalink
    Definition Classes
    Resource
  6. def -|-(key: structure.Property): PartialOutEdge[T]

    Permalink

    Edge with Cardinality single

    Edge with Cardinality single

    Definition Classes
    Resource
  7. def <--(key: structure.Property): PartialInEdge[T]

    Permalink
    Definition Classes
    Resource
  8. def <--(key: String): PartialInEdge[T]

    Permalink
    Definition Classes
    Resource
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def ===(o: Any): Boolean

    Permalink
    Definition Classes
    Resource
  11. def @id: String

    Permalink

    The @id is a IRI/URI identifier

    The @id is a IRI/URI identifier

    returns

    a String which is empty if no @id is assigned, TODO: should this be an Option[String]?

    Definition Classes
    IriResource
  12. def @ids: Set[String]

    Permalink

    The @ids are alternative (same-as) IRI/URI identifiers

    The @ids are alternative (same-as) IRI/URI identifiers

    returns

    a Set[String] which has one or more values (it always includes @id)

    Definition Classes
    Resource
  13. def @type: List[structure.ClassType[_]]

    Permalink

    returns

    list of labels assigned to the resource

    Definition Classes
    Resource
  14. def _remove(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedResource
  15. def addBoth[V, R[T] <: structure.Resource[T]](key: structure.Property, value: R[V]): Task[(structure.Edge[T, V], structure.Edge[V, T])]

    Permalink
    Definition Classes
    Resource
  16. def addIn[V <: structure.ClassType[_]](key: structure.Property, value: V): Task[structure.Edge[structure.Node, T]]

    Permalink
    Definition Classes
    Resource
  17. def addIn[V, R[Z] <: structure.ClassType[Z]](key: structure.Property, dt: R[V], value: V)(implicit ev1: <:!<[V, structure.ClassType[_]]): Task[structure.Edge[V, T]]

    Permalink
    Definition Classes
    Resource
  18. def addIn[V, V0, VT0 <: structure.ClassType[_]](key: structure.Property, value: V)(implicit ev1: <:!<[V, structure.ClassType[_]], ct: Aux[V, V0, VT0]): Task[structure.Edge[V0, T]]

    Permalink
    Definition Classes
    Resource
  19. def addIn[V <: structure.ClassType[_]](key: String, value: V): Task[structure.Edge[structure.Node, T]]

    Permalink
    Definition Classes
    Resource
  20. def addIn[V, V0, VT0 <: structure.ClassType[_]](key: String, value: V)(implicit ev1: <:!<[V, structure.ClassType[_]], dt: Aux[V, V0, VT0]): Task[structure.Edge[V0, T]]

    Permalink
    Definition Classes
    Resource
  21. def addOut[V](key: structure.TypedProperty[V], value: V): Task[structure.Edge[T, V]]

    Permalink
    Definition Classes
    Resource
  22. def addOut[V <: structure.ClassType[_]](key: structure.Property, value: V): Task[structure.Edge[T, structure.Node]]

    Permalink
    Definition Classes
    Resource
  23. def addOut[V, R[Z] <: structure.ClassType[Z]](key: structure.Property, dt: R[V], value: V)(implicit ev1: <:!<[V, structure.ClassType[_]]): Task[structure.Edge[T, V]]

    Permalink
    Definition Classes
    Resource
  24. def addOut[V, V0, VT0 <: structure.ClassType[_]](key: structure.Property, value: V)(implicit ev1: <:!<[V, structure.ClassType[_]], ct: Aux[V, V0, VT0]): Task[structure.Edge[T, V0]]

    Permalink
    Definition Classes
    Resource
  25. def addOut[V <: structure.ClassType[_]](key: String, value: V): Task[structure.Edge[T, structure.Node]]

    Permalink
    Definition Classes
    Resource
  26. def addOut[V, V0, VT0 <: structure.ClassType[_]](key: String, value: V)(implicit ev1: <:!<[V, structure.ClassType[_]], dt: Aux[V, V0, VT0]): Task[structure.Edge[T, V0]]

    Permalink
    Definition Classes
    Resource
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equalValues(o: Any): Boolean

    Permalink

    Compares resources by their data-value

    Compares resources by their data-value

    Definition Classes
    ValueResource
  31. def equals(o: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. val graph: structure.Graph

    Permalink

    Get the graph that this resource is within.

    Get the graph that this resource is within.

    Definition Classes
    WrappedResourceResource
  35. def hasLabel[L](label: structure.ClassType[L]*): Option[structure.Value[L]]

    Permalink

    filters the resource if it is labeled (including inherited/parent labels) with one or more of the provided labels

    filters the resource if it is labeled (including inherited/parent labels) with one or more of the provided labels

    Definition Classes
    ValueResource
  36. lazy val hashCode: Int

    Permalink

    The hashcode is composed by the id-hash and the graph-iri-hash

    The hashcode is composed by the id-hash and the graph-iri-hash

    Definition Classes
    WrappedResourceResource → AnyRef → Any
  37. def id: Long

    Permalink

    id is a unique identifier of a resource in a graph

    id is a unique identifier of a resource in a graph

    Definition Classes
    WrappedResourceResource
  38. def in(key: structure.Property*): List[Any]

    Permalink

    Filters in-coming resources by the provided Property

    Filters in-coming resources by the provided Property

    key

    the Edge's labels

    returns

    List of unboxed values

    Definition Classes
    WrappedResourceResource
  39. def in(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): List[Any]

    Permalink
    Definition Classes
    Resource
  40. def in(key: String, keys: String*): List[Any]

    Permalink
    Definition Classes
    Resource
  41. def inE(key: structure.Property*): List[structure.Edge[Any, T]]

    Permalink

    Filters in-coming resources by the provided Property

    Filters in-coming resources by the provided Property

    key

    the Edge's labels

    returns

    List[Edge[Any, T]]

    Definition Classes
    WrappedResourceResource
  42. def inE(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): List[structure.Edge[Any, T]]

    Permalink
    Definition Classes
    Resource
  43. def inE(key: String, keys: String*): List[structure.Edge[Any, T]]

    Permalink
    Definition Classes
    Resource
  44. def inEMap(key: structure.Property*): Map[structure.Property, List[structure.Edge[Any, T]]]

    Permalink

    Filters and groups in-coming edges by the provided labels

    Filters and groups in-coming edges by the provided labels

    key

    the lspace.structure.Edge's labels

    returns

    Map[Property, List[Edge[Any, T]]]

    Definition Classes
    WrappedResourceResource
  45. def inEMap(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): Map[structure.Property, List[structure.Edge[Any, T]]]

    Permalink
    Definition Classes
    Resource
  46. def inEMap(key: String, keys: String*): Map[structure.Property, List[structure.Edge[Any, T]]]

    Permalink
    Definition Classes
    Resource
  47. def inMap(key: structure.Property*): Map[structure.Property, List[Any]]

    Permalink

    Filters and groups in-coming resources by the provided property-keys

    Filters and groups in-coming resources by the provided property-keys

    key

    the Edge's labels to filter and group by

    returns

    Map[Property, List[Any]]

    Definition Classes
    WrappedResourceResource
  48. def inMap(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): Map[structure.Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  49. def inMap(key: String, keys: String*): Map[structure.Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  50. def iri: String

    Permalink

    alias for @id

    alias for @id

    Definition Classes
    WrappedResourceResourceIriResource
  51. def iris: Set[String]

    Permalink

    alias for @ids

    alias for @ids

    Definition Classes
    WrappedResourceResource
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. def keys: Set[structure.Property]

    Permalink

    returns

    set of all available edge-labels (keys)

    Definition Classes
    WrappedResourceResource
  54. def label: datatype.DataType[T]

    Permalink
    Definition Classes
    WrappedValueValue
  55. def labels: List[datatype.DataType[_]]

    Permalink

    alias for @type

    alias for @type

    Definition Classes
    ValueResource
  56. var memento: Long

    Permalink
    Definition Classes
    Resource
  57. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def out(key: structure.Property*): List[Any]

    Permalink

    Filters out-going resources by the provided Property

    Filters out-going resources by the provided Property

    key

    the Edge's labels

    returns

    List of unboxed values

    Definition Classes
    WrappedResourceResource
  61. def out[V](key: structure.TypedProperty[V], keys: structure.TypedProperty[V]*): List[V]

    Permalink
    Definition Classes
    Resource
  62. def out(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): List[Any]

    Permalink
    Definition Classes
    Resource
  63. def out(key: String, keys: String*): List[Any]

    Permalink
    Definition Classes
    Resource
  64. def outE(key: structure.Property*): List[structure.Edge[T, Any]]

    Permalink

    Filters out-going resources by the provided Property

    Filters out-going resources by the provided Property

    key

    the Edge's labels

    returns

    List[Edge[T, Any]]

    Definition Classes
    WrappedResourceResource
  65. def outE[V](key: structure.TypedProperty[V], keys: structure.TypedProperty[V]*): List[structure.Edge[T, V]]

    Permalink
    Definition Classes
    Resource
  66. def outE(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): List[structure.Edge[T, Any]]

    Permalink
    Definition Classes
    Resource
  67. def outE(key: String, keys: String*): List[structure.Edge[T, Any]]

    Permalink
    Definition Classes
    Resource
  68. def outEMap(key: structure.Property*): Map[structure.Property, List[structure.Edge[T, Any]]]

    Permalink

    Filters and groups out-going edges by the provided labels

    Filters and groups out-going edges by the provided labels

    key

    the Edge's labels

    returns

    Map[Property, List[Edge[T, Any]]]

    Definition Classes
    WrappedResourceResource
  69. def outEMap(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): Map[structure.Property, List[structure.Edge[T, Any]]]

    Permalink
    Definition Classes
    Resource
  70. def outEMap(key: String, keys: String*): Map[structure.Property, List[structure.Edge[T, Any]]]

    Permalink
    Definition Classes
    Resource
  71. def outMap(key: structure.Property*): Map[structure.Property, List[Any]]

    Permalink

    Filters and groups out-going resources by the provided property-keys

    Filters and groups out-going resources by the provided property-keys

    key

    the Edge's labels to filter and group by

    returns

    Map[Property, List[Any]]

    Definition Classes
    WrappedResourceResource
  72. def outMap(f: (default.type) ⇒ structure.Property, ff: (default.type) ⇒ structure.Property*): Map[structure.Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  73. def outMap(key: String, keys: String*): Map[structure.Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  74. def prettyPrint: String

    Permalink
    Definition Classes
    ValueResource
  75. def remove(): Task[Unit]

    Permalink
    Definition Classes
    WrappedResourceResource
  76. def removeIn(key: structure.Property): Task[Unit]

    Permalink
    Definition Classes
    WrappedResourceResource
  77. def removeIn[V >: T](edge: structure.Edge[_, V]): Task[Unit]

    Permalink
    Definition Classes
    WrappedResourceResource
  78. def removeOut(key: structure.Property): Task[Unit]

    Permalink
    Definition Classes
    WrappedResourceResource
  79. def removeOut[V >: T](edge: structure.Edge[V, _]): Task[Unit]

    Permalink
    Definition Classes
    WrappedResourceResource
  80. def sameResource(resource: structure.Resource[_]): Boolean

    Permalink
    Definition Classes
    Resource
  81. val self: structure.Value[T]

    Permalink
    Definition Classes
    WrappedValueResource
  82. var status: CacheStatus

    Permalink
    Definition Classes
    Resource
  83. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  85. val value: T

    Permalink

    The unboxed value

    The unboxed value

    Definition Classes
    WrappedValueValueResource
  86. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WrappedResource[T]

Inherited from structure.Value[T]

Inherited from structure.Resource[T]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped