public interface IRespectOperation extends ITupleCentreOperation
Modifier and Type | Method and Description |
---|---|
LogicTuple |
getLogicTupleArgument()
Gets the argument of the operation
|
java.util.List<LogicTuple> |
getLogicTupleListResult()
Gets the results of a get operation
|
LogicTuple |
getLogicTupleResult()
Gets the result of the operation,
|
boolean |
isEnv() |
boolean |
isGetEnv() |
boolean |
isSetEnv() |
boolean |
isTime() |
getId, getTemplateArgument, getTupleArgument, getTupleListArgument, getTupleListResult, getTupleResult, isGet, isGetS, isIn, isInAll, isInp, isNo, isNoAll, isNop, isOperationCompleted, isOut, isOutAll, isRd, isRdAll, isRdp, isResultFailure, isResultSuccess, isSet, isSetS, isUin, isUinp, isUrd, isUrdp, waitForOperationCompletion, waitForOperationCompletion
LogicTuple getLogicTupleArgument()
java.util.List<LogicTuple> getLogicTupleListResult()
LogicTuple getLogicTupleResult()
boolean isEnv()
true
if this is an env operationboolean isGetEnv()
true
if this is a getEnv operationboolean isSetEnv()
true
if this is a setEnv operationboolean isTime()
true
if this is a time operation