Uses of Interface
net.officefloor.compile.internal.structure.LinkFlowNode
Packages that use LinkFlowNode
Package
Description
-
Uses of LinkFlowNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkFlowNodeModifier and TypeClassDescriptionclassEscalationNodeimplementation.classFunctionFlowNodeimplementation.classManagedFunctionNodeimplementation.classManagedObjectFlowNodeimplementation.classImplementation of theOfficeInputNode.classImplementation of theOfficeOutputNode.classOfficeStartNodeimplementation.classSectionInputNodenode.classSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkFlowNodeModifier and TypeMethodDescriptionEscalationNodeImpl.getLinkedFlowNode()FunctionFlowNodeImpl.getLinkedFlowNode()ManagedFunctionNodeImpl.getLinkedFlowNode()ManagedObjectFlowNodeImpl.getLinkedFlowNode()OfficeInputNodeImpl.getLinkedFlowNode()OfficeOutputNodeImpl.getLinkedFlowNode()OfficeStartNodeImpl.getLinkedFlowNode()SectionInputNodeImpl.getLinkedFlowNode()SectionOutputNodeImpl.getLinkedFlowNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkFlowNodeModifier and TypeMethodDescriptionbooleanEscalationNodeImpl.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 LinkFlowNodeModifier and TypeMethodDescriptionstatic <T extends LinkFlowNode>
TLinkUtil.findFurtherestTarget(LinkFlowNode link, Class<T> targetType, CompilerIssues issues) Finds the furtherest target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil.findTarget(LinkFlowNode link, Class<T> targetType, CompilerIssues issues) Finds the target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil.retrieveTarget(LinkFlowNode link, Class<T> targetType, CompilerIssues issues) Retrieves the target link by the specified type.Methods in net.officefloor.compile.impl.util with parameters of type LinkFlowNodeModifier and TypeMethodDescriptionstatic <T extends LinkFlowNode>
TLinkUtil.findFurtherestTarget(LinkFlowNode link, Class<T> targetType, CompilerIssues issues) Finds the furtherest target link by the specified type.static <T extends LinkFlowNode>
TLinkUtil.findTarget(LinkFlowNode link, Class<T> targetType, CompilerIssues issues) Finds the target link by the specified type.static booleanLinkUtil.linkFlowNode(LinkFlowNode node, LinkFlowNode linkNode, CompilerIssues issues, Consumer<LinkFlowNode> loader) Links theLinkFlowNode.static <T extends LinkFlowNode>
TLinkUtil.retrieveTarget(LinkFlowNode link, 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 LinkFlowNodeModifier and TypeMethodDescriptionstatic booleanLinkUtil.linkFlowNode(LinkFlowNode node, LinkFlowNode linkNode, CompilerIssues issues, Consumer<LinkFlowNode> loader) Links theLinkFlowNode. -
Uses of LinkFlowNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkFlowNode in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceEscalationnode.interfaceFunctionFlownode.interfaceSectionFunctionnode.interfaceManagedObjectFlownode.interfaceOfficeInputnode.interfaceOfficeOutputnode.interfaceOfficeStartnode.interfaceSectionInputnode.interfaceSectionOutputnode.Methods in net.officefloor.compile.internal.structure that return LinkFlowNodeModifier and TypeMethodDescriptionLinkFlowNode.getLinkedFlowNode()Obtains theLinkFlowNodelinked to thisLinkFlowNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkFlowNodeModifier and TypeMethodDescriptionbooleanLinkFlowNode.linkFlowNode(LinkFlowNode node) Links the inputLinkFlowNodeto thisLinkFlowNode.