Package ome.services.graphs
Interface GraphTraversal.PlanExecutor
-
- Enclosing class:
- GraphTraversal
public static interface GraphTraversal.PlanExecutorExecutor that allows callers to actually perform the planned action.- Since:
- 5.1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Perform the planned action.
-
-
-
Method Detail
-
execute
void execute() throws GraphExceptionPerform the planned action.- Throws:
GraphException- if the action fails
-
-