Package | Description |
---|---|
net.officefloor.compile.impl.structure | |
net.officefloor.compile.internal.structure | |
net.officefloor.compile.spi.office |
Modifier and Type | Class and Description |
---|---|
class |
DutyNodeImpl
DutyNode implementation. |
Modifier and Type | Method and Description |
---|---|
OfficeDuty |
AdministratorNodeImpl.getDuty(String dutyName) |
Modifier and Type | Method and Description |
---|---|
void |
TaskNodeImpl.addPostTaskDuty(OfficeDuty duty) |
void |
TaskNodeImpl.addPreTaskDuty(OfficeDuty duty) |
Modifier and Type | Interface and Description |
---|---|
interface |
DutyNode
OfficeDuty node. |
Modifier and Type | Method and Description |
---|---|
OfficeDuty |
OfficeAdministrator.getDuty(String dutyName)
Obtains the
OfficeDuty . |
Modifier and Type | Method and Description |
---|---|
void |
OfficeSectionTask.addPostTaskDuty(OfficeDuty duty)
Adds an
OfficeDuty to be done after completing this
OfficeSectionTask . |
void |
OfficeSectionTask.addPreTaskDuty(OfficeDuty duty)
Adds an
OfficeDuty to be done before attempting this
OfficeSectionTask . |
Copyright © 2005–2016. All rights reserved.