Interface ManagingOfficeNode
-
- All Superinterfaces:
LinkOfficeNode,ManagingOffice,Node
- All Known Implementing Classes:
ManagingOfficeNodeImpl
public interface ManagingOfficeNode extends LinkOfficeNode, ManagingOffice
ManagingOfficenode.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialise()Initialises theManagingOfficeNode.-
Methods inherited from interface net.officefloor.compile.internal.structure.LinkOfficeNode
getLinkedOfficeNode, linkOfficeNode
-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Nodetype.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise()
Initialises theManagingOfficeNode.
-
-