Uses of Class
repast.simphony.data2.FileDataSink
Packages that use FileDataSink
- 
Uses of FileDataSink in repast.simphony.data2Methods in repast.simphony.data2 that return types with arguments of type FileDataSinkModifier and TypeMethodDescriptionDataSetRegistry.fileSinks()Gets all the FileDataSinks that have been added to this DataSetRegistry.Methods in repast.simphony.data2 with parameters of type FileDataSinkModifier and TypeMethodDescriptionvoidDataSetRegistry.addFileDataSink(FileDataSink sink) Adds a FileDataSink to this DataSetRegistry.
- 
Uses of FileDataSink in repast.simphony.data2.guiMethods in repast.simphony.data2.gui that return types with arguments of type FileDataSinkConstructor parameters in repast.simphony.data2.gui with type arguments of type FileDataSinkModifierConstructorDescriptionFileSinkChooserStep(Iterable<FileDataSink> sinks, boolean multiSelect, String title, String message)