Packages

class TrackingPoint[Labels <: HList] extends NodeSteps[codepropertygraph.generated.nodes.TrackingPoint, Labels]

Base class for nodes that can occur in data flows

Linear Supertypes
NodeSteps[codepropertygraph.generated.nodes.TrackingPoint, Labels], Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels], Enrichable, Enrichable, Enrichable, Enrichable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrackingPoint
  2. NodeSteps
  3. Steps
  4. Enrichable
  5. Enrichable
  6. Enrichable
  7. Enrichable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrackingPoint(raw: Aux[codepropertygraph.generated.nodes.TrackingPoint, Labels])

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. def _toJson(pretty: Boolean): String
    Attributes
    protected
    Definition Classes
    NodeSteps
  5. def aggregate(into: Buffer[codepropertygraph.generated.nodes.TrackingPoint]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  6. def and[X <: Node, L <: HNil](step: Steps[X, L]): Steps[X, Labels]
    Definition Classes
    Steps
  7. def and(andTraversals: (Steps[codepropertygraph.generated.nodes.TrackingPoint, HNil]) ⇒ Steps[_, _]*): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  8. def as[NewLabels <: HList](stepLabel: StepLabel[codepropertygraph.generated.nodes.TrackingPoint])(implicit prependDomain: shapeless.ops.hlist.Prepend.Aux[Labels, ::[codepropertygraph.generated.nodes.TrackingPoint, HNil], NewLabels]): Steps[codepropertygraph.generated.nodes.TrackingPoint, NewLabels]
    Definition Classes
    Steps
  9. def as[NewLabels <: HList](stepLabel: String)(implicit prependDomain: shapeless.ops.hlist.Prepend.Aux[Labels, ::[codepropertygraph.generated.nodes.TrackingPoint, HNil], NewLabels]): Steps[codepropertygraph.generated.nodes.TrackingPoint, NewLabels]
    Definition Classes
    Steps
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def b(): Buffer[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  12. def clone(): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps → AnyRef
  13. def dedup: Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  14. def emit(emitTraversal: (Steps[codepropertygraph.generated.nodes.TrackingPoint, HNil]) ⇒ Steps[_, _]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  15. def emit(): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def exec(): List[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  19. def file: File[Labels]
    Definition Classes
    NodeSteps
  20. def filter(predicate: (Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]) ⇒ Steps[_, _]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  21. def filterNot(predicate: (Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]) ⇒ Steps[_, _]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  22. def filterOnEnd(predicate: (codepropertygraph.generated.nodes.TrackingPoint) ⇒ Boolean): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flatMap[NewNodeType](fun: (codepropertygraph.generated.nodes.TrackingPoint) ⇒ Steps[NewNodeType, _]): Steps[NewNodeType, Labels]
    Definition Classes
    Steps
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. implicit lazy val graph: Graph
    Definition Classes
    Steps
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def head(): codepropertygraph.generated.nodes.TrackingPoint
    Definition Classes
    Steps
  29. def headOption(): Option[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  30. def id(keys: Set[AnyRef])(implicit isElement: <:<[codepropertygraph.generated.nodes.TrackingPoint, Element]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  31. def id(key: AnyRef)(implicit isElement: <:<[codepropertygraph.generated.nodes.TrackingPoint, Element]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  32. def isDefined: Boolean
    Definition Classes
    Steps
  33. def isEmpty: Boolean
    Definition Classes
    Steps
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def jl(): List[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  36. def l(): List[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  37. def map[NewNodeType](fun: (codepropertygraph.generated.nodes.TrackingPoint) ⇒ NewNodeType): Steps[NewNodeType, Labels]
    Definition Classes
    Steps
  38. def method: Method[Labels]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def or(orTraversals: (Steps[codepropertygraph.generated.nodes.TrackingPoint, HNil]) ⇒ Steps[_, _]*): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  43. def orderBy[A](fun: (codepropertygraph.generated.nodes.TrackingPoint) ⇒ A): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  44. def p(): List[String]
    Definition Classes
    Steps
  45. def range(scope: Scope, low: Long, high: Long): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  46. def range(low: Long, high: Long): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  47. val raw: Aux[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  48. def reachableBy(sourceTravs: NodeSteps[codepropertygraph.generated.nodes.TrackingPoint, _]*): TrackingPoint[Labels]
  49. def reachableByFlows(sourceTravs: NodeSteps[codepropertygraph.generated.nodes.TrackingPoint, _]*): Flows
  50. def repeat[NewNodeType >: codepropertygraph.generated.nodes.TrackingPoint](repeatTraversal: (Steps[codepropertygraph.generated.nodes.TrackingPoint, HNil]) ⇒ Steps[NewNodeType, _]): Steps[NewNodeType, Labels]
    Definition Classes
    Steps
  51. def s(): Stream[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  52. def select[StepLabelsTuple <: Product, StepLabels <: HList, H0, T0 <: HList, SelectedTypes <: HList, SelectedTypesTuple <: Product, LabelNames <: HList, Z](stepLabelsTuple: StepLabelsTuple)(implicit toHList: Aux[StepLabelsTuple, StepLabels], hasOne: Aux[StepLabels, H0, T0], hasTwo: IsHCons[T0], extractLabelType: Aux[StepLabels, SelectedTypes], tupler: shapeless.ops.hlist.Tupler.Aux[SelectedTypes, SelectedTypesTuple], stepLabelToString: Aux[GetLabelName.type, StepLabels, LabelNames], trav: Aux[LabelNames, List, String], folder: Aux[StepLabels, (HNil, Map[String, Any]), combineLabelWithValue.type, (SelectedTypes, Z)]): Steps[SelectedTypesTuple, Labels]
    Definition Classes
    Steps
  53. def select[LabelledType](label: StepLabel[LabelledType]): Steps[LabelledType, Labels]
    Definition Classes
    Steps
  54. def select[LabelsTuple]()(implicit tupler: shapeless.ops.hlist.Tupler.Aux[Labels, LabelsTuple]): Steps[LabelsTuple, Labels]
    Definition Classes
    Steps
  55. def sideEffect(fun: (codepropertygraph.generated.nodes.TrackingPoint) ⇒ Any): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def times(maxLoops: Int): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  58. def toBuffer(): Buffer[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  59. def toJson: String
    Definition Classes
    NodeSteps
  60. def toJsonPretty: String
    Definition Classes
    NodeSteps
  61. def toList(): List[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  62. def toMaps(): Steps[Map[String, Any], Labels]
    Definition Classes
    NodeSteps
  63. def toSet(): Set[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  64. def toStream(): Stream[codepropertygraph.generated.nodes.TrackingPoint]
    Definition Classes
    Steps
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. def until(untilTraversal: (Steps[codepropertygraph.generated.nodes.TrackingPoint, HNil]) ⇒ Steps[_, _]): Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]
    Definition Classes
    Steps
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  70. def walkIn(edgeType: String): GremlinScala[Vertex]
    Attributes
    protected
    Definition Classes
    NodeSteps

Inherited from NodeSteps[codepropertygraph.generated.nodes.TrackingPoint, Labels]

Inherited from Steps[codepropertygraph.generated.nodes.TrackingPoint, Labels]

Inherited from Enrichable

Inherited from Enrichable

Inherited from Enrichable

Inherited from Enrichable

Inherited from AnyRef

Inherited from Any

Ungrouped