|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SinkOverflowException | |
mss.ea.core | This package contains some common helper classes. |
Uses of SinkOverflowException in mss.ea.core |
Methods in mss.ea.core that throw SinkOverflowException | |
void |
IndividualSink.add(Individual i)
Adds an individual to the sink. |
void |
IndividualSink.add(Individual[] ia)
Adds an array of indiviualds to the sink. |
void |
IndividualSink.add(IndividualStream is)
Adds a stream of individuals to the sink. |
void |
GenericSink.add(Individual i)
Adds an individual. |
void |
GenericSink.add(Individual[] ia)
Adds an array with individuals to the sink. |
void |
GenericSink.add(java.util.Collection ic)
Adds a collection with individuals to the sink. |
void |
GenericSink.add(IndividualStream is)
Adds a stream of individuals to this population. |
void |
XMLSink.add(Individual i)
Writes a single individual to the XML file. |
void |
XMLSink.add(Individual[] ia)
Writes an array with individuals to the XML file. |
void |
XMLSink.add(java.util.Collection ic)
Writes a collection with individuals to the XML file. |
void |
XMLSink.add(IndividualStream is)
Writes a stream of individuals to the XML file. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |