Package

org.opencypher.gremlin.translation.ir

verify

Permalink

package verify

Visibility
  1. Public
  2. All

Type Members

  1. trait GremlinPostCondition extends (Seq[GremlinStep]) ⇒ Option[String]

    Permalink

Value Members

  1. object NoCustomFunctions extends GremlinPostCondition

    Permalink

    This post-condition verifies that custom functions are not used.

    This post-condition verifies that custom functions are not used. Such translation will not work in environments without the Cypher plugin.

  2. object NoEmptyTraversals extends GremlinPostCondition

    Permalink

    This post-condition verifies that no accidental empty traversals are generated.

Ungrouped