Interface FunctionFlowNode
- All Superinterfaces:
FunctionFlow,LinkFlowNode,Node
- All Known Implementing Classes:
FunctionFlowNodeImpl
FunctionFlow node.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidInitialises theFunctionFlowNode.booleanIndicates whether to spawn aThreadStatefor thisFunctionFlow.voidsetSpawnThreadState(boolean isSpawnThreadState) Specifies whether to spawn aThreadStatefor thisFunctionFlow.Methods inherited from interface net.officefloor.compile.spi.section.FunctionFlow
getFunctionFlowNameMethods inherited from interface net.officefloor.compile.internal.structure.LinkFlowNode
getLinkedFlowNode, linkFlowNodeMethods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Field Details
-
TYPE
Nodetype.- See Also:
-
-
Method Details
-
initialise
void initialise()Initialises theFunctionFlowNode. -
isSpawnThreadState
boolean isSpawnThreadState()Indicates whether to spawn aThreadStatefor thisFunctionFlow.- Returns:
trueto spawn aThreadStatefor thisFunctionFlow.
-
setSpawnThreadState
void setSpawnThreadState(boolean isSpawnThreadState) Specifies whether to spawn aThreadStatefor thisFunctionFlow.- Parameters:
isSpawnThreadState-trueto spawn aThreadStatefor thisFunctionFlow.
-