Uses of Interface
net.officefloor.compile.internal.structure.LinkOfficeNode
-
Packages that use LinkOfficeNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkOfficeNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkOfficeNode Modifier and Type Class Description classManagingOfficeNodeImplManagingOfficeNodeimplementation.classOfficeNodeImplOfficeNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkOfficeNode Modifier and Type Method Description LinkOfficeNodeManagingOfficeNodeImpl. getLinkedOfficeNode()LinkOfficeNodeOfficeNodeImpl. getLinkedOfficeNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkOfficeNode Modifier and Type Method Description booleanManagingOfficeNodeImpl. linkOfficeNode(LinkOfficeNode node)booleanOfficeNodeImpl. linkOfficeNode(LinkOfficeNode node) -
Uses of LinkOfficeNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkOfficeNode Modifier and Type Method Description static booleanLinkUtil. linkOfficeNode(LinkOfficeNode node, LinkOfficeNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkOfficeNode> loader)Links theLinkOfficeNode.static <T extends Node>
TLinkUtil. retrieveTarget(LinkOfficeNode 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 LinkOfficeNode Modifier and Type Method Description static booleanLinkUtil. linkOfficeNode(LinkOfficeNode node, LinkOfficeNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkOfficeNode> loader)Links theLinkOfficeNode. -
Uses of LinkOfficeNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkOfficeNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagingOfficeNodeManagingOfficenode.interfaceOfficeNodeOfficenode.Methods in net.officefloor.compile.internal.structure that return LinkOfficeNode Modifier and Type Method Description LinkOfficeNodeLinkOfficeNode. getLinkedOfficeNode()Obtains theLinkOfficeNodelinked to thisLinkOfficeNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkOfficeNode Modifier and Type Method Description booleanLinkOfficeNode. linkOfficeNode(LinkOfficeNode node)Links the inputLinkOfficeNodeto thisLinkOfficeNode.
-