|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.al.MergeStream
Merges several streams into one.
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 |
public MergeStream()
Method Detail |
public IndividualStream merge(StreamGroup ig)
protected java.util.List toList(IndividualStream is)
public IndividualStream process(StreamGroup ig)
MergeStreamProcessor
process
in interface MergeStreamProcessor
mss.ea.core.MergeStreamProcessor
sg
- group of individual streams to mergeEAException
- thrown in case the merge fails
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |