Interface OfficeSectionInput
-
- All Superinterfaces:
OfficeFlowSinkNode
- All Known Subinterfaces:
SectionInputNode
- All Known Implementing Classes:
SectionInputNodeImpl
public interface OfficeSectionInput extends OfficeFlowSinkNode
Input into theOfficeSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExecutionExplorer(ExecutionExplorer executionExplorer)Adds anExecutionExplorerfor the execution tree from thisOfficeSectionInput.OfficeSectiongetOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionInput.java.lang.StringgetOfficeSectionInputName()Obtains the name of thisOfficeSectionInput.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSectioncontaining thisOfficeSectionInput.- Returns:
OfficeSectioncontaining thisOfficeSectionInput.
-
getOfficeSectionInputName
java.lang.String getOfficeSectionInputName()
Obtains the name of thisOfficeSectionInput.- Returns:
- Name of this
OfficeSectionInput.
-
addExecutionExplorer
void addExecutionExplorer(ExecutionExplorer executionExplorer)
Adds anExecutionExplorerfor the execution tree from thisOfficeSectionInput.- Parameters:
executionExplorer-ExecutionExplorer.
-
-