Uses of Interface
net.officefloor.compile.spi.office.ExecutionObjectExplorer
-
Packages that use ExecutionObjectExplorer Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.office -
-
Uses of ExecutionObjectExplorer in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ExecutionObjectExplorer Modifier and Type Method Description void
ManagedObjectNodeImpl. addExecutionExplorer(ExecutionObjectExplorer executionObjectExplorer)
-
Uses of ExecutionObjectExplorer in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ExecutionObjectExplorer Modifier and Type Method Description void
OfficeManagedObject. addExecutionExplorer(ExecutionObjectExplorer executionObjectExplorer)
Adds anExecutionObjectExplorer
for the execution tree from thisOfficeManagedObject
.
-