c

lspace.librarian.traversal.Traversal

WithNodeStepsHelperHNil

implicit class WithNodeStepsHelperHNil[Start, ST[+Z] <: structure.ClassType[Z], ET[+Z] <: structure.ClassType[Z]] extends TModHNil[Start, ST, structure.Node, ET] with NodeStepsHelper[Start, ST, ET, HNil, HNil, HNil]

Linear Supertypes
NodeStepsHelper[Start, ST, ET, HNil, HNil, HNil], TModHNil[Start, ST, structure.Node, ET], BaseMod[Start, ST, structure.Node, ET, HNil, HNil, HNil], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithNodeStepsHelperHNil
  2. NodeStepsHelper
  3. TModHNil
  4. BaseMod
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithNodeStepsHelperHNil(_traversal: Traversal[ST[Start], ET[structure.Node], HNil])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _traversal: Traversal[ST[Start], ET[structure.Node], HNil]
    Attributes
    protected[this]
    Definition Classes
    WithNodeStepsHelperHNilTModHNil
  5. def add[S <: ResourceStep, ST <: structure.ClassType[_], ET <: structure.ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:<[S, ResourceStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  6. def add[S <: MoveStep, ST <: structure.ClassType[_], ET <: structure.ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:<[S, MoveStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  7. def add[S <: Step, ST <: structure.ClassType[_], ET <: structure.ClassType[_]](step: S, st: ST, et: ET)(implicit ev: <:!<[S, MoveStep], ev2: <:!<[S, ResourceStep]): Traversal[ST, ET, ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  8. def add[S <: ResourceStep](step: S)(implicit ev: <:<[S, ResourceStep]): Traversal[ST[Start], ET[structure.Node], ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  9. def add[S <: MoveStep](step: S)(implicit ev: <:<[S, MoveStep]): Traversal[ST[Start], ET[structure.Node], ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  10. def add[S <: Step](step: S)(implicit ev: <:!<[S, MoveStep], ev2: <:!<[S, ResourceStep]): Traversal[ST[Start], ET[structure.Node], ::[Segment[::[S, HNil]], HNil]]
    Attributes
    protected
    Definition Classes
    TModHNilBaseMod
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def et: ET[structure.Node]
    Definition Classes
    WithNodeStepsHelperHNilBaseMod
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasLabel(label0: String, labels0: String*): Traversal[ST[Start], ET[structure.Node], ::[Segment[::[HasLabel, HNil]], HNil]]
    Definition Classes
    NodeStepsHelper
  19. def hasLabel(label: structure.Ontology): Traversal[ST[Start], NodeURLType[structure.Node], ::[Segment[::[HasLabel, HNil]], HNil]]

    this looks redundant w.r.t.

    this looks redundant w.r.t. the global FilterStepsHelper, but somehow a 'hasLabel' definition in NodeStepsHelper overwrites all other definitions... :S

    Definition Classes
    NodeStepsHelper
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def label(key: structure.Ontology*): Traversal[ST[Start], IriType[structure.Ontology], ::[Segment[::[Label, HNil]], HNil]]
    Definition Classes
    NodeStepsHelper
  23. def label(keys: List[structure.Ontology] = List()): Traversal[ST[Start], IriType[structure.Ontology], ::[Segment[::[Label, HNil]], HNil]]
    Definition Classes
    NodeStepsHelper
  24. def label(key: String, keys: String*): Traversal[ST[Start], IriType[structure.Ontology], ::[Segment[::[Label, HNil]], HNil]]
    Definition Classes
    NodeStepsHelper
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def st: ST[Start]
    Definition Classes
    WithNodeStepsHelperHNilBaseMod
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from NodeStepsHelper[Start, ST, ET, HNil, HNil, HNil]

Inherited from TModHNil[Start, ST, structure.Node, ET]

Inherited from BaseMod[Start, ST, structure.Node, ET, HNil, HNil, HNil]

Inherited from AnyRef

Inherited from Any

Ungrouped