eaLib API Docs
Last Modified : January 7 2002

mss.ea.core
Class StreamReverse

java.lang.Object
  |
  +--mss.ea.core.GeneticOperator
        |
        +--mss.ea.core.StreamReverse
All Implemented Interfaces:
SingleStreamProcessor, StreamProcessor

public class StreamReverse
extends GeneticOperator
implements SingleStreamProcessor

Operator for reversing a stream of individuals.

Since:
0.1
Version:
0.1 (06-28-2001)
Author:
Andreas Rummler

Fields inherited from class mss.ea.core.GeneticOperator
description, ID, name
 
Constructor Summary
StreamReverse()
          Constructor.
 
Method Summary
 IndividualStream process(IndividualStream is)
          Processes an individual stream.
 IndividualStream reverse(IndividualStream is)
           
 
Methods inherited from class mss.ea.core.GeneticOperator
getDescription, getID, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface mss.ea.core.StreamProcessor
getName
 

Constructor Detail

StreamReverse

public StreamReverse()
Constructor.
Method Detail

reverse

public IndividualStream reverse(IndividualStream is)

process

public IndividualStream process(IndividualStream is)
Description copied from interface: SingleStreamProcessor
Processes an individual stream.
Specified by:
process in interface SingleStreamProcessor
Following copied from interface: mss.ea.core.SingleStreamProcessor
Parameters:
is - individual stream to process
Returns:
processed stream of individuals
Throws:
EAException -  

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS