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 voidManagedObjectNodeImpl. 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 voidOfficeManagedObject. addExecutionExplorer(ExecutionObjectExplorer executionObjectExplorer)Adds anExecutionObjectExplorerfor the execution tree from thisOfficeManagedObject.
-