renesca

schema

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

  6. trait Graph extends NodeFilter

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

  8. 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]

  9. trait Item extends AnyRef

  10. trait Node extends Item with NodeFilter

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

  12. trait NodeFilter extends AnyRef

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped