Operator.Operations
Interface OutputI

All Known Implementing Classes:
StatisticsCollectionOperation

public interface OutputI

Interface for printing

Author:
Conor

Method Summary
 IndividualCatcher getBest(java.util.List<Individual> operand)
           
 void print(java.util.List<Individual> operand, boolean toFile)
          Print information about operands.
 

Method Detail

print

void print(java.util.List<Individual> operand,
           boolean toFile)
Print information about operands. Chose if the should be to file.

Parameters:
operand - list of individuals
toFile - if printing should be done to file

getBest

IndividualCatcher getBest(java.util.List<Individual> operand)