Uses of Interface
net.officefloor.compile.internal.structure.EscalationNode
-
Packages that use EscalationNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of EscalationNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return EscalationNode Modifier and Type Method Description EscalationNode
OfficeFloorCompilerImpl. createEscalationNode(java.lang.String escalationType, OfficeNode officeNode)
-
Uses of EscalationNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement EscalationNode Modifier and Type Class Description class
EscalationNodeImpl
EscalationNode
implementation. -
Uses of EscalationNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return EscalationNode Modifier and Type Method Description EscalationNode
NodeContext. createEscalationNode(java.lang.String escalationType, OfficeNode officeNode)
Creates anEscalationNode
.
-