public class TucsonOpResult
extends java.lang.Object
Constructor and Description |
---|
TucsonOpResult() |
Modifier and Type | Method and Description |
---|---|
int |
getNextRes() |
java.util.List<alice.tucson.service.TucsonOpCompletionEvent> |
getTucsonCompletionEvents() |
boolean |
isReady() |
void |
setNextRes(int n) |
void |
setReady(boolean r) |
public int getNextRes()
public java.util.List<alice.tucson.service.TucsonOpCompletionEvent> getTucsonCompletionEvents()
public boolean isReady()
public void setNextRes(int n)
n
- the next result to setpublic void setReady(boolean r)
r
- wether the operation result is ready