| Modifier and Type | Method and Description | 
|---|---|
| <P extends VertexProgram> | VertexProgram.Builder. create(Graph graph) | 
| static <V extends VertexProgram> | VertexProgram. createVertexProgram(Graph graph,
                   org.apache.commons.configuration.Configuration configuration)A helper method to construct a  VertexProgramgiven the content of the supplied configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram<M> | VertexProgram. clone()When multiple workers on a single machine need VertexProgram instances, it is possible to use clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | GraphComputer. program(VertexProgram vertexProgram)Set the  VertexProgramto be executed by theGraphComputer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PeerPressureVertexProgram | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PageRankVertexProgram | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TraversalVertexProgramTraversalVertexProgram enables the evaluation of a  Traversalon aGraphComputer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram<M> | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.