Modifier and Type | Field and Description |
---|---|
protected TraversalRing<S,?> |
WherePredicateStep.traversalRing |
Modifier and Type | Method and Description |
---|---|
TraversalRing<Object,Object> |
PathFilterStep.getTraversalRing() |
Modifier and Type | Field and Description |
---|---|
protected TraversalRing<K,E> |
PropertyMapStep.traversalRing |
Modifier and Type | Method and Description |
---|---|
TraversalRing<S,E> |
ProjectStep.getTraversalRing() |
TraversalRing<K,E> |
PropertyMapStep.getTraversalRing() |
Constructor and Description |
---|
ProjectStep(Traversal.Admin traversal,
TraversalRing<S,E> traversalRing,
String... projectKeys) |
PropertyMapStep(Traversal.Admin traversal,
PropertyType propertyType,
TraversalRing<K,E> traversalRing,
String... propertyKeys) |
Modifier and Type | Method and Description |
---|---|
TraversalRing<A,B> |
TraversalRing.clone() |
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.