Trait

lspace.provider.mem

MemNSGraph

Related Doc: package mem

Permalink

trait MemNSGraph extends MemDataGraph with NameSpaceGraph

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

Type Members

  1. type GEdge[S, E] = _Edge[S, E] with MemEdge[S, E]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Graph

Abstract Value Members

  1. abstract def graph: MemGraph

    Permalink
    Definition Classes
    MemNSGraphNameSpaceGraph
  2. abstract def index: IndexGraph

    Permalink
    Definition Classes
    NameSpaceGraphDataGraph
  3. 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

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 <: structure.ClassType[_], End, ET[+Z] <: structure.ClassType[Z], Segments <: HList, Steps <: HList, RSteps <: HList, Containers <: HList, F[_]](traversal: librarian.traversal.Traversal[ST, ET[End], Segments])(implicit flat: Aux[SegmentMapper.type, Segments, Steps], reverse: Aux[Steps, RSteps], f: Aux[RSteps, ContainerSteps.type, Containers], guide: Guide[F], mapper: Mapper[F, Containers, End]): FT

    Permalink
    Definition Classes
    Graph
  4. final def +(label: structure.Ontology): Task[structure.Node]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. 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
  8. val @idStore: MemValueStore[MemNSGraph.this.type]

    Permalink
    Attributes
    protected[lspace.provider.mem]
    Definition Classes
    MemGraph
  9. def _createEdge(resource: structure.Resource[_], key: structure.Property, ct: structure.ClassType[_]): Task[Unit]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    NameSpaceGraph
  10. def add: (structure.Graph) ⇒ Task[structure.Graph]

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

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

    Permalink
    Definition Classes
    Graph
  13. val classtypes: Classtypes

    Permalink
    Definition Classes
    NameSpaceGraph
  14. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Graph
  16. def createEdge[S, E](id: Long, from: _Resource[S], key: structure.Property, to: _Resource[E]): Task[GEdge[S, E]]

    Permalink

    creates, stores and indexes an edge

    creates, stores and indexes an edge

    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  17. def createValue[T](_id: Long, _value: T, dt: datatype.DataType[T]): Task[GValue[T]]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  18. val datatypes: Datatypes

    Permalink
    Definition Classes
    NameSpaceGraph
  19. def deleteEdge(edge: _Edge[_, _]): Task[Unit]

    Permalink

    deletes the Edge from the graph

    deletes the Edge from the graph

    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  20. def deleteNode(node: _Node): Task[Unit]

    Permalink

    deletes the Node from the graph

    deletes the Node from the graph

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

    Permalink

    delete in-/out-going edges from the resource

    delete in-/out-going edges from the resource

    Attributes
    protected
    Definition Classes
    MemGraphGraph
  22. def deleteValue(value: _Value[_]): Task[Unit]

    Permalink

    deletes the Value from the graph

    deletes the Value from the graph

    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  23. val edgeStore: MemEdgeStore[MemNSGraph.this.type]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    MemGraphGraph
  24. def edges: Edges

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

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

    Permalink
    Definition Classes
    IriResource → AnyRef → Any
  27. def executeTraversal[F[_]](traversal: librarian.traversal.Traversal[_ <: structure.ClassType[Any], _ <: structure.ClassType[Any], _ <: HList], guide: Guide[F]): F[Any]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    Graph
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getOrCreateNode(id: Long): Task[GNode]

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

    Permalink
    Definition Classes
    Graph
  32. lazy val hashCode: Int

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

    Permalink
    Definition Classes
    NameSpaceGraphGraph
  34. def indexEdge[S, E](edge: _Edge[S, E]): Task[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  35. def indexNode(node: _Node): Task[Unit]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    DataGraph
  36. lazy val init: Task[Unit]

    Permalink
    Definition Classes
    NameSpaceGraphDataGraphGraph
  37. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  41. def newEdge[S, E](id: Long, from: _Resource[S], key: structure.Property, to: _Resource[E]): GEdge[S, E]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    MemGraphGraph
  42. val newEdgeLock: AnyRef

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

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

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    MemGraphGraph
  45. val newValueLock: AnyRef

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MemGraph
  46. val nodeStore: MemNodeStore[MemNSGraph.this.type]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    MemGraphGraph
  47. def nodes: Nodes

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def ns: MemNSGraph.this.type

    Permalink
    Definition Classes
    NameSpaceGraphGraph
  51. val ontologies: Ontologies

    Permalink
    Definition Classes
    NameSpaceGraph
  52. def persist: Task[Unit]

    Permalink
    Definition Classes
    Graph
  53. val properties: Properties

    Permalink
    Definition Classes
    NameSpaceGraph
  54. def purge: Task[Unit]

    Permalink
    Definition Classes
    NameSpaceGraphDataGraphGraph
  55. def resources: Resources

    Permalink
    Definition Classes
    Graph
  56. def storeEdge(edge: _Edge[_, _]): Task[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  57. def storeNode(node: _Node): Task[Unit]

    Permalink
    Attributes
    protected[lspace]
    Definition Classes
    DataGraphGraph
  58. def storeValue(value: _Value[_]): Task[Unit]

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

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

    Permalink
    Definition Classes
    Graph
  61. def toFile(path: String = "defaultname.json", process: (Observable[structure.Resource[_]], (String) ⇒ Unit) ⇒ Task[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[MemNSGraph.this.type]

    Permalink
    Attributes
    protected[lspace]
    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( ... )

Inherited from NameSpaceGraph

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