eaLib API Docs
Last Modified : January 7 2002

mss.ea.al
Class MergeStream

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

Deprecated. superceded by new thread communication model

public class MergeStream
extends GeneticOperator
implements MergeStreamProcessor

Merges several streams into one.

Since:
0.1
Version:
$Revision: 1.3 $ $Date: 2001/11/12 17:20:00 $
Author:
Andreas Rummler

Fields inherited from class mss.ea.core.GeneticOperator
description, ID, name
 
Constructor Summary
MergeStream()
          Deprecated.  
 
Method Summary
 IndividualStream merge(StreamGroup ig)
          Deprecated.  
 IndividualStream process(StreamGroup ig)
          Deprecated. Processes multiple individual streams and merges them into one.
protected  java.util.List toList(IndividualStream is)
          Deprecated.  
 
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

MergeStream

public MergeStream()
Deprecated. 
Method Detail

merge

public IndividualStream merge(StreamGroup ig)
Deprecated. 

toList

protected java.util.List toList(IndividualStream is)
Deprecated. 

process

public IndividualStream process(StreamGroup ig)
Deprecated. 
Description copied from interface: MergeStreamProcessor
Processes multiple individual streams and merges them into one.
Specified by:
process in interface MergeStreamProcessor
Following copied from interface: mss.ea.core.MergeStreamProcessor
Parameters:
sg - group of individual streams to merge
Returns:
resulting individual stream
Throws:
EAException - thrown in case the merge fails

eaLib API Docs
Last Modified : January 7 2002

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