Trait/Object

lspace.structure

Graph

Related Docs: object Graph | package structure

Permalink

trait Graph extends IriResource with GraphUtils

Self Type
Graph
Linear Supertypes
GraphUtils, IriResource, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graph
  2. GraphUtils
  3. IriResource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type GEdge[S, E] <: _Edge[S, E]

    Permalink
  2. abstract type GNode <: _Node

    Permalink
  3. abstract type GResource[T] <: _Resource[T]

    Permalink
  4. abstract type GValue[T] <: _Value[T]

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

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

    Permalink
  7. trait _Resource[+T] extends Resource[T]

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

    Permalink

Abstract Value Members

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

    Permalink

    TODO: rename to _deleteProperties/_deleteEdges?

    TODO: rename to _deleteProperties/_deleteEdges?

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

    Permalink
    Attributes
    protected[lspace]
  3. abstract def idProvider: IdProvider

    Permalink
    Attributes
    protected[lspace]
  4. abstract def init: Task[Unit]

    Permalink
  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[S, E](id: Long, from: _Resource[S], key: Property, to: _Resource[E]): GEdge[S, E]

    Permalink
    Attributes
    protected[lspace]
  7. abstract def newNode(id: Long): GNode

    Permalink
    Attributes
    protected[lspace]
  8. abstract def newValue[T](id: Long, value: T, label: datatype.DataType[T]): GValue[T]

    Permalink
    Attributes
    protected[lspace]
  9. abstract def nodeStore: NodeStore[Graph.this.type]

    Permalink
    Attributes
    protected[lspace]
  10. abstract def ns: NameSpaceGraph

    Permalink
  11. abstract def transaction: Transaction

    Permalink

    creates new transaction

  12. abstract def valueStore: ValueStore[Graph.this.type]

    Permalink
    Attributes
    protected[lspace]

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[_], End, ET[+Z] <: ClassType[Z], Steps <: HList, Out, OutCT <: ClassType[_], F[_]](traversal: librarian.traversal.Traversal[ST, ET[End], Steps])(implicit tweaker: Aux[ET[End], Steps, Out, OutCT], guide: Guide[F], mapper: Mapper[F, ET[End], OutCT]): FT

    Permalink
  4. final def +(label: Ontology): Task[Node]

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

    Permalink
  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. def add: (Graph) ⇒ Task[Graph]

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
  11. def clone(): AnyRef

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

    Permalink
  13. def createEdge[S, E](id: Long, from: _Resource[S], key: Property, to: _Resource[E]): Task[GEdge[S, E]]

    Permalink
    Attributes
    protected[lspace]
  14. def createValue[T](id: Long, value: T, dt: datatype.DataType[T]): Task[GValue[T]]

    Permalink
    Attributes
    protected[lspace]
  15. def deleteEdge(edge: _Edge[_, _]): Task[Unit]

    Permalink

    deletes the Edge from the graph

    deletes the Edge from the graph

    Attributes
    protected[lspace]
  16. def deleteNode(node: _Node): Task[Unit]

    Permalink

    deletes the Node from the graph

    deletes the Node from the graph

    Attributes
    protected[lspace]
  17. def deleteValue(value: _Value[_]): Task[Unit]

    Permalink

    deletes the Value from the graph

    deletes the Value from the graph

    Attributes
    protected[lspace]
  18. def edges: Edges

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[lspace]
  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): Task[GNode]

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

    Permalink
  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
  32. final def notify(): Unit

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

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

    Permalink
  35. def purge: Task[Unit]

    Permalink
  36. def resources: Resources

    Permalink
  37. def storeEdge(edge: _Edge[_, _]): Task[Unit]

    Permalink
    Attributes
    protected
  38. def storeNode(node: _Node): Task[Unit]

    Permalink
    Attributes
    protected
  39. def storeValue(value: _Value[_]): Task[Unit]

    Permalink
    Attributes
    protected
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. lazy val thisgraph: Graph.this.type

    Permalink
  42. def toString(): String

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

    Permalink
  44. final def wait(): Unit

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

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

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

Inherited from GraphUtils

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped