public static class GalaxyAdaptor.LinkedImageResult extends ImageResult
ImageResult that is linked to a file that can be downloaded.comment, datatype, name| Constructor and Description |
|---|
GalaxyAdaptor.LinkedImageResult(StringBuffer xml)
Creates a new
GalaxyAdaptor.LinkedImageResult from its XML-representation |
GalaxyAdaptor.LinkedImageResult(String name,
String comment,
BufferedImage image,
GalaxyAdaptor.FileResult link)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendFurtherInfos(StringBuffer sb)
This method can be used in the method
Storable.toXML() to extract
further information (name, comment, datatype). |
protected void |
extractFurtherInfos(StringBuffer representation)
This method can be used in the constructor with parameter
StringBuffer to
extract the further information. |
GalaxyAdaptor.FileResult |
getLink()
Returns the linked file
|
String |
getXMLTag()
This method returns a tag used as outer tag of the XML description.
|
getValue, toStringcheckDatatype, createResult, isCastableResult, isComparableResultgetComment, getDatatype, getName, toXMLpublic GalaxyAdaptor.LinkedImageResult(String name, String comment, BufferedImage image, GalaxyAdaptor.FileResult link)
name - the name of the resultcomment - the comment for the resultimage - the imagelink - the linked filepublic GalaxyAdaptor.LinkedImageResult(StringBuffer xml) throws NonParsableException
GalaxyAdaptor.LinkedImageResult from its XML-representationxml - the representationNonParsableException - if xml could not be parsedpublic String getXMLTag()
AnnotatedEntitygetXMLTag in class ImageResultprotected void appendFurtherInfos(StringBuffer sb)
AnnotatedEntityStorable.toXML() to extract
further information (name, comment, datatype).appendFurtherInfos in class ImageResultsb - a XML representation of the main information as
StringBufferStorable.toXML()protected void extractFurtherInfos(StringBuffer representation) throws NonParsableException
AnnotatedEntityStringBuffer to
extract the further information.extractFurtherInfos in class ImageResultrepresentation - a XML represenation of the main information as
StringBufferNonParsableException - if the XML representation is not parsableAnnotatedEntity.AnnotatedEntity(StringBuffer)public GalaxyAdaptor.FileResult getLink()