Uses of Interface
net.officefloor.compile.spi.office.ExecutionExplorer
-
Packages that use ExecutionExplorer Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.office -
-
Uses of ExecutionExplorer in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ExecutionExplorer Modifier and Type Method Description voidSectionInputNodeImpl. addExecutionExplorer(ExecutionExplorer executionExplorer) -
Uses of ExecutionExplorer in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ExecutionExplorer Modifier and Type Method Description voidOfficeSectionInput. addExecutionExplorer(ExecutionExplorer executionExplorer)Adds anExecutionExplorerfor the execution tree from thisOfficeSectionInput.
-