Package repast.simphony.freezedry.wizard
Interface DataSourceBuilder
- All Known Implementing Classes:
- DFDataSourceBuilder,- JDBCDSBuilder
public interface DataSourceBuilder
In conjuction with a the gui, builds the action that creates a context.
- Author:
- Jerry Vos
- 
Method SummaryModifier and TypeMethodDescriptionGets an action that will create a freeze drying action.
- 
Method Details- 
getDataSourceFreezeDryedDataSource getDataSource()Gets an action that will create a freeze drying action.- Parameters:
- scenario-
- Returns:
- an action that will create a context when run.
 
 
-