de.kumpe.hadooptimizer
Interface Wrapper<T>

Type Parameters:
T - the delegates type
All Known Implementing Classes:
EsEvaluatorWrapper, EsHalterWrapper, EsMutatorWrapper, EsPopulationReaderWrapper, EsPopulationWriterWrapper, NeedsRandomWrapperBase, ReportingHalterWrapper

public interface Wrapper<T>

Marks a class to be a wrapper of another interface or class. This normally means that it passes method invocation the a specified delegate and adds some additional functionality.

Author:
Christian Kumpe

Method Summary
 T getDelegate()
          Returns the wrapped delegate.
 

Method Detail

getDelegate

T getDelegate()
Returns the wrapped delegate.

Returns:
the delegate


Copyright © 2011 Christian Kumpe. All Rights Reserved.