Uses of Interface
net.officefloor.activity.procedure.build.ProcedureArchitect
-
Packages that use ProcedureArchitect Package Description net.officefloor.activity net.officefloor.activity.procedure.build net.officefloor.woof -
-
Uses of ProcedureArchitect in net.officefloor.activity
Methods in net.officefloor.activity that return ProcedureArchitect Modifier and Type Method Description ProcedureArchitect<SubSection>
ActivityContext. getProcedureArchitect()
Obtains theProcedureArchitect
. -
Uses of ProcedureArchitect in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build that return ProcedureArchitect Modifier and Type Method Description static ProcedureArchitect<OfficeSection>
ProcedureEmployer. employProcedureArchitect(OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theProcedureArchitect
.static ProcedureArchitect<SubSection>
ProcedureEmployer. employProcedureDesigner(SectionDesigner sectionDesigner, SectionSourceContext sectionSourceContext)
Employs theProcedureArchitect
. -
Uses of ProcedureArchitect in net.officefloor.woof
Methods in net.officefloor.woof that return ProcedureArchitect Modifier and Type Method Description ProcedureArchitect<OfficeSection>
WoofContext. getProcedureArchitect()
Obtains theProcedureArchitect
.
-