Package

ml.sparkling.graph.operators

predicates

Permalink

package predicates

Visibility
  1. Public
  2. All

Type Members

  1. case class ByIdPredicate(vertex: VertexId) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Predicate for single vertexId

  2. case class ByIdsPredicate(vertex: Set[VertexId]) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Predicate for list of vertexIds

  3. case class InArrayPredicate(vertices: Array[VertexId]) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Predicate for single vertexId

Value Members

  1. object AllPathPredicate extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate

    Permalink

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io).

    Created by Roman Bartusiak (roman.bartusiak@pwr.edu.pl http://riomus.github.io). Always true predicate

Ungrouped