Package

renesca

schema

Permalink

package schema

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. schema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractRelation[+START <: Node, +END <: Node] extends Item

    Permalink
  2. trait AbstractRelationFactory[+START <: Node, +RELATION <: AbstractRelation[START, END] with Item, +END <: Node] extends AnyRef

    Permalink
  3. type AbstractRelationFactoryAny = AbstractRelationFactory[_ <: Node, _ <: AbstractRelation[_, _], _ <: Node]

    Permalink
  4. type AbstractRelationFactoryNode[NODE <: Node] = AbstractRelationFactory[_ <: NODE, _ <: AbstractRelation[_, _], _ <: NODE]

    Permalink
  5. type AbstractRelationFactoryStartEnd[START <: Node, END <: Node] = AbstractRelationFactory[START, _ <: AbstractRelation[START, END], END]

    Permalink
  6. trait Filter extends AnyRef

    Permalink
  7. trait Graph extends Filter

    Permalink
  8. trait HyperRelation[+START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], +END <: Node] extends AbstractRelation[START, END] with Node

    Permalink
  9. trait HyperRelationFactory[+START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], +END <: Node] extends NodeFactory[HYPERRELATION] with AbstractRelationFactory[START, HYPERRELATION, END]

    Permalink
  10. trait Item extends AnyRef

    Permalink
  11. trait Node extends Item with Filter

    Permalink
  12. trait NodeFactory[+T <: Node] extends AnyRef

    Permalink
  13. trait Relation[+START <: Node, +END <: Node] extends AbstractRelation[START, END]

    Permalink
  14. trait RelationFactory[+START <: Node, +RELATION <: Relation[START, END], +END <: Node] extends AbstractRelationFactory[START, RELATION, END]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped