eaLib API Docs
Last Modified : January 7 2002

mss.ea.al
Class NullConnector

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

public class NullConnector
extends GeneticOperator
implements SingleStreamProcessor

Connector without functionality.

Since:
0.2.3
Version:
$Revision: 1.2 $ $Date: 2001/12/10 14:02:35 $
Author:
Andreas Rummler

Fields inherited from class mss.ea.core.GeneticOperator
description, ID, name
 
Constructor Summary
NullConnector()
          Constructor.
 
Method Summary
 IndividualStream process(IndividualStream is)
          This method simply passed the input stream to the output.
 
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

NullConnector

public NullConnector()
Constructor.
Method Detail

process

public IndividualStream process(IndividualStream is)
This method simply passed the input stream to the output.
Specified by:
process in interface SingleStreamProcessor
Parameters:
is - stream to be transmitted
Returns:
stream to be transmitted

eaLib API Docs
Last Modified : January 7 2002

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