Uses of Interface
net.officefloor.compile.internal.structure.LinkFlowNode
-
Packages that use LinkFlowNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkFlowNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkFlowNode Modifier and Type Class Description class
EscalationNodeImpl
EscalationNode
implementation.class
FunctionFlowNodeImpl
FunctionFlowNode
implementation.class
ManagedFunctionNodeImpl
ManagedFunctionNode
implementation.class
ManagedObjectFlowNodeImpl
ManagedObjectFlowNode
implementation.class
OfficeInputNodeImpl
Implementation of theOfficeInputNode
.class
OfficeOutputNodeImpl
Implementation of theOfficeOutputNode
.class
OfficeStartNodeImpl
OfficeStartNode
implementation.class
SectionInputNodeImpl
SectionInputNode
node.class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure that return LinkFlowNode Modifier and Type Method Description LinkFlowNode
EscalationNodeImpl. getLinkedFlowNode()
LinkFlowNode
FunctionFlowNodeImpl. getLinkedFlowNode()
LinkFlowNode
ManagedFunctionNodeImpl. getLinkedFlowNode()
LinkFlowNode
ManagedObjectFlowNodeImpl. getLinkedFlowNode()
LinkFlowNode
OfficeInputNodeImpl. getLinkedFlowNode()
LinkFlowNode
OfficeOutputNodeImpl. getLinkedFlowNode()
LinkFlowNode
OfficeStartNodeImpl. getLinkedFlowNode()
LinkFlowNode
SectionInputNodeImpl. getLinkedFlowNode()
LinkFlowNode
SectionOutputNodeImpl. getLinkedFlowNode()
Methods in net.officefloor.compile.impl.structure with parameters of type LinkFlowNode Modifier and Type Method Description boolean
EscalationNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
FunctionFlowNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
ManagedFunctionNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
ManagedObjectFlowNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
OfficeInputNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
OfficeOutputNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
OfficeStartNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
SectionInputNodeImpl. linkFlowNode(LinkFlowNode node)
boolean
SectionOutputNodeImpl. linkFlowNode(LinkFlowNode node)
-
Uses of LinkFlowNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with type parameters of type LinkFlowNode Modifier and Type Method Description static <T extends LinkFlowNode>
TLinkUtil. findFurtherestTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the furtherest target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil. findTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil. retrieveTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Retrieves the target link by the specified type.Methods in net.officefloor.compile.impl.util with parameters of type LinkFlowNode Modifier and Type Method Description static <T extends LinkFlowNode>
TLinkUtil. findFurtherestTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the furtherest target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil. findTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the target link by the specified type.static boolean
LinkUtil. linkFlowNode(LinkFlowNode node, LinkFlowNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkFlowNode> loader)
Links theLinkFlowNode
.static <T extends LinkFlowNode>
TLinkUtil. retrieveTarget(LinkFlowNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Retrieves the target link by the specified type.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkFlowNode Modifier and Type Method Description static boolean
LinkUtil. linkFlowNode(LinkFlowNode node, LinkFlowNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkFlowNode> loader)
Links theLinkFlowNode
. -
Uses of LinkFlowNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkFlowNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
EscalationNode
Escalation
node.interface
FunctionFlowNode
FunctionFlow
node.interface
ManagedFunctionNode
SectionFunction
node.interface
ManagedObjectFlowNode
ManagedObjectFlow
node.interface
OfficeInputNode
OfficeInput
node.interface
OfficeOutputNode
OfficeOutput
node.interface
OfficeStartNode
OfficeStart
node.interface
SectionInputNode
SectionInput
node.interface
SectionOutputNode
SectionOutput
node.Methods in net.officefloor.compile.internal.structure that return LinkFlowNode Modifier and Type Method Description LinkFlowNode
LinkFlowNode. getLinkedFlowNode()
Obtains theLinkFlowNode
linked to thisLinkFlowNode
.Methods in net.officefloor.compile.internal.structure with parameters of type LinkFlowNode Modifier and Type Method Description boolean
LinkFlowNode. linkFlowNode(LinkFlowNode node)
Links the inputLinkFlowNode
to thisLinkFlowNode
.
-