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 void
SectionInputNodeImpl. 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 void
OfficeSectionInput. addExecutionExplorer(ExecutionExplorer executionExplorer)
Adds anExecutionExplorer
for the execution tree from thisOfficeSectionInput
.
-