Interface LinkStartBeforeNode
- All Superinterfaces:
Node
- All Known Subinterfaces:
ManagedObjectSourceNode
- All Known Implementing Classes:
ManagedObjectSourceNodeImpl
LinkStartBeforeNode that can be linked to another
LinkStartBeforeNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkStartBeforeNodeinstances.booleanLinks thisLinkStartBeforeNodeto start before the inputLinkStartBeforeNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkStartBeforeNode
Links thisLinkStartBeforeNodeto start before the inputLinkStartBeforeNode.- Parameters:
node-LinkStartBeforeNodeto have thisLinkStartBeforeNodestart before.- Returns:
trueif linked.
-
getLinkedStartBeforeNodes
LinkStartBeforeNode[] getLinkedStartBeforeNodes()Obtains theLinkStartBeforeNodeinstances.- Returns:
LinkStartBeforeNodeinstances.
-