p

lspace

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. Protected

Package Members

  1. package datatype
  2. package graphql
  3. package js
  4. package librarian
  5. package provider
  6. package sparql
  7. package structure
  8. package types
  9. package util

Type Members

  1. type ClassType[+T] = lspace.structure.ClassType[T]
  2. type DataType[+T] = lspace.datatype.DataType[T]
  3. type Edge[+S, +E] = lspace.structure.Edge[S, E]
  4. type Graph = lspace.structure.Graph
  5. type Node = lspace.structure.Node
  6. type Ontology = lspace.structure.Ontology
  7. type P[Z] = lspace.librarian.logic.predicate.P[Z]
  8. type Property = lspace.structure.Property
  9. type Resource[+T] = lspace.structure.Resource[T]
  10. abstract class ResourceOptionTask[T, R[_] <: Resource[_]] extends AnyRef
  11. abstract class ResourceTask[T, R[_] <: Resource[_]] extends AnyRef
  12. type Traversal[+ST <: ClassType[_], +ET <: ClassType[_], Steps <: HList] = lspace.librarian.traversal.Traversal[ST, ET, Steps]
  13. type TypedProperty[T] = lspace.structure.TypedProperty[T]
  14. type Value[+T] = lspace.structure.Value[T]
  15. implicit class WithString extends AnyRef
  16. implicit class WithTaskEdge extends ResourceTask[Edge[_, _], Resource]
  17. implicit class WithTaskEdgeOption extends ResourceOptionTask[Edge[_, _], Resource]
  18. implicit class WithTaskNode extends ResourceTask[Node, Resource]
  19. implicit class WithTaskNodeOption extends ResourceOptionTask[Node, Resource]
  20. implicit class WithTaskResource[T] extends ResourceTask[T, Resource]
  21. implicit class WithTaskResourceOption[T] extends ResourceOptionTask[T, Resource]
  22. implicit class WithTaskValue[T] extends ResourceTask[T, Value]
  23. implicit class WithTaskValueOption[T] extends ResourceOptionTask[T, Value]

Value Members

  1. val ClassType: lspace.structure.ClassType.type
  2. val DataType: lspace.datatype.DataType.type
  3. val DataTypes: default.type
  4. val Edge: lspace.structure.Edge.type
  5. val Graph: lspace.structure.Graph.type
  6. val Label: AnyRef { ... /* 2 definitions in type refinement */ }
  7. val Node: lspace.structure.Node.type
  8. val Ontology: lspace.structure.Ontology.type
  9. val P: lspace.librarian.logic.predicate.P.type
  10. val Properties: default.type
  11. val Property: lspace.structure.Property.type
  12. val Resource: lspace.structure.Resource.type
  13. val Traversal: lspace.librarian.traversal.Traversal.type
  14. val TypedProperty: lspace.structure.TypedProperty.type
  15. val Value: lspace.structure.Value.type
  16. def __[Start, End]()(implicit arg0: ClassTypeable[Start], arg1: ClassTypeable[End]): lspace.librarian.traversal.Traversal[CT, CT, HNil]
  17. def g: lspace.librarian.traversal.Traversal[(default)#CT, (default)#CT, HNil]
  18. object ExecutionHelper
  19. object Implicits
  20. object NS

Inherited from AnyRef

Inherited from Any

Ungrouped