|
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.CloningSplitter
Operator for exact cloning of streams.
Field Summary | |
protected int |
size
Number of streams to split the incoming stream into. |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
CloningSplitter(int splitSize)
Constructor. |
Method Summary | |
int |
getSplitSize()
Gets the number of streams. |
IndividualStream[] |
split(IndividualStream is)
Splits up the given 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 |
Field Detail |
protected int size
Constructor Detail |
public CloningSplitter(int splitSize)
splitSize
- number of streams to split the incoming stream into.Method Detail |
public int getSplitSize()
public IndividualStream[] split(IndividualStream is)
split
in interface IndividualSplitter
is
- stream to be splitted up
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |