| Modifier and Type | Method and Description | 
|---|---|
| void | VertexProgram. execute(Vertex vertex,
       Messenger<M> messenger,
       Memory memory)This method denotes the main body of the computation and is executed on each vertex in the graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PeerPressureVertexProgram. execute(Vertex vertex,
       Messenger<org.javatuples.Pair<Serializable,Double>> messenger,
       Memory memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageRankVertexProgram. execute(Vertex vertex,
       Messenger<Double> messenger,
       Memory memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TraversalVertexProgram. execute(Vertex vertex,
       Messenger<org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<?>> messenger,
       Memory memory) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.