Trait

renesca.schema

HyperRelation

Related Doc: package schema

Permalink

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

Linear Supertypes
Node, Filter, AbstractRelation[START, END], Item, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HyperRelation
  2. Node
  3. Filter
  4. AbstractRelation
  5. Item
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val label: Label

    Permalink
    Definition Classes
    Node
  2. abstract val labels: Set[Label]

    Permalink
    Definition Classes
    Node
  3. abstract def rawItem: graph.Node

    Permalink
    Definition Classes
    NodeItem

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _endRelation: ENDRELATION

    Permalink
    Attributes
    protected[renesca.schema]
  5. var _startRelation: STARTRELATION

    Permalink
    Attributes
    protected[renesca.schema]
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def endNodeOpt: Option[END]

    Permalink
    Definition Classes
    HyperRelationAbstractRelation
  9. def endRelationOpt: Option[ENDRELATION]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Item → AnyRef → Any
  12. def filterHyperRelations[START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], END <: Node](nodes: Seq[graph.Node], relations: Seq[graph.Relation], hyperRelationFactory: HyperRelationFactory[START, STARTRELATION, HYPERRELATION, ENDRELATION, END]): Seq[HYPERRELATION]

    Permalink
    Definition Classes
    Filter
  13. def filterNodes[T <: Node](nodes: Seq[graph.Node], nodeFactory: NodeFactory[T]): Seq[T]

    Permalink
    Definition Classes
    Filter
  14. def filterRelations[START <: Node, RELATION <: Relation[START, END], END <: Node](relations: Seq[graph.Relation], relationFactory: RelationFactory[START, RELATION, END]): Seq[RELATION]

    Permalink
    Definition Classes
    Filter
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit def graph: graph.Graph

    Permalink
    Definition Classes
    NodeFilter
  18. def hashCode(): Int

    Permalink
    Definition Classes
    Item → AnyRef → Any
  19. def inRelationsAs[START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], END <: Node](hyperRelationFactory: HyperRelationFactory[START, STARTRELATION, HYPERRELATION, ENDRELATION, END]): Seq[HYPERRELATION]

    Permalink
    Definition Classes
    Node
  20. def inRelationsAs[START <: Node, RELATION <: Relation[START, END], END <: Node](relationFactory: RelationFactory[START, RELATION, END]): Seq[RELATION]

    Permalink
    Definition Classes
    Node
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def neighboursAs[T <: Node](nodeFactory: NodeFactory[T]): Seq[T]

    Permalink
    Definition Classes
    Node
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def outRelationsAs[START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], END <: Node](hyperRelationFactory: HyperRelationFactory[START, STARTRELATION, HYPERRELATION, ENDRELATION, END]): Seq[HYPERRELATION]

    Permalink
    Definition Classes
    Node
  27. def outRelationsAs[START <: Node, RELATION <: Relation[START, END], END <: Node](relationFactory: RelationFactory[START, RELATION, END]): Seq[RELATION]

    Permalink
    Definition Classes
    Node
  28. def predecessorsAs[RELNODE <: Node, NODE <: RELNODE](nodeFactory: NodeFactory[NODE], hyperRelationFactory: HyperRelationFactory[RELNODE, _, _, _, _]): Seq[NODE]

    Permalink
    Definition Classes
    Node
  29. def predecessorsAs[RELNODE <: Node, NODE <: RELNODE](nodeFactory: NodeFactory[NODE], relationFactory: RelationFactory[RELNODE, _, _]): Seq[NODE]

    Permalink
    Definition Classes
    Node
  30. def rawPath: Option[Path]

    Permalink
  31. def relationsAs[START <: Node, STARTRELATION <: Relation[START, HYPERRELATION], HYPERRELATION <: HyperRelation[START, STARTRELATION, HYPERRELATION, ENDRELATION, END], ENDRELATION <: Relation[HYPERRELATION, END], END <: Node](hyperRelationFactory: HyperRelationFactory[START, STARTRELATION, HYPERRELATION, ENDRELATION, END]): Seq[HYPERRELATION]

    Permalink
    Definition Classes
    Node
  32. def relationsAs[START <: Node, RELATION <: Relation[START, END], END <: Node](relationFactory: RelationFactory[START, RELATION, END]): Seq[RELATION]

    Permalink
    Definition Classes
    Node
  33. def startNodeOpt: Option[START]

    Permalink
    Definition Classes
    HyperRelationAbstractRelation
  34. def startRelationOpt: Option[STARTRELATION]

    Permalink
  35. def successorsAs[RELNODE <: Node, NODE <: RELNODE](nodeFactory: NodeFactory[NODE], hyperRelationFactory: HyperRelationFactory[_, _, _, _, RELNODE]): Seq[NODE]

    Permalink
    Definition Classes
    Node
  36. def successorsAs[RELNODE <: Node, NODE <: RELNODE](nodeFactory: NodeFactory[NODE], relationFactory: RelationFactory[_, _, RELNODE]): Seq[NODE]

    Permalink
    Definition Classes
    Node
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def validate: Option[String]

    Permalink
    Definition Classes
    Item
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Node

Inherited from Filter

Inherited from AbstractRelation[START, END]

Inherited from Item

Inherited from AnyRef

Inherited from Any

Ungrouped