Modifier and Type | Method and Description |
---|---|
WorkNode |
OfficeFloorCompilerImpl.createWorkNode(String workName,
SectionNode section) |
Modifier and Type | Class and Description |
---|---|
class |
WorkNodeImpl
WorkNode implementation. |
Modifier and Type | Method and Description |
---|---|
WorkNode |
TaskNodeImpl.getWorkNode() |
Modifier and Type | Method and Description |
---|---|
TaskNode |
SectionNodeImpl.addTaskNode(String taskName,
String taskTypeName,
WorkNode workNode) |
void |
TaskNodeImpl.initialise(String taskTypeName,
WorkNode workNode) |
Modifier and Type | Method and Description |
---|---|
WorkType<?> |
TypeContextImpl.getOrLoadWorkType(WorkNode workNode) |
Modifier and Type | Method and Description |
---|---|
WorkNode |
NodeContext.createWorkNode(String workName,
SectionNode section)
Creates the
WorkNode . |
WorkNode |
TaskNode.getWorkNode()
|
Modifier and Type | Method and Description |
---|---|
TaskNode |
TaskRegistry.addTaskNode(String taskName,
String taskTypeName,
WorkNode workNode)
Adds an initialised
TaskNode to the registry. |
void |
TaskNode.initialise(String taskTypeName,
WorkNode work)
Initialises this
TaskNode . |
Modifier and Type | Method and Description |
---|---|
WorkType<?> |
TypeContext.getOrLoadWorkType(WorkNode workNode)
|
Copyright © 2005–2016. All rights reserved.