| Modifier and Type | Method and Description | 
|---|---|
| default TraversalExplanation | Traversal. explain()Return a  TraversalExplanationthat shows how this traversal will mutate with each appliedTraversalStrategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract TraversalExplanation | ExplainTest. get_g_V_outE_identity_inV_explain() | 
| TraversalExplanation | ExplainTest.Traversals. get_g_V_outE_identity_inV_explain() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImmutableExplanationA data-only representation of a  TraversalExplanationwhich doesn't re-calculate the "explanation" from
 the raw traversal data each time the explanation is displayed. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TraversalExplanation | TraversalExplanationSerializer. readValue(Buffer buffer,
         GraphBinaryReader context) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | TraversalExplanationSerializer. transform(TraversalExplanation value)Creates a Map containing "original", "intermediate" and "final" keys. | 
| protected void | TraversalExplanationSerializer. writeValue(TraversalExplanation value,
          Buffer buffer,
          GraphBinaryWriter context) | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.