Interface ICorrelator<CORRELATION,VALUE>
- 
- All Known Implementing Classes:
- SynchronizingCorrelator
 
 public interface ICorrelator<CORRELATION,VALUE>- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description VALUEcorrelate(CORRELATION correlation)VALUEcorrelateUnique(CORRELATION correlation)booleanisCorrelated(CORRELATION correlation)VALUEuncorrelate(CORRELATION correlation)
 
- 
- 
- 
Method Detail- 
isCorrelatedboolean isCorrelated(CORRELATION correlation) 
 - 
correlateVALUE correlate(CORRELATION correlation) 
 - 
correlateUniqueVALUE correlateUnique(CORRELATION correlation) 
 - 
uncorrelateVALUE uncorrelate(CORRELATION correlation) 
 
- 
 
-