Uses of Interface
net.officefloor.compile.spi.office.EscalationExplorer
-
Packages that use EscalationExplorer Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.office -
-
Uses of EscalationExplorer in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type EscalationExplorer Modifier and Type Method Description voidOfficeNodeImpl. addOfficeEscalationExplorer(EscalationExplorer escalationExplorer) -
Uses of EscalationExplorer in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type EscalationExplorer Modifier and Type Method Description voidOfficeArchitect. addOfficeEscalationExplorer(EscalationExplorer escalationExplorer)Adds anEscalationExplorerfor the execution tree from the addedOfficeEscalationinstances.
-