|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rj.tools.jcsc.ant.WorstElement
Represents a class which has been parsed. It contains the name of the class the authors of the class and the number of violations. This class is been used for statistical purposes.
Constructor Summary | |
WorstElement(java.lang.String className,
java.lang.String authors,
int violations)
Creates a new WorstElement with the name of the class the authors of the class and the number of violations |
Method Summary | |
java.lang.String |
getAuthors()
getAuthors |
java.lang.String |
getClassName()
getClassName |
int |
getViolationsCount()
Returns the number of violations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorstElement(java.lang.String className, java.lang.String authors, int violations)
className
- authors
- violations
- Method Detail |
public java.lang.String getClassName()
getClassName
String
valuepublic java.lang.String getAuthors()
getAuthors
String
valuepublic int getViolationsCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |