Package repast.simphony.freezedry.wizard
Class DFDataSourceBuilder
java.lang.Object
repast.simphony.freezedry.wizard.DFDataSourceBuilder
- All Implemented Interfaces:
DataSourceBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets an action that will create a freeze drying action.final charfinal voidsetDelimiter(char delimiter) voidsetDirectoryName(String directoryName)
-
Constructor Details
-
DFDataSourceBuilder
-
-
Method Details
-
setDirectoryName
-
getDirectoryName
-
getDelimiter
public final char getDelimiter() -
setDelimiter
public final void setDelimiter(char delimiter) -
getDataSource
Description copied from interface:DataSourceBuilderGets an action that will create a freeze drying action.- Specified by:
getDataSourcein interfaceDataSourceBuilder- Returns:
- an action that will create a context when run.
-