|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcage.writer.CaGeWriter
cage.writer.AbstractChemicalWriter
cage.writer.NativeCMLWriter
public class NativeCMLWriter
Constructor Summary | |
---|---|
NativeCMLWriter()
|
Method Summary | |
---|---|
java.lang.String |
encodeResult(CaGeResult result)
|
java.lang.String |
getFileExtension()
|
java.lang.String |
getFormatName()
|
void |
outputResult(CaGeResult result)
Does the actual output of a result. |
Methods inherited from class cage.writer.AbstractChemicalWriter |
---|
setGeneratorInfo |
Methods inherited from class cage.writer.CaGeWriter |
---|
getDimension, lastIOException, setDimension, setOutputStream, stop, throwLastIOException, usesInfo, wasIOException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeCMLWriter()
Method Detail |
---|
public java.lang.String getFormatName()
getFormatName
in class CaGeWriter
public java.lang.String getFileExtension()
getFileExtension
in class CaGeWriter
public java.lang.String encodeResult(CaGeResult result)
encodeResult
in class AbstractChemicalWriter
public void outputResult(CaGeResult result)
CaGeOutlet
CaGeResult
object, as input and performs the method
of output specific to this outlet.
result
- a CaGeResult
object that needs to be
outputted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |