public interface GraphComputing
GraphComputing
step is one that will change its behavior whether its on a GraphComputer
or not.
ComputerVerificationStrategy
is responsible for calling the onGraphComputer()
method.
This method is only called for global children steps of a TraversalParent
.Modifier and Type | Method and Description |
---|---|
void |
onGraphComputer()
The step will be executing on a
GraphComputer . |
void onGraphComputer()
GraphComputer
.Copyright © 2013–2016 Apache Software Foundation. All rights reserved.