public class TucsonOpCompletionEvent
extends java.lang.Object
Constructor and Description |
---|
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk) |
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk,
java.util.List<LogicTuple> tl) |
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk,
LogicTuple t) |
TucsonOpCompletionEvent(TucsonOpId id,
boolean a,
boolean s,
boolean resOk,
java.lang.String sp) |
Modifier and Type | Method and Description |
---|---|
TucsonOpId |
getOpId() |
java.lang.String |
getSpec() |
LogicTuple |
getTuple() |
java.util.List<LogicTuple> |
getTupleList() |
boolean |
operationAllowed() |
boolean |
operationSucceeded() |
boolean |
resultOperationSucceeded() |
public TucsonOpCompletionEvent(TucsonOpId id, boolean a, boolean s, boolean resOk)
id
- the identifier of the TuCSoN operationa
- wether the operation is alloweds
- wether the operation succededresOk
- wether the result operation succededpublic TucsonOpCompletionEvent(TucsonOpId id, boolean a, boolean s, boolean resOk, java.util.List<LogicTuple> tl)
id
- the identifier of the TuCSoN operationa
- wether the operation is alloweds
- wether the operation succededresOk
- wether the result operation succededtl
- the list of tuples result of the oeprationpublic TucsonOpCompletionEvent(TucsonOpId id, boolean a, boolean s, boolean resOk, LogicTuple t)
id
- the identifier of the TuCSoN operationa
- wether the operation is alloweds
- wether the operation succededt
- the tuple result of the operationresOk
- whether the operations already has its result availablepublic TucsonOpCompletionEvent(TucsonOpId id, boolean a, boolean s, boolean resOk, java.lang.String sp)
id
- the identifier of the TuCSoN operationa
- wether the operation is alloweds
- wether the operation succededresOk
- wether the result operation succededsp
- the String representation of the ReSpecT specification usedpublic TucsonOpId getOpId()
public java.lang.String getSpec()
public LogicTuple getTuple()
public java.util.List<LogicTuple> getTupleList()
public boolean operationAllowed()
public boolean operationSucceeded()
public boolean resultOperationSucceeded()