|
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.DelayElement | +--mss.ea.al.RandomDelayElement
Stream processors which delays the transmission of a stream for a random time. This operator may be used for debugging purposes.
Fields inherited from class mss.ea.al.DelayElement |
delay |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
RandomDelayElement(long maxDelay)
Constructor. |
Method Summary | |
IndividualStream |
process(IndividualStream is)
This method delays the transmission of the stream for a random time. |
Methods inherited from class mss.ea.al.DelayElement |
getDelay, setDelay |
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 RandomDelayElement(long maxDelay)
maxDelay
- maximal time for the delay in millisecondsMethod Detail |
public IndividualStream process(IndividualStream is)
process
in class DelayElement
is
- stream to be transmitted
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |