Interface OfficeStartNode
-
- All Superinterfaces:
LinkFlowNode
,Node
,OfficeFlowSourceNode
,OfficeStart
- All Known Implementing Classes:
OfficeStartNodeImpl
public interface OfficeStartNode extends LinkFlowNode, OfficeStart
OfficeStart
node.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialise()
Initialises theOfficeStartNode
.-
Methods inherited from interface net.officefloor.compile.internal.structure.LinkFlowNode
getLinkedFlowNode, linkFlowNode
-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Methods inherited from interface net.officefloor.compile.spi.office.OfficeStart
getOfficeStartName
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Node
type.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise()
Initialises theOfficeStartNode
.
-
-