|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.results.Result
de.jstacs.results.SampleResult
public class SampleResult
Result that contains a Sample. This Sample e.g. may
have been created by Model.emitSample(int, int...),
or maybe a Sample that has been annotated in a classification.
| Field Summary |
|---|
| Fields inherited from class de.jstacs.results.Result |
|---|
comment, datatype, name |
| Constructor Summary | |
|---|---|
SampleResult(StringBuffer source)
The standard constructor for the interface Storable. |
|
SampleResult(String name,
String comment,
Sample data)
Creates a new SampleResult from a Sample with the
annotation name and comment. |
|
| Method Summary | |
|---|---|
protected void |
fromXML(StringBuffer rep)
This method is used in Result.Result(StringBuffer) to extract the
information. |
Sample |
getResult()
Returns the value of the Result. |
StringBuffer |
toXML()
This method returns an XML representation as StringBuffer of an
instance of the implementing class. |
| Methods inherited from class de.jstacs.results.Result |
|---|
appendMainInfo, checkDatatype, createResult, extractMainInfo, getComment, getDatatype, getName, isCastableResult, isComparableResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleResult(String name,
String comment,
Sample data)
SampleResult from a Sample with the
annotation name and comment.
name - the name of the Resultcomment - the comment on the Resultdata - the Sample that is the result of some computation
public SampleResult(StringBuffer source)
throws NonParsableException
Storable.
Recreates a SampleResult from its XML representation as returned
by toXML().
source - the XML representation as StringBuffer
NonParsableException - if the XML code could not be parsed| Method Detail |
|---|
protected void fromXML(StringBuffer rep)
throws NonParsableException
ResultResult.Result(StringBuffer) to extract the
information. The method can be seen as opposite of
Storable.toXML() and should not be made public.
fromXML in class Resultrep - the XML represenation of the Result to be parsed
NonParsableException - if the XML representation is not parsableResult.extractMainInfo(StringBuffer)public Sample getResult()
ResultResult.
getResult in class ResultResultpublic StringBuffer toXML()
StorableStringBuffer of an
instance of the implementing class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||