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 void
addExecutionExplorer(ExecutionExplorer executionExplorer)
Adds anExecutionExplorer
for the execution tree from thisOfficeSectionInput
.OfficeSection
getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionInput
.java.lang.String
getOfficeSectionInputName()
Obtains the name of thisOfficeSectionInput
.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionInput
.- Returns:
OfficeSection
containing thisOfficeSectionInput
.
-
getOfficeSectionInputName
java.lang.String getOfficeSectionInputName()
Obtains the name of thisOfficeSectionInput
.- Returns:
- Name of this
OfficeSectionInput
.
-
addExecutionExplorer
void addExecutionExplorer(ExecutionExplorer executionExplorer)
Adds anExecutionExplorer
for the execution tree from thisOfficeSectionInput
.- Parameters:
executionExplorer
-ExecutionExplorer
.
-
-