Uses of Interface
net.officefloor.compile.spi.section.SectionFlowSourceNode
-
-
Uses of SectionFlowSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFlowSourceNode Modifier and Type Class Description class
ManagedFunctionNodeImpl
ManagedFunctionNode
implementation.class
ManagedObjectFlowNodeImpl
ManagedObjectFlowNode
implementation.class
SectionInputNodeImpl
SectionInputNode
node.class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionFlowSourceNode Modifier and Type Method Description void
SectionNodeImpl. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
-
Uses of SectionFlowSourceNode in net.officefloor.compile.internal.structure
Subinterfaces of SectionFlowSourceNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedFunctionNode
SectionFunction
node.interface
ManagedObjectFlowNode
ManagedObjectFlow
node.interface
SectionInputNode
SectionInput
node.interface
SectionOutputNode
SectionOutput
node. -
Uses of SectionFlowSourceNode in net.officefloor.compile.spi.section
Subinterfaces of SectionFlowSourceNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
SectionFunction
interface
SectionInput
Input to anSectionNode
.interface
SectionManagedObjectFlow
Flow
from a sectionManagedObject
.interface
SubSectionOutput
Output for aSubSection
.Methods in net.officefloor.compile.spi.section with parameters of type SectionFlowSourceNode Modifier and Type Method Description void
SectionDesigner. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
Links theSectionFlowSourceNode
to undertaken by theSectionFlowSinkNode
. -
Uses of SectionFlowSourceNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionFlowSourceNode Modifier and Type Method Description void
TransformSectionDesigner. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
-