|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.dependency.ResultContainer
public class ResultContainer
Container of Result instances.
| Constructor Summary | |
|---|---|
ResultContainer()
|
|
| Method Summary | |
|---|---|
void |
add(Result result)
Adds a result. |
int |
getNumberOfResults()
Returns the number of added results. |
Result |
getResult(int index)
Returns the result with specified index. |
boolean |
isOk()
Returns true if all added Result instances returned true. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResultContainer()
| Method Detail |
|---|
public void add(Result result)
public int getNumberOfResults()
public Result getResult(int index)
public boolean isOk()
true if all added Result instances returned true.
isOk in interface Resultpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||