|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pmd.stat.DataPoint
public class DataPoint
Constructor Summary | |
---|---|
DataPoint()
Constructor for DataPoint. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
|
int |
getLineNumber()
Returns the lineNumber. |
java.lang.String |
getMessage()
Returns the message. |
Rule |
getRule()
Returns the rule. |
double |
getScore()
Returns the score. |
void |
setLineNumber(int lineNumber)
Sets the lineNumber. |
void |
setMessage(java.lang.String message)
Sets the message. |
void |
setRule(Rule rule)
Sets the rule. |
void |
setScore(double score)
Sets the score. |
void |
setScore(int score)
Sets the score. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataPoint()
Method Detail |
---|
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
public int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber
- The lineNumber to setpublic java.lang.String getMessage()
public Rule getRule()
public void setMessage(java.lang.String message)
message
- The message to setpublic void setRule(Rule rule)
rule
- The rule to setpublic double getScore()
public void setScore(double score)
score
- The score to setpublic void setScore(int score)
score
- The score to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |