Packages

p

lspace

structure

package structure

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

Type Members

  1. trait ClassType[+T] extends IriResource

  2. trait ClassTypeDef[T <: ClassType[_]] extends AnyRef
  3. trait DataGraph extends Graph
  4. trait Edge[+S, +E] extends Resource[Edge[S, E]]

    S

    outV-type, edge-start

    E

    inV-type, edge-end

  5. trait Graph extends IriResource with GraphUtils
  6. trait History extends Graph

    The History-trait ensures data is never deleted but annotated with '@created', '@modified', '@deleted' and '@trancended' tags.

  7. trait IndexGraph extends Graph
  8. trait IriResource extends AnyRef
  9. type Lspace = Graph
  10. trait NameSpaceGraph extends DataGraph
  11. trait Node extends Resource[Node]

    Implement this trait with graph specific node functions

  12. class Ontology extends ClassType[Node]

  13. abstract class OntologyDef extends ClassTypeDef[Ontology]

  14. case class PartialInEdge[+T](from: Resource[T], key: Property) extends Product with Serializable

    A partial in edge as helper to write triples

  15. case class PartialOutEdge[+T](from: Resource[T], key: Property) extends Product with Serializable

    A partial out edge as helper to write triples

  16. class Property extends ClassType[Edge[_, _]]

  17. abstract class PropertyDef extends ClassTypeDef[Property]

  18. trait Resource[+T] extends IriResource
  19. case class TypedProperty[T](key: Property, range: ClassType[T]) extends Product with Serializable
  20. trait Value[+T] extends Resource[T]

Value Members

  1. object ClassType
  2. object ClassTypeDef
  3. object Edge
  4. object Graph
  5. object History
  6. object IriResource
  7. object Node
  8. object Ontology
  9. object OntologyDef
  10. object Property
  11. object PropertyDef
  12. object Resource
  13. object TypedProperty extends Serializable
  14. object Value

Inherited from AnyRef

Inherited from Any

Ungrouped