| Modifier and Type | Method and Description | 
|---|---|
| PeerPressureVertexProgram.Builder | PeerPressureVertexProgram.Builder. traversal(Traversal.Admin<Vertex,Edge> traversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| PeerPressureVertexProgram.Builder | PeerPressureVertexProgram.Builder. traversal(Class<? extends Supplier<Traversal.Admin<?,?>>> traversalClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| PageRankVertexProgram.Builder | PageRankVertexProgram.Builder. traversal(Traversal.Admin<Vertex,Edge> traversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| PageRankVertexProgram.Builder | PageRankVertexProgram.Builder. traversal(Class<? extends Supplier<Traversal.Admin<?,?>>> traversalClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| <S,E> Traversal.Admin<S,E> | TraversalVertexProgram. computerResultTraversal(ComputerResult result) | 
| Traversal.Admin<?,?> | TraversalVertexProgram. getTraversal() | 
| static Traversal.Admin<?,?> | TraversalVertexProgram. getTraversal(Graph graph,
            org.apache.commons.configuration.Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalVertexProgram.Builder | TraversalVertexProgram.Builder. traversal(Traversal.Admin<?,?> traversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalVertexProgram.Builder | TraversalVertexProgram.Builder. traversal(Class<? extends Supplier<Traversal.Admin<?,?>>> traversalClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| <S2,E2> Traversal.Admin<S2,E2> | Traversal.Admin. addStep(int index,
       Step<?,?> step)Add a  Stepto an arbitrary point in the traversal. | 
| default <E2> Traversal.Admin<S,E2> | Traversal.Admin. addStep(Step<?,E2> step)Add a  Stepto the end of the traversal. | 
| default Traversal.Admin<S,E> | Traversal. asAdmin()Get access to administrative methods of the traversal via its accompanying  Traversal.Admin. | 
| Traversal.Admin<S,E> | Traversal.Admin. clone()Cloning is used to duplicate the traversal typically in OLAP environments. | 
| <A,B> Traversal.Admin<A,B> | Step. getTraversal()Get the  Traversal.Adminthat this step is contained within. | 
| <S2,E2> Traversal.Admin<S2,E2> | Traversal.Admin. removeStep(int index)Remove a  Stepfrom the traversal. | 
| default <S2,E2> Traversal.Admin<S2,E2> | Traversal.Admin. removeStep(Step<?,?> step)Remove a  Stepfrom the traversal. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TraversalStrategy. apply(Traversal.Admin<?,?> traversal) | 
| void | TraversalStrategies. applyStrategies(Traversal.Admin<?,?> traversal) | 
| default boolean | Traversal.Admin. equals(Traversal.Admin<S,E> other) | 
| void | Step. setTraversal(Traversal.Admin<?,?> traversal)Set the  Traversalthat this step is contained within. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | GraphTraversal.Admin<S,E> | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.