Packages

package verify

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object NoCustomFunctions extends GremlinPostCondition

    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

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

  3. object NoMultipleLabels extends GremlinPostCondition

    This post-condition verifies that multiple labels are not used.

    This post-condition verifies that multiple labels are not used. Such translation will not work in environments without multiple label support.

Ungrouped