Uses of Interface
repast.simphony.freezedry.FreezeDryedDataSource
Package
Description
-
Uses of FreezeDryedDataSource in repast.simphony.freezedry
Modifier and TypeFieldDescriptionprotected FreezeDryedDataSource
ContextFreezeDryingAction.dataSource
Modifier and TypeMethodDescriptionvoid
FreezeDryedRegistry.setDataSource
(FreezeDryedDataSource dataSource) Sets this data source to use the specified data source for both reading and writing.ModifierConstructorDescriptionContextFreezeDryingAction
(Object contextId, FreezeDryedDataSource dataSource) ContextFreezeDryingAction
(FreezeDryedDataSource dataSource) -
Uses of FreezeDryedDataSource in repast.simphony.freezedry.datasource
-
Uses of FreezeDryedDataSource in repast.simphony.freezedry.wizard
Modifier and TypeMethodDescriptionDataSourceBuilder.getDataSource()
Gets an action that will create a freeze drying action.DFDataSourceBuilder.getDataSource()
FreezerControllerAction.getDataSource()
JDBCDSBuilder.getDataSource()
Modifier and TypeMethodDescriptionDelimitedFileOption.createDataSourceBuilder
(FreezeDryedDataSource oldDataSource) FreezeDryWizardOption.createDataSourceBuilder
(FreezeDryedDataSource oldDataSource) JDBCFreezerOption.createDataSourceBuilder
(FreezeDryedDataSource oldDataSource) XMLFileOption.createDataSourceBuilder
(FreezeDryedDataSource oldDataSource) ModifierConstructorDescriptionFreezerControllerAction
(ScheduleParameters scheduleParams, Object contextId, FreezeDryedDataSource dataSource) FreezerControllerAction
(ScheduleParameters scheduleParams, FreezeDryedDataSource dataSource)