public abstract static class GalaxyAdaptor.LineBasedResult extends Result
Result that may be saved line by line.comment, datatype, name| Modifier | Constructor and Description |
|---|---|
protected |
GalaxyAdaptor.LineBasedResult(String name,
String comment,
DataType datatype)
Creates a new
GalaxyAdaptor.LineBasedResult with given name, comment, and data type. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getNextLine(boolean forExport)
Returns the next line of the result
|
abstract void |
reset()
Resets the line counter to the beginning
|
checkDatatype, createResult, isCastableResult, isComparableResultappendFurtherInfos, extractFurtherInfos, getComment, getDatatype, getName, getValue, getXMLTag, toXMLprotected GalaxyAdaptor.LineBasedResult(String name, String comment, DataType datatype)
GalaxyAdaptor.LineBasedResult with given name, comment, and data type.name - the namecomment - the commentdatatype - the data type