|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvica.engine.AbstractOperator
org.evolvica.core.common.AbstractGeneticOperator
org.evolvica.core.common.AbstractWriter
org.evolvica.core.common.FileWriter
org.evolvica.core.common.BinaryFileWriter
Processor for saving individual sets to files in a binary format. This processor performs a serialization on the individual set. The set can be restored later using a BinaryFileInitializer}. Everytime the write() method is invoked the set is written to a different file.
Field Summary |
Fields inherited from class org.evolvica.core.common.FileWriter |
body, directory, suffix |
Fields inherited from class org.evolvica.engine.AbstractOperator |
descriptor, element, id, name |
Constructor Summary | |
BinaryFileWriter()
Constructor. |
|
BinaryFileWriter(java.lang.String body,
java.lang.String suffix)
Constructor with filename body. |
Method Summary | |
void |
write(IIndividualSet set)
Saves the individual set to a file. |
Methods inherited from class org.evolvica.core.common.FileWriter |
getBody, getDirectory, getSuffix, setBody, setDirectory, setSuffix |
Methods inherited from class org.evolvica.core.common.AbstractWriter |
process |
Methods inherited from class org.evolvica.engine.AbstractOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.evolvica.engine.IOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
Constructor Detail |
public BinaryFileWriter()
public BinaryFileWriter(java.lang.String body, java.lang.String suffix)
body
- body of filename to write tosuffix
- suffix to be usedMethod Detail |
public void write(IIndividualSet set)
set
- individual set to be saved
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |