Package

org.opencypher.okapi.ir.api

pattern

Permalink

package pattern

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Connection extends AnyRef

    Permalink
  2. sealed trait CyclicConnection extends Connection

    Permalink
  3. final case class CyclicRelationship(endpoints: IdenticalEndpoints) extends SingleRelationship with CyclicConnection with Product with Serializable

    Permalink
  4. sealed trait DifferentEndpoints extends Endpoints

    Permalink
  5. sealed trait DirectedConnection extends Connection

    Permalink
  6. final case class DirectedRelationship(endpoints: DifferentEndpoints) extends SingleRelationship with DirectedConnection with Product with Serializable

    Permalink
  7. final case class DirectedVarLengthRelationship(endpoints: DifferentEndpoints, lower: Int, upper: Option[Int]) extends VarLengthRelationship with DirectedConnection with Product with Serializable

    Permalink
  8. sealed trait Endpoints extends Traversable[IRField]

    Permalink
  9. sealed trait IdenticalEndpoints extends Endpoints

    Permalink
  10. sealed trait Orientation[E <: Endpoints] extends Eq[E]

    Permalink
  11. final case class Pattern[E](fields: Set[IRField], topology: Map[IRField, Connection]) extends Binds[E] with Product with Serializable

    Permalink
  12. sealed trait SingleRelationship extends Connection

    Permalink
  13. sealed trait UndirectedConnection extends Connection

    Permalink
  14. final case class UndirectedRelationship(endpoints: DifferentEndpoints) extends SingleRelationship with UndirectedConnection with Product with Serializable

    Permalink
  15. final case class UndirectedVarLengthRelationship(endpoints: DifferentEndpoints, lower: Int, upper: Option[Int]) extends VarLengthRelationship with UndirectedConnection with Product with Serializable

    Permalink
  16. sealed trait VarLengthRelationship extends Connection

    Permalink

Value Members

  1. object DirectedRelationship extends Product with Serializable

    Permalink
  2. object Endpoints extends Product with Serializable

    Permalink
  3. object Orientation extends Serializable

    Permalink
  4. object Pattern extends Product with Serializable

    Permalink
  5. object SingleRelationship extends Product with Serializable

    Permalink
  6. object UndirectedRelationship extends Product with Serializable

    Permalink
  7. object VarLengthRelationship

    Permalink

Ungrouped