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 classEscalationNodeImplEscalationNodeimplementation.classFunctionFlowNodeImplFunctionFlowNodeimplementation.classManagedFunctionNodeImplManagedFunctionNodeimplementation.classManagedObjectFlowNodeImplManagedObjectFlowNodeimplementation.classOfficeInputNodeImplImplementation of theOfficeInputNode.classOfficeOutputNodeImplImplementation of theOfficeOutputNode.classOfficeStartNodeImplOfficeStartNodeimplementation.classSectionInputNodeImplSectionInputNodenode.classSectionOutputNodeImplSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkFlowNode Modifier and Type Method Description LinkFlowNodeEscalationNodeImpl. getLinkedFlowNode()LinkFlowNodeFunctionFlowNodeImpl. getLinkedFlowNode()LinkFlowNodeManagedFunctionNodeImpl. getLinkedFlowNode()LinkFlowNodeManagedObjectFlowNodeImpl. getLinkedFlowNode()LinkFlowNodeOfficeInputNodeImpl. getLinkedFlowNode()LinkFlowNodeOfficeOutputNodeImpl. getLinkedFlowNode()LinkFlowNodeOfficeStartNodeImpl. getLinkedFlowNode()LinkFlowNodeSectionInputNodeImpl. getLinkedFlowNode()LinkFlowNodeSectionOutputNodeImpl. getLinkedFlowNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkFlowNode Modifier and Type Method Description booleanEscalationNodeImpl. linkFlowNode(LinkFlowNode node)booleanFunctionFlowNodeImpl. linkFlowNode(LinkFlowNode node)booleanManagedFunctionNodeImpl. linkFlowNode(LinkFlowNode node)booleanManagedObjectFlowNodeImpl. linkFlowNode(LinkFlowNode node)booleanOfficeInputNodeImpl. linkFlowNode(LinkFlowNode node)booleanOfficeOutputNodeImpl. linkFlowNode(LinkFlowNode node)booleanOfficeStartNodeImpl. linkFlowNode(LinkFlowNode node)booleanSectionInputNodeImpl. linkFlowNode(LinkFlowNode node)booleanSectionOutputNodeImpl. 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 booleanLinkUtil. 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 booleanLinkUtil. 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 interfaceEscalationNodeEscalationnode.interfaceFunctionFlowNodeFunctionFlownode.interfaceManagedFunctionNodeSectionFunctionnode.interfaceManagedObjectFlowNodeManagedObjectFlownode.interfaceOfficeInputNodeOfficeInputnode.interfaceOfficeOutputNodeOfficeOutputnode.interfaceOfficeStartNodeOfficeStartnode.interfaceSectionInputNodeSectionInputnode.interfaceSectionOutputNodeSectionOutputnode.Methods in net.officefloor.compile.internal.structure that return LinkFlowNode Modifier and Type Method Description LinkFlowNodeLinkFlowNode. getLinkedFlowNode()Obtains theLinkFlowNodelinked to thisLinkFlowNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkFlowNode Modifier and Type Method Description booleanLinkFlowNode. linkFlowNode(LinkFlowNode node)Links the inputLinkFlowNodeto thisLinkFlowNode.
-