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 Summary
Modifier and TypeMethodDescriptionGets an action that will create a freeze drying action. 
- 
Method Details
- 
getDataSource
FreezeDryedDataSource getDataSource()Gets an action that will create a freeze drying action.- Parameters:
 scenario-- Returns:
 - an action that will create a context when run.
 
 
 -