Interface ExecutionExplorer
-
public interface ExecutionExplorerExplorer of an execution tree.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexplore(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.
-
-