|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.metrics.utils.elements.Project
public final class Project
A project.
| Constructor Summary | |
|---|---|
Project(String name)
Construct a new Project. |
|
| Method Summary | |
|---|---|
double |
getAverageLinesClass()
Return the average lines by class. |
double |
getAverageLinesOfCodeClass()
Return the average lines of code by class. |
double |
getAverageLinesOfCommentClass()
Return the average lines of comment by class. |
String |
getName()
Return the name of the project. |
Package |
getRootPackage()
Return the root package of the project. |
void |
setRootPackage(Package rootPackage)
Set the root package of the project. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Project(String name)
name - The name of the project.| Method Detail |
|---|
public void setRootPackage(Package rootPackage)
rootPackage - The root package of the project.public Package getRootPackage()
public String getName()
public double getAverageLinesOfCodeClass()
public double getAverageLinesOfCommentClass()
public double getAverageLinesClass()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||