Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.util |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableExplanation
A data-only representation of a
TraversalExplanation which doesn't re-calculate the "explanation" from
the raw traversal data each time the explanation is displayed. |
class |
TraversalExplanation
A TraversalExplanation takes a
Traversal and, for each registered TraversalStrategy , it creates a
mapping reflecting how each strategy alters the traversal. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.