Trait/Object

lspace.client.provider.remote

RemoteGraph

Related Docs: object RemoteGraph | package remote

Permalink

trait RemoteGraph extends Graph

Linear Supertypes
Graph, IriResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteGraph
  2. Graph
  3. IriResource
  4. AnyRef
  5. 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 cache: Graph

    Permalink
  2. abstract def iri: String

    Permalink
    Definition Classes
    IriResource
  3. abstract def service: LinkedDataService

    Permalink

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

    Permalink
    Attributes
    protected
  7. def _deleteEdge(edge: Edge[_, _]): Unit

    Permalink
    Attributes
    protected
  8. def _deleteNode(node: Node): Unit

    Permalink
    Attributes
    protected
  9. def _deleteValue(value: Value[_]): Unit

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

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

    Permalink
    Definition Classes
    Any
  12. def buildAsyncTraversersStream[ST <: ClassType[_], ET <: ClassType[_], Steps <: HList, Out](traversal: Traversal[ST, ET, Steps])(ct: ClassType[_]): Task[Stream[Out]]

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

    Permalink
    Definition Classes
    RemoteGraph → Graph
  14. def clone(): AnyRef

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  17. def createEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

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

    Permalink
    Definition Classes
    RemoteGraph → Graph
  19. def deleteEdge(edge: GEdge[_, _]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  20. def deleteNode(node: GNode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  21. def deleteResource[T <: _Resource[_]](resource: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  22. def deleteValue(value: GValue[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Graph
  23. def edgeStore: EdgeStore[RemoteGraph.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  24. def edges: Edges

    Permalink
    Definition Classes
    RemoteGraph → 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 finalize(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  32. lazy val hashCode: Int

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

    Permalink
    Definition Classes
    RemoteGraph → Graph
  34. def init(): Unit

    Permalink
    Definition Classes
    RemoteGraph → Graph
  35. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  38. def newEdge(id: Long, from: Long, key: Property, to: Long): GEdge[Any, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  39. def newNode(id: Long): GNode

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

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  41. def nodeStore: NodeStore[RemoteGraph.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  42. def nodes: Nodes

    Permalink
    Definition Classes
    RemoteGraph → Graph
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. lazy val ns: NameSpaceGraph

    Permalink
    Definition Classes
    RemoteGraph → Graph
  46. def resources: Resources

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. lazy val thisgraph: RemoteGraph.this.type

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

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

    Permalink

    creates new transaction

    creates new transaction

    Definition Classes
    RemoteGraph → Graph
  54. lazy val traversal: Traversal[DataType[Graph], DataType[Graph], HNil]

    Permalink
    Definition Classes
    Graph
  55. def valueStore: ValueStore[RemoteGraph.this.type]

    Permalink
    Attributes
    protected
    Definition Classes
    RemoteGraph → Graph
  56. def values: Values

    Permalink
    Definition Classes
    RemoteGraph → Graph
  57. final def wait(): Unit

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

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

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

Inherited from Graph

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped