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