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 EscalationNodeOfficeFloorCompilerImpl. 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 classEscalationNodeImplEscalationNodeimplementation. -
Uses of EscalationNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return EscalationNode Modifier and Type Method Description EscalationNodeNodeContext. createEscalationNode(java.lang.String escalationType, OfficeNode officeNode)Creates anEscalationNode.
-