Object

lspace.provider.detached

DetachedGraph

Related Doc: package detached

Permalink

object DetachedGraph extends MemDataGraph

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DetachedGraph
  2. MemDataGraph
  3. DataGraph
  4. MemGraph
  5. Graph
  6. GraphUtils
  7. IriResource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Edges extends RApi[Edge[_, _]]

    Permalink
    Definition Classes
    Graph
  2. type GEdge[S, E] = _Edge[S, E] with MemEdge[S, E]

    Permalink
    Definition Classes
    MemGraphGraph
  3. type GNode = _Node with MemNode

    Permalink
    Definition Classes
    MemGraphGraph
  4. type GResource[T] = _Resource[T] with MemResource[T]

    Permalink
    Definition Classes
    MemGraphGraph
  5. type GValue[T] = _Value[T] with MemValue[T]

    Permalink
    Definition Classes
    MemGraphGraph
  6. trait Nodes extends RApi[Node]

    Permalink
    Definition Classes
    Graph
  7. sealed trait RApi[T <: Resource[_]] extends AnyRef

    Permalink
    Definition Classes
    Graph
  8. trait Resources extends RApi[Resource[_]]

    Permalink
    Definition Classes
    Graph
  9. trait Values extends RApi[Value[_]]

    Permalink
    Definition Classes
    Graph
  10. abstract class _Edge[S, E] extends _Resource[Edge[S, E]] with Edge[S, E]

    Permalink
    Definition Classes
    Graph
  11. abstract class _Node extends _Resource[Node] with Node

    Permalink
    Definition Classes
    Graph
  12. trait _Resource[+T] extends Resource[T]

    Permalink
    Definition Classes
    Graph
  13. abstract class _Value[T] extends _Resource[T] with Value[T]

    Permalink
    Definition Classes
    Graph

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *>[ST <: ClassType[_], ET <: ClassType[_], Segments <: HList, Steps <: HList, RSteps <: HList, Containers <: HList, F[_], Out, CT <: ClassType[Out]](traversal: librarian.traversal.Traversal[ST, ET, Segments])(implicit flat: Aux[SegmentMapper.type, Segments, Steps], reverse: Aux[Steps, RSteps], f: Aux[RSteps, ContainerSteps.type, Containers], lf: Aux[Containers, ET, Out, CT], guide: Guide[F], mapper: Mapper[F, Out]): FT

    Permalink
    Definition Classes
    Graph
  4. final def +(label: Ontology): Node

    Permalink
    Definition Classes
    Graph
  5. val ++: (structure.Graph) ⇒ structure.Graph

    Permalink
    Definition Classes
    Graph
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. lazy val @idIndex: Index

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemDataGraphDataGraph
  8. val @idStore: ValueStore[DetachedGraph.this.type]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraph
  9. lazy val @typeIndex: Index

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemDataGraphDataGraph
  10. def __[Start, End](implicit cltblStart: ClassTypeable[Start], cltblEnd: ClassTypeable[End]): librarian.traversal.Traversal[CT, CT, HNil]

    Permalink
    Definition Classes
    Graph
  11. def _indexEdge[S, E](edge: GEdge[S, E]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DetachedGraphDataGraph
  12. def _indexNode(node: GNode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  13. def add: (structure.Graph) ⇒ structure.Graph

    Permalink
    Definition Classes
    Graph
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. implicit lazy val assistent: Assistent

    Permalink
    Definition Classes
    Graph
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def close(): CancelableFuture[Unit]

    Permalink
    Definition Classes
    Graph
  18. def createEdge[S, E](id: Long, _from: GResource[S], key: Property, _to: GResource[E]): GEdge[S, E]

    Permalink

    creates, stores and indexes an edge

    creates, stores and indexes an edge

    Attributes
    protected
    Definition Classes
    DataGraphGraph
  19. def createEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  20. def createValue[T](_id: Long, _value: T, dt: DataType[T]): GValue[T]

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraphGraph
  21. def deleteEdge(edge: GEdge[_, _]): Unit

    Permalink

    deletes the Edge from the graph

    deletes the Edge from the graph

    Attributes
    protected
    Definition Classes
    DataGraphGraph
  22. def deleteNode(node: GNode): Unit

    Permalink

    deletes the Node from the graph

    deletes the Node from the graph

    Attributes
    protected
    Definition Classes
    DataGraphGraph
  23. def deleteResource[T <: _Resource[_]](resource: T): Unit

    Permalink

    delete in-/out-going edges from the resource

    delete in-/out-going edges from the resource

    Attributes
    protected
    Definition Classes
    MemGraphGraph
  24. def deleteValue(value: GValue[_]): Unit

    Permalink

    deletes the Value from the graph

    deletes the Value from the graph

    Attributes
    protected
    Definition Classes
    DataGraphGraph
  25. val edgeStore: MemEdgeStore[DetachedGraph.this.type]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  26. def edges: Edges

    Permalink
    Definition Classes
    Graph
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(o: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getOrCreateNode(id: Long): GNode

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  32. implicit lazy val guide: Guide[Observable]

    Permalink
    Definition Classes
    Graph
  33. lazy val hashCode: Int

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  34. lazy val idProvider: IdProvider

    Permalink
    Definition Classes
    DetachedGraphGraph
  35. val index: MemIndexGraph

    Permalink
    Definition Classes
    DetachedGraphDataGraph
  36. lazy val init: CancelableFuture[Unit]

    Permalink
    Definition Classes
    DataGraphGraph
  37. lazy val iri: String

    Permalink

    An empty uri means that there is no URI assigned.

    An empty uri means that there is no URI assigned.

    Definition Classes
    DetachedGraphIriResource
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def mergeNodes(nodes: Set[Node]): Task[Node]

    Permalink
    Definition Classes
    GraphUtils
  40. def mergeValues[V](values: Set[Value[V]]): Task[Value[V]]

    Permalink
    Definition Classes
    GraphUtils
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  43. def newEdge[S, E](id: Long, from: GResource[S], key: Property, to: GResource[E]): GEdge[S, E]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  44. val newEdgeLock: AnyRef

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MemGraph
  45. def newNode(id: Long): GNode

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  46. def newValue[T](id: Long, value: T, label: DataType[T]): GValue[T]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  47. val newValueLock: AnyRef

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MemGraph
  48. val nodeStore: MemNodeStore[DetachedGraph.this.type]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  49. def nodes: Nodes

    Permalink
    Definition Classes
    Graph
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. val ns: MemNSGraph

    Permalink
    Definition Classes
    DetachedGraphGraph
  53. def persist: CancelableFuture[Unit]

    Permalink
    Definition Classes
    Graph
  54. def resources: Resources

    Permalink
    Definition Classes
    Graph
  55. lazy val self: DetachedGraph.type

    Permalink
  56. def storeEdge(edge: GEdge[_, _]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DetachedGraphGraph
  57. def storeNode(node: GNode): Unit

    Permalink
    Attributes
    protected[lspace.provider]
    Definition Classes
    DetachedGraphMemGraphGraph
  58. def storeValue(value: GValue[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DetachedGraphGraph
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. lazy val thisgraph: DetachedGraph.this.type

    Permalink
    Definition Classes
    Graph
  61. def toFile(path: String = "defaultname.json", process: (Stream[Resource[_]], (String) ⇒ Unit) ⇒ String): Task[Unit]

    Permalink
    Definition Classes
    MemGraph
  62. def toString(): String

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  63. def transaction: Transaction

    Permalink

    creates new transaction

    creates new transaction

    Definition Classes
    MemGraphGraph
  64. val valueStore: MemValueStore[DetachedGraph.this.type]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraphGraph
  65. def values: Values

    Permalink
    Definition Classes
    Graph
  66. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def g(): librarian.traversal.Traversal[DataType[structure.Graph], DataType[structure.Graph], HNil]

    Permalink
    Definition Classes
    Graph
    Annotations
    @deprecated
    Deprecated

    instead import lspace.g

  2. lazy val traversal: librarian.traversal.Traversal[DataType[structure.Graph], DataType[structure.Graph], HNil]

    Permalink
    Definition Classes
    Graph
    Annotations
    @deprecated
    Deprecated

    instead import lspace.g

Inherited from MemDataGraph

Inherited from DataGraph

Inherited from MemGraph

Inherited from structure.Graph

Inherited from GraphUtils

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped