comment, datatype, name| Constructor and Description |
|---|
DataSetResult(StringBuffer source)
The standard constructor for the interface
Storable. |
DataSetResult(String name,
String comment,
DataSet data)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendFurtherInfos(StringBuffer buf)
This method can be used in the method
Storable.toXML() to extract
further information (name, comment, datatype). |
protected void |
extractFurtherInfos(StringBuffer rep)
This method can be used in the constructor with parameter
StringBuffer to
extract the further information. |
SequenceAnnotationParser |
getParser()
Returns the
SequenceAnnotationParser that can be used to
write this DataSetResult including annotations on the contained Sequences
to a file. |
DataSet |
getValue()
Returns the value of the
AnnotatedEntity. |
String |
getXMLTag()
This method returns a tag used as outer tag of the XML description.
|
void |
setParser(SequenceAnnotationParser parser)
Sets the
SequenceAnnotationParser that can be used to
write this DataSetResult including annotations on the contained Sequences
to a file |
checkDatatype, createResult, getOriginalName, isCastableResult, isComparableResult, renamegetComment, getDatatype, getName, toXMLpublic DataSetResult(StringBuffer source) throws NonParsableException
Storable.
Recreates a DataSetResult from its XML representation as returned
by AnnotatedEntity.toXML().source - the XML representation as StringBufferNonParsableException - if the XML code could not be parsedprotected void extractFurtherInfos(StringBuffer rep) throws NonParsableException
AnnotatedEntityStringBuffer to
extract the further information.extractFurtherInfos in class Resultrep - a XML represenation of the main information as
StringBufferNonParsableException - if the XML representation is not parsableAnnotatedEntity.AnnotatedEntity(StringBuffer)public DataSet getValue()
AnnotatedEntityAnnotatedEntity.getValue in class AnnotatedEntityAnnotatedEntityprotected void appendFurtherInfos(StringBuffer buf)
AnnotatedEntityStorable.toXML() to extract
further information (name, comment, datatype).appendFurtherInfos in class Resultbuf - a XML representation of the main information as
StringBufferStorable.toXML()public String getXMLTag()
AnnotatedEntitygetXMLTag in class AnnotatedEntitypublic SequenceAnnotationParser getParser()
SequenceAnnotationParser that can be used to
write this DataSetResult including annotations on the contained Sequences
to a file.SequenceAnnotationParserpublic void setParser(SequenceAnnotationParser parser)
SequenceAnnotationParser that can be used to
write this DataSetResult including annotations on the contained Sequences
to a fileparser - the new SequenceAnnotationParser