Interface ClassSectionFlowManufacturer
-
- All Known Implementing Classes:
NextClassSectionFlowManufacturer
,SubSectionClassSectionFlowManufacturer
public interface ClassSectionFlowManufacturer
Manufactures theFlow
forClassSectionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassSectionFlow
createFlow(ClassSectionFlowManufacturerContext context)
Creates theClassSectionFlow
.
-
-
-
Method Detail
-
createFlow
ClassSectionFlow createFlow(ClassSectionFlowManufacturerContext context) throws java.lang.Exception
Creates theClassSectionFlow
.- Parameters:
context
-ClassSectionFlowManufacturerContext
.- Returns:
ClassSectionFlow
ornull
to indicate to use anotherClassSectionFlowManufacturer
.- Throws:
java.lang.Exception
- If fails to createClassSectionFlow
.
-
-