Package repast.simphony.data2.builder
Class DummySinkBuilder
java.lang.Object
repast.simphony.data2.builder.DummySinkBuilder
- All Implemented Interfaces:
SinkBuilder
Adapts an already created DataSink to the the SinkBuilder
interface.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Collection<? extends DataSource> sources) Creates and returns a DataSink.
-
Constructor Details
-
DummySinkBuilder
-
-
Method Details
-
create
Description copied from interface:SinkBuilder
Creates and returns a DataSink.- Specified by:
create
in interfaceSinkBuilder
- Parameters:
sources
- the DataSources the that will feed the created DataSink- Returns:
- the created DataSink.
-