Interface ExecutionExplorer
-
public interface ExecutionExplorer
Explorer of an execution tree.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
explore(ExecutionExplorerContext context)
Explores the execution tree for theOfficeSectionInput
.
-
-
-
Method Detail
-
explore
void explore(ExecutionExplorerContext context) throws java.lang.Exception
Explores the execution tree for theOfficeSectionInput
.- Parameters:
context
-ExecutionExplorerContext
.- Throws:
java.lang.Exception
- If failure in exploring theOfficeSectionInput
.
-
-