|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.metrics.ProjectMetrics
public class ProjectMetrics
Stores the metrics for a particular project
Constructor Summary | |
---|---|
ProjectMetrics()
Constructor for the ProjectMetrics object |
Method Summary | |
---|---|
double |
getAbstractClassPercentage()
Return the abstract class count |
int |
getAbstractClassTotal()
Return the abstract class count |
double |
getClassMethodAverage()
Return the class method count |
int |
getClassMethodTotal()
Return the class method count |
int |
getClassTotal()
Return the class count |
double |
getClassVariableAverage()
Return the class variable count |
int |
getClassVariableTotal()
Return the class variable count |
double |
getInstanceVariableAverage()
Return the instance variable count |
int |
getInstanceVariableTotal()
Return the instance variable count |
double |
getInterfacePercentage()
Return the abstract class count |
int |
getInterfaceTotal()
Return the abstract class count |
int |
getMethodTotal()
Return the class method count |
double |
getOtherMethodAverage()
Return the other method count |
int |
getOtherMethodTotal()
Return the other method count |
double |
getParameterAverage()
Return the parameter average |
int |
getParameterTotal()
Return the parameter total |
double |
getPublicMethodAverage()
Return the public method count |
int |
getPublicMethodTotal()
Return the public method count |
double |
getStatementAverage()
Return the statement average |
int |
getStatementTotal()
Return the statement total |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectMetrics()
Method Detail |
---|
public int getPublicMethodTotal()
public int getOtherMethodTotal()
public int getClassMethodTotal()
public int getMethodTotal()
public int getInstanceVariableTotal()
public int getClassVariableTotal()
public int getClassTotal()
public int getAbstractClassTotal()
public int getInterfaceTotal()
public int getStatementTotal()
public int getParameterTotal()
public double getStatementAverage()
public double getParameterAverage()
public double getPublicMethodAverage()
public double getOtherMethodAverage()
public double getClassMethodAverage()
public double getInstanceVariableAverage()
public double getClassVariableAverage()
public double getAbstractClassPercentage()
public double getInterfacePercentage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |