Trait

lspace.librarian.structure

NameSpaceGraph

Related Doc: package structure

Permalink

trait NameSpaceGraph extends DataGraph

Linear Supertypes
DataGraph, Graph, IriResource, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NameSpaceGraph
  2. DataGraph
  3. Graph
  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 @idIndex: Index

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  2. abstract def @typeIndex: Index

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  3. abstract def buildAsyncTraversersStream[ST <: ClassType[_], ET <: ClassType[_], Steps <: HList, Out](traversal: Traversal[ST, ET, Steps])(ct: ClassType[_]): Task[Stream[Out]]

    Permalink
    Definition Classes
    Graph
  4. abstract def buildTraversersStream[ST <: ClassType[_], ET <: ClassType[_], Steps <: HList, Out](traversal: Traversal[ST, ET, Steps])(ct: ClassType[_]): Stream[Out]

    Permalink
    Definition Classes
    Graph
  5. abstract def deleteResource[T <: _Resource[_]](resource: T): Unit

    Permalink

    TODO: rename to _deleteProperties/_deleteEdges?

    TODO: rename to _deleteProperties/_deleteEdges?

    Attributes
    protected
    Definition Classes
    Graph
  6. abstract def edgeStore: EdgeStore[NameSpaceGraph.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  7. abstract def graph: Graph

    Permalink
  8. abstract def index: IndexGraph

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  15. abstract def transaction: Transaction

    Permalink

    creates new transaction

    creates new transaction

    Definition Classes
    Graph
  16. abstract def valueStore: ValueStore[NameSpaceGraph.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. final def +(label: Ontology): Node

    Permalink
    Definition Classes
    Graph
  4. def ++(graph: Graph): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def _createEdge(resource: Resource[_], key: Property, ct: ClassType[_]): Unit

    Permalink
  7. def _indexEdge[S, E](edge: GEdge[S, E]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  8. def _indexNode(node: GNode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  9. def _indexValue(value: GValue[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraph
  10. def add(graph: Graph): Unit

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

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

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

    Permalink
    Definition Classes
    Graph
  14. 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
  15. def createEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  16. def createValue[T](_id: Long, _value: T, dt: DataType[T]): GValue[T]

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraphGraph
  17. def datatypeFromCache(iri: String): Option[DataType[_]]

    Permalink
    Attributes
    protected
  18. def datatypeFromCache(id: Long): Option[DataType[_]]

    Permalink
    Attributes
    protected
  19. val datatypes: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected[lspace.librarian]
  20. def deleteEdge(edge: GEdge[_, _]): Unit

    Permalink

    deletes the Edge from the graph

    deletes the Edge from the graph

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

    Permalink

    deletes the Node from the graph

    deletes the Node from the graph

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

    Permalink

    deletes the Value from the graph

    deletes the Value from the graph

    Attributes
    protected
    Definition Classes
    DataGraphGraph
  23. def edges: Edges

    Permalink

    Edges A.K.A.

    Edges A.K.A. Links A.K.A. Properties

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def g(graph: Graph*): Traversal[DataType[Graph], DataType[Graph], HNil]

    Permalink
    Definition Classes
    Graph
  28. def g: Traversal[DataType[Graph], DataType[Graph], HNil]

    Permalink
    Definition Classes
    Graph
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getClassType(node: Node): ClassType[_]

    Permalink
  31. def getClassType(iri: String): Option[ClassType[_]]

    Permalink
  32. def getDataType[T](iri: String)(implicit arg0: DefaultsToAny[T]): Option[DataType[T]]

    Permalink
  33. def getDataTypes[T](id: Long, ids: Long*)(implicit arg0: DefaultsToAny[T]): List[DataType[T]]

    Permalink
  34. def getExtendedByProperties(key: Property): List[Property]

    Permalink

    Gets all properties which extend key

  35. def getOntologies(id: Long, ids: Long*): List[Ontology]

    Permalink
  36. def getOntologies(iri: String*): List[Ontology]

    Permalink
  37. def getOntology(iri: String): Option[Ontology]

    Permalink
  38. def getOrCreateNode(id: Long): GNode

    Permalink
    Attributes
    protected
    Definition Classes
    DataGraphGraph
  39. def getProperties(id: Long, ids: Long*): List[Property]

    Permalink
  40. def getProperties(iri: String*): List[Property]

    Permalink
  41. def getProperty(iri: String): Option[Property]

    Permalink
  42. lazy val hashCode: Int

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

    Permalink
    Definition Classes
    NameSpaceGraphGraph
  44. def init(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def nodes: Nodes

    Permalink

    Nodes A.K.A.

    Nodes A.K.A. Vertices

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def ns: NameSpaceGraph

    Permalink
    Definition Classes
    NameSpaceGraphGraph
  51. val ontologies: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected[lspace.librarian]
  52. def ontologyFromCache(iri: String): Option[Ontology]

    Permalink
    Attributes
    protected
  53. def ontologyFromCache(id: Long): Option[Ontology]

    Permalink
    Attributes
    protected
  54. val properties: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected[lspace.librarian]
  55. def propertyFromCache(iri: String): Option[Property]

    Permalink
    Attributes
    protected
  56. def propertyFromCache(id: Long): Option[Property]

    Permalink
    Attributes
    protected
  57. def propertyFromNode(node: _Node): Property

    Permalink
    Attributes
    protected
  58. def resources: Resources

    Permalink
    Definition Classes
    Graph
  59. def storeClassType[CT <: ClassType[_]](classType: CT): Node

    Permalink
  60. def storeDataType(dataType: DataType[_]): Node

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  63. def storeOntology(ontology: Ontology): Node

    Permalink
  64. def storeProperty(property: Property): Node

    Permalink
  65. def storeValue(value: GValue[_]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  67. lazy val thisgraph: NameSpaceGraph.this.type

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

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  69. lazy val traversal: Traversal[DataType[Graph], DataType[Graph], HNil]

    Permalink
    Definition Classes
    Graph
  70. def values: Values

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

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

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

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

Inherited from DataGraph

Inherited from Graph

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped