Package ome.services.graphs
Interface GraphTraversal.PlanExecutor
-
- Enclosing class:
- GraphTraversal
public static interface GraphTraversal.PlanExecutor
Executor 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 void
execute()
Perform the planned action.
-
-
-
Method Detail
-
execute
void execute() throws GraphException
Perform the planned action.- Throws:
GraphException
- if the action fails
-
-