p
lspace
package lspace
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- lspace
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ClassType[+T] = lspace.structure.ClassType[T]
- type DataType[+T] = lspace.datatype.DataType[T]
- type Edge[+S, +E] = lspace.structure.Edge[S, E]
- type Graph = lspace.structure.Graph
- type Node = lspace.structure.Node
- type Ontology = lspace.structure.Ontology
- type P[Z] = lspace.librarian.logic.predicate.P[Z]
- type Property = lspace.structure.Property
- type Resource[+T] = lspace.structure.Resource[T]
- type Traversal[+ST <: ClassType[_], +ET <: ClassType[_], Steps <: HList] = lspace.librarian.traversal.Traversal[ST, ET, Steps]
- type TypedProperty[T] = lspace.structure.TypedProperty[T]
- type Value[+T] = lspace.structure.Value[T]
Value Members
- val ClassType: lspace.structure.ClassType.type
- val DataType: lspace.datatype.DataType.type
- val DataTypes: default.type
- val Edge: lspace.structure.Edge.type
- val Graph: lspace.structure.Graph.type
- val Label: AnyRef { ... /* 2 definitions in type refinement */ }
- val Node: lspace.structure.Node.type
- val Ontology: lspace.structure.Ontology.type
- val P: lspace.librarian.logic.predicate.P.type
- val Properties: default.type
- val Property: lspace.structure.Property.type
- val Resource: lspace.structure.Resource.type
- val Traversal: lspace.librarian.traversal.Traversal.type
- val TypedProperty: lspace.structure.TypedProperty.type
- val Value: lspace.structure.Value.type
- def __[Start, End]()(implicit arg0: ClassTypeable[Start], arg1: ClassTypeable[End]): lspace.librarian.traversal.Traversal[CT, CT, HNil]
- def g: lspace.librarian.traversal.Traversal[(default)#CT, (default)#CT, HNil]