package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_core.QuerySource

Relation symbols

Sourcemodule Rel : sig ... end
Sourcetype rel = Rel.t

Query modifiers

Sourcetype polarity =
  1. | Incoming
  2. | Outgoing

Determines whether we are searching for edges into or out of the supplied vertex.

Sourcetype mode =
  1. | Edges
  2. | Paths

Determines whether we are querying a relation or its reflexive-transitive closure.

Query type

Sourcetype rel_query = mode * polarity * Rel.t

The parameters of a relational query.

OCaml

Innovation. Community. Security.