|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openptk.api.Element
org.openptk.api.Output
public class Output
The Output object contains the State/Status and Results of an Operation.
| Constructor Summary | |
|---|---|
Output()
Creates a new Ouput object. |
|
Output(Output output)
Creates a new Output that is a copy of the specified Output. |
|
| Method Summary | |
|---|---|
void |
addResult(ElementIF result)
Add a Result, (ElementIF object) to the Output. |
Output |
copy()
Creates a "deep" copy of the Output. |
java.util.List<ElementIF> |
getResults()
Get the List of Results A List of ElementIF objects will be returned. |
int |
getResultsSize()
Get the size (number) of the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Output()
public Output(Output output)
output - | Method Detail |
|---|
public final void addResult(ElementIF result)
result - a result object from an operationpublic Output copy()
copy in interface ElementIFcopy in class Elementpublic final java.util.List<ElementIF> getResults()
public final int getResultsSize()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||