|
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.stat.AbstractPrintProcessor
Abstract base class for a stream processor, which prints individual streams in a particular way.
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
AbstractPrintProcessor()
|
Method Summary | |
IndividualStream |
process(IndividualStream is)
Processes an individual stream. |
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 AbstractPrintProcessor()
Method Detail |
public IndividualStream process(IndividualStream is)
SingleStreamProcessor
process
in interface SingleStreamProcessor
mss.ea.core.SingleStreamProcessor
is
- individual stream to processEAException
-
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |