|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.AnnotatedEntity
de.jstacs.results.Result
de.jstacs.results.ImageResult
de.jstacs.utils.galaxy.GalaxyAdaptor.LinkedImageResult
public static class GalaxyAdaptor.LinkedImageResult
Class for an ImageResult that is linked to a file that can be downloaded.
| Field Summary |
|---|
| Fields inherited from class de.jstacs.AnnotatedEntity |
|---|
comment, datatype, name |
| Constructor Summary | |
|---|---|
GalaxyAdaptor.LinkedImageResult(StringBuffer xml)
Creates a new GalaxyAdaptor.LinkedImageResult from its XML-representation |
|
GalaxyAdaptor.LinkedImageResult(String name,
String comment,
BufferedImage image,
GalaxyAdaptor.FileResult link)
Create a new ImageResult with linked GalaxyAdaptor.FileResult link |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class de.jstacs.results.ImageResult |
|---|
getValue, toString |
| Methods inherited from class de.jstacs.results.Result |
|---|
checkDatatype, createResult, isCastableResult, isComparableResult |
| Methods inherited from class de.jstacs.AnnotatedEntity |
|---|
getComment, getDatatype, getName, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GalaxyAdaptor.LinkedImageResult(String name,
String comment,
BufferedImage image,
GalaxyAdaptor.FileResult link)
ImageResult with linked GalaxyAdaptor.FileResult link
name - the name of the resultcomment - the comment for the resultimage - the imagelink - the linked file
public GalaxyAdaptor.LinkedImageResult(StringBuffer xml)
throws NonParsableException
GalaxyAdaptor.LinkedImageResult from its XML-representation
xml - the representation
NonParsableException - if xml could not be parsed| Method Detail |
|---|
public String getXMLTag()
AnnotatedEntity
getXMLTag 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
StringBuffer
NonParsableException - if the XML representation is not parsableAnnotatedEntity.AnnotatedEntity(StringBuffer)public GalaxyAdaptor.FileResult getLink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||