|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavancss.Metric
javancss.PackageMetric
public class PackageMetric
Basic data class to store all metrics attached to a package.
Field Summary | |
---|---|
int |
classes
|
int |
functions
|
Fields inherited from class javancss.Metric |
---|
javadocs, javadocsLn, multiLn, name, ncss, singleLn |
Constructor Summary | |
---|---|
PackageMetric()
|
Method Summary | |
---|---|
void |
add(PackageMetric pPackageMetric_)
|
void |
clear()
|
Methods inherited from class javancss.Metric |
---|
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int classes
public int functions
Constructor Detail |
---|
public PackageMetric()
Method Detail |
---|
public void clear()
clear
in class Metric
public void add(PackageMetric pPackageMetric_)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |