de.kumpe.hadooptimizer.impl
Class NullPopulationWriter<I>

java.lang.Object
  extended by de.kumpe.hadooptimizer.impl.NullPopulationWriter<I>
Type Parameters:
I - the individuals' type
All Implemented Interfaces:
PopulationWriter<I>, Serializable

public class NullPopulationWriter<I>
extends Object
implements PopulationWriter<I>

A PopulationWriter which discards the given population.

Author:
Christian Kumpe
See Also:
Serialized Form

Constructor Summary
NullPopulationWriter()
           
 
Method Summary
 void write(Collection<I> population)
          Store the given population.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPopulationWriter

public NullPopulationWriter()
Method Detail

write

public void write(Collection<I> population)
Description copied from interface: PopulationWriter
Store the given population.

Specified by:
write in interface PopulationWriter<I>
Parameters:
population - the optimization result population


Copyright © 2011 Christian Kumpe. All Rights Reserved.