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 void
OfficeNodeImpl. 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 void
OfficeArchitect. addOfficeEscalationExplorer(EscalationExplorer escalationExplorer)
Adds anEscalationExplorer
for the execution tree from the addedOfficeEscalation
instances.
-