Trait/Object

lspace.structure

History

Related Docs: object History | package structure

Permalink

trait History extends Graph

The History-trait ensures data is never deleted but annotated with '@created', '@modified', '@deleted' and '@trancended' tags.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. History
  2. Graph
  3. GraphUtils
  4. IriResource
  5. AnyRef
  6. 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. abstract type GEdge[S, E] <: _Edge[S, E]

    Permalink
    Definition Classes
    Graph
  3. abstract type GNode <: _Node

    Permalink
    Definition Classes
    Graph
  4. abstract type GResource[T] <: _Resource[T]

    Permalink
    Definition Classes
    Graph
  5. abstract type GValue[T] <: _Value[T]

    Permalink
    Definition Classes
    Graph
  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

Abstract Value Members

  1. abstract def deleteResource[T <: _Resource[_]](resource: T): Unit

    Permalink

    TODO: rename to _deleteProperties/_deleteEdges?

    TODO: rename to _deleteProperties/_deleteEdges?

    Attributes
    protected
    Definition Classes
    Graph
  2. abstract def edgeStore: EdgeStore[History.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  3. abstract def idProvider: IdProvider

    Permalink
    Definition Classes
    Graph
  4. abstract def init: CancelableFuture[Unit]

    Permalink
    Definition Classes
    Graph
  5. abstract def 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
    IriResource
  6. abstract def newEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  7. abstract def newEdge[S, E](id: Long, from: GResource[S], key: Property, to: GResource[E]): GEdge[S, E]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  8. abstract def newNode(id: Long): GNode

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  9. abstract def newValue[T](id: Long, value: T, label: DataType[T]): GValue[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  10. abstract def nodeStore: NodeStore[History.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  11. abstract def ns: NameSpaceGraph

    Permalink
    Definition Classes
    Graph
  12. abstract def transaction: Transaction

    Permalink

    creates new transaction

    creates new transaction

    Definition Classes
    Graph
  13. abstract def valueStore: ValueStore[History.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph

Concrete 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 ++: (Graph) ⇒ Graph

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def __[Start, End](implicit cltblStart: ClassTypeable[Start], cltblEnd: ClassTypeable[End]): librarian.traversal.Traversal[CT, CT, HNil]

    Permalink
    Definition Classes
    Graph
  8. def add: (Graph) ⇒ Graph

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

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

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

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

    Permalink
    Definition Classes
    Graph
  13. def createEdge[S, E](id: Long, from: GResource[S], key: Property, to: GResource[E]): GEdge[S, E]

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

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  15. def createValue[T](id: Long, value: T, dt: DataType[T]): GValue[T]

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

    Permalink

    deletes the Edge from the graph

    deletes the Edge from the graph

    Attributes
    protected
    Definition Classes
    HistoryGraph
  17. def deleteNode(node: GNode): Unit

    Permalink

    deletes the Node from the graph

    deletes the Node from the graph

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

    Permalink

    deletes the Value from the graph

    deletes the Value from the graph

    Attributes
    protected
    Definition Classes
    HistoryGraph
  19. def edges: Edges

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

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

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

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

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

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

    Permalink
    Definition Classes
    Graph
  26. lazy val hashCode: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def nodes: Nodes

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def persist: CancelableFuture[Unit]

    Permalink
    Definition Classes
    Graph
  35. def resources: Resources

    Permalink
    Definition Classes
    Graph
  36. def storeEdge(edge: GEdge[_, _]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  37. def storeNode(node: GNode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  38. def storeValue(value: GValue[_]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. lazy val thisgraph: History.this.type

    Permalink
    Definition Classes
    Graph
  41. def toString(): String

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  42. def values: Values

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

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

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

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

Deprecated Value Members

  1. def g(): librarian.traversal.Traversal[ClassType[Any], ClassType[Any], HNil]

    Permalink
    Definition Classes
    Graph
    Annotations
    @deprecated
    Deprecated

    instead import lspace.g

  2. lazy val traversal: librarian.traversal.Traversal[ClassType[Any], ClassType[Any], HNil]

    Permalink
    Definition Classes
    Graph
    Annotations
    @deprecated
    Deprecated

    instead import lspace.g

Inherited from Graph

Inherited from GraphUtils

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped