Package repast.simphony.freezedry.wizard
Class DFDataSourceBuilder
java.lang.Object
repast.simphony.freezedry.wizard.DFDataSourceBuilder
- All Implemented Interfaces:
DataSourceBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets an action that will create a freeze drying action.final char
final void
setDelimiter
(char delimiter) void
setDirectoryName
(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:DataSourceBuilder
Gets an action that will create a freeze drying action.- Specified by:
getDataSource
in interfaceDataSourceBuilder
- Returns:
- an action that will create a context when run.
-