|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.com.oncast.dev.lobo.eval.bean.ProfileReport
public class ProfileReport
Root bean of the profile reporting bean tree.
| Constructor Summary | |
|---|---|
ProfileReport()
|
|
| Method Summary | |
|---|---|
void |
addCase(ProfileCase caze)
Adds a case to the ProfileReport. |
ProfileCase |
getCase(java.lang.String caseClass)
Returns a previously added case given its caseClass. |
java.util.Collection<ProfileCase> |
getCases()
Returns all the cases in the report. It is guaranteed that the returned collection of ProfileCases will iterate over them in the insertion order. |
void |
removeCase(ProfileCase caze)
Removes a case from the report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileReport()
| Method Detail |
|---|
public void addCase(ProfileCase caze)
ProfileReport.
caze - the case to be added.public ProfileCase getCase(java.lang.String caseClass)
caseClass.
caseClass - the case class name.
caseClass or null if it could not be found.public java.util.Collection<ProfileCase> getCases()
ProfileCases will iterate over them in the insertion order.
public void removeCase(ProfileCase caze)
caze - the case to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||