Package

lspace

Permalink

package lspace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lspace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClassType[+T] = lspace.structure.ClassType[T]

    Permalink
  2. type DataType[+T] = lspace.datatype.DataType[T]

    Permalink
  3. type Edge[+S, +E] = lspace.structure.Edge[S, E]

    Permalink
  4. type Graph = lspace.structure.Graph

    Permalink
  5. type Node = lspace.structure.Node

    Permalink
  6. type Ontology = lspace.structure.Ontology

    Permalink
  7. type P[Z] = lspace.librarian.logic.predicate.P[Z]

    Permalink
  8. type Property = lspace.structure.Property

    Permalink
  9. type Resource[+T] = lspace.structure.Resource[T]

    Permalink
  10. abstract class ResourceOptionTask[T, R[_] <: Resource[_]] extends AnyRef

    Permalink
  11. abstract class ResourceTask[T, R[_] <: Resource[_]] extends AnyRef

    Permalink
  12. type Traversal[+ST <: ClassType[_], +ET <: ClassType[_], Steps <: HList] = lspace.librarian.traversal.Traversal[ST, ET, Steps]

    Permalink
  13. type TypedProperty[T] = lspace.structure.TypedProperty[T]

    Permalink
  14. type Value[+T] = lspace.structure.Value[T]

    Permalink
  15. implicit class WithTaskEdge extends ResourceTask[Edge[_, _], Resource]

    Permalink
  16. implicit class WithTaskEdgeOption extends ResourceOptionTask[Edge[_, _], Resource]

    Permalink
  17. implicit class WithTaskNode extends ResourceTask[Node, Resource]

    Permalink
  18. implicit class WithTaskNodeOption extends ResourceOptionTask[Node, Resource]

    Permalink
  19. implicit class WithTaskResource[T] extends ResourceTask[T, Resource]

    Permalink
  20. implicit class WithTaskResourceOption[T] extends ResourceOptionTask[T, Resource]

    Permalink
  21. implicit class WithTaskValue[T] extends ResourceTask[T, Value]

    Permalink
  22. implicit class WithTaskValueOption[T] extends ResourceOptionTask[T, Value]

    Permalink

Value Members

  1. val ClassType: lspace.structure.ClassType.type

    Permalink
  2. val DataType: lspace.datatype.DataType.type

    Permalink
  3. val DataTypes: default.type

    Permalink
  4. val Edge: lspace.structure.Edge.type

    Permalink
  5. object ExecutionHelper

    Permalink
  6. val Graph: lspace.structure.Graph.type

    Permalink
  7. object Implicits

    Permalink
  8. val Label: AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
  9. object NS

    Permalink
  10. val Node: lspace.structure.Node.type

    Permalink
  11. val Ontology: lspace.structure.Ontology.type

    Permalink
  12. val P: lspace.librarian.logic.predicate.P.type

    Permalink
  13. val Properties: default.type

    Permalink
  14. val Property: lspace.structure.Property.type

    Permalink
  15. val Resource: lspace.structure.Resource.type

    Permalink
  16. val Traversal: lspace.librarian.traversal.Traversal.type

    Permalink
  17. val TypedProperty: lspace.structure.TypedProperty.type

    Permalink
  18. val Value: lspace.structure.Value.type

    Permalink
  19. def __[Start, End]()(implicit arg0: ClassTypeable[Start], arg1: ClassTypeable[End]): lspace.librarian.traversal.Traversal[CT, CT, HNil]

    Permalink
  20. package datatype

    Permalink
  21. def g: lspace.librarian.traversal.Traversal[(default)#CT, (default)#CT, HNil]

    Permalink
  22. package graphql

    Permalink
  23. package js

    Permalink
  24. package librarian

    Permalink
  25. package provider

    Permalink
  26. package sparql

    Permalink
  27. package structure

    Permalink
  28. package types

    Permalink
  29. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped