Interface ExecutionExplorer
public interface ExecutionExplorer
Explorer of an execution tree.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidexplore(ExecutionExplorerContext context) Explores the execution tree for theOfficeSectionInput.
-
Method Details
-
explore
Explores the execution tree for theOfficeSectionInput.- Parameters:
context-ExecutionExplorerContext.- Throws:
Exception- If failure in exploring theOfficeSectionInput.
-