Interface OutputDirGenerator
-
- All Superinterfaces:
adams.flow.core.FlowContextHandler
- All Known Implementing Classes:
AbstractOutputDirGenerator,FixedDir,StringExpressionDir,VariableDir
public interface OutputDirGenerator extends adams.flow.core.FlowContextHandlerInterface for output directory generator schemes.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description adams.core.io.PlaceholderDirectorygenerate()Generates the output directory.
-