|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.Result
public class Result
This class is the single result returned by a ToolImplementation for
a given problem. As of version 1.0.2 of termcomp, this class now utilises
the TerminationProblem entity hierarchy.
| Constructor Summary | |
|---|---|
Result()
|
|
| Method Summary | |
|---|---|
Category |
getCategory()
|
java.lang.String |
getCertificationStdOut()
|
java.lang.Long |
getCertificationTime()
|
java.lang.Boolean |
getCertified()
|
Competition |
getCompetition()
|
java.lang.String |
getComplexResult()
|
java.sql.Timestamp |
getExecutionDate()
|
FPProblem |
getFpProblem()
Deprecated. since Version 1.0.2 |
LPProblem |
getLpProblem()
Deprecated. since Version 1.0.2 |
java.lang.Long |
getResultId()
|
static long |
getSerialVersionUID()
|
java.lang.String |
getSingleResult()
|
SRSProblem |
getSrsProblem()
Deprecated. since Version 1.0.2 |
java.lang.String |
getStdErr()
|
java.lang.String |
getStdOut()
|
TerminationProblem |
getTermprob()
|
ToolImplementation |
getToolImplementation()
|
TRSProblem |
getTrsProblem()
Deprecated. since Version 1.0.2 |
java.lang.Long |
getWallClockTime()
|
boolean |
isHtmlOutput()
|
void |
prepersist()
|
void |
setCategory(Category category)
|
void |
setCertificationStdOut(java.lang.String certificationStdOut)
|
void |
setCertificationTime(java.lang.Long certificationTime)
|
void |
setCertified(java.lang.Boolean certified)
|
void |
setCompetition(Competition competition)
|
void |
setComplexResult(java.lang.String complexResult)
|
void |
setExecutionDate(java.sql.Timestamp executionDate)
|
void |
setFpProblem(FPProblem fpProblem)
Deprecated. since Version 1.0.2 |
void |
setLpProblem(LPProblem lpProblem)
Deprecated. since Version 1.0.2 |
void |
setResultId(java.lang.Long resultId)
|
void |
setSingleResult(java.lang.String singleResult)
|
void |
setSrsProblem(SRSProblem srsProblem)
Deprecated. since Version 1.0.2 |
void |
setStdErr(java.lang.String stdErr)
|
void |
setStdOut(java.lang.String stdOut)
|
void |
setTermprob(TerminationProblem termprob)
|
void |
setToolImplementation(ToolImplementation toolImplementation)
|
void |
setTrsProblem(TRSProblem trsProblem)
Deprecated. since Version 1.0.2 |
void |
setWallClockTime(java.lang.Long wallClockTime)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
public static long getSerialVersionUID()
public java.lang.Long getResultId()
public ToolImplementation getToolImplementation()
public TerminationProblem getTermprob()
public TRSProblem getTrsProblem()
public SRSProblem getSrsProblem()
public FPProblem getFpProblem()
public LPProblem getLpProblem()
public java.lang.Long getWallClockTime()
public java.lang.String getSingleResult()
public java.lang.String getStdOut()
public java.lang.String getStdErr()
public Category getCategory()
public java.sql.Timestamp getExecutionDate()
public java.lang.String getComplexResult()
public java.lang.Boolean getCertified()
public java.lang.Long getCertificationTime()
public java.lang.String getCertificationStdOut()
public void setResultId(java.lang.Long resultId)
resultId - the resultId to setpublic void setToolImplementation(ToolImplementation toolImplementation)
toolImplementation - the toolImplementation to setpublic void setTermprob(TerminationProblem termprob)
termprob - the termprob to setpublic void setTrsProblem(TRSProblem trsProblem)
trsProblem - the trsProblem to setpublic void setSrsProblem(SRSProblem srsProblem)
srsProblem - the srsProblem to setpublic void setFpProblem(FPProblem fpProblem)
fpProblem - the fpProblem to setpublic void setLpProblem(LPProblem lpProblem)
lpProblem - the lpProblem to setpublic void setWallClockTime(java.lang.Long wallClockTime)
wallClockTime - the wallClockTime to setpublic void setSingleResult(java.lang.String singleResult)
singleResult - the singleResult to setpublic void setStdOut(java.lang.String stdOut)
stdOut - the stdOut to setpublic void setStdErr(java.lang.String stdErr)
stdErr - the stdErr to setpublic void setCategory(Category category)
category - the category to setpublic void setExecutionDate(java.sql.Timestamp executionDate)
executionDate - the executionDate to setpublic void prepersist()
public Competition getCompetition()
public void setCompetition(Competition competition)
competition - the competition to setpublic void setComplexResult(java.lang.String complexResult)
complexResult - the complexResult to setpublic void setCertified(java.lang.Boolean certified)
certified - the certified to setpublic void setCertificationTime(java.lang.Long certificationTime)
certificationTime - the certificationTime to setpublic void setCertificationStdOut(java.lang.String certificationStdOut)
certificationStdOut - the certificationStdOut to setpublic boolean isHtmlOutput()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||