Package com.actelion.research.util
Interface IPipeline<T>
-
- All Known Implementing Classes:
Pipeline
public interface IPipeline<T>
IPipeline Interface to connect several Runable in a pipeline Mar 27, 2012 MvK: Start implementation Oct 9 2012 MvK: wereAllDataFetched() added.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAllDataIn()
void
setAllDataIn(boolean allDataIn)
boolean
wereAllDataFetched()
Has to be true when all data were fetched.
-