Modifier and Type | Method and Description |
---|---|
AbstractTucsonAction |
TucsonOpWrapper.getAction()
Gets the TuCSoN action to execute
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsynchOpsHelper.enqueue(AbstractTucsonAction action,
TucsonOperationCompletionListener listener)
Adds an operation to the queue of pending operations, only if the
shutdown operation hasn't been called yet.
|
boolean |
SearchableOpsQueue.removeOp(AbstractTucsonAction action)
Removes the specific action from the queue
|
Modifier and Type | Method and Description |
---|---|
SearchableOpsQueue |
SearchableOpsQueue.getMatchingOps(java.lang.Class<? extends AbstractTucsonAction> optype)
Gets all the operations whose type matches the given type
|
CompletedOpsQueue |
CompletedOpsQueue.getMatchingOps(java.lang.Class<? extends AbstractTucsonAction> optype) |
Constructor and Description |
---|
TucsonOpWrapper(EnhancedAsynchACC eaacc,
AbstractTucsonAction a,
TucsonOperationCompletionListener l)
Builds the wrapper to a TuCSoN operation.
|
TucsonOpWrapper(EnhancedAsynchACC eaacc,
AbstractTucsonAction a,
TucsonOperationCompletionListener l,
long timeout)
Builds the wrapper to a TuCSoN operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTucsonOrdinaryAction
Ordinary actions are those involving ordinary tuples (that is, communication
tuples, not specification ones).
|
class |
AbstractTucsonSpecificationAction
Specification actions are those involving specification tuples, that is,
ReSpecT reactions specifications and Prolog predicates.
|
Modifier and Type | Class and Description |
---|---|
class |
Get
get TuCSoN primitive. |
class |
In
in TuCSoN primitive. |
class |
Inp
inp TuCSoN primitive. |
class |
No
no TuCSoN primitive. |
class |
Nop
nop TuCSoN primitive. |
class |
Out
out TuCSoN primitive. |
class |
Rd
rd TuCSoN primitive. |
class |
Rdp
rdp TuCSoN primitive. |
class |
Set
set TuCSoN primitive. |
class |
Spawn
spawn TuCSoN primitive. |
Modifier and Type | Class and Description |
---|---|
class |
InAll
in_all TuCSoN primitive. |
class |
NoAll
no_all TuCSoN primitive. |
class |
OutAll
out_all TuCSoN primitive. |
class |
RdAll
rd_all TuCSoN primitive. |
Modifier and Type | Class and Description |
---|---|
class |
Uin
uin TuCSoN primitive. |
class |
Uinp
uinp TuCSoN primitive. |
class |
Uno
uno TuCSoN primitive. |
class |
Unop
unop TuCSoN primitive. |
class |
Urd
urd TuCSoN primitive. |
class |
Urdp
urdp TuCSoN primitive. |
Modifier and Type | Class and Description |
---|---|
class |
GetS
get_s TuCSoN primitive. |
class |
InpS
inp_s TuCSoN primitive. |
class |
InS
in_s TuCSoN primitive. |
class |
NopS
nop_s TuCSoN primitive. |
class |
NoS
no_s TuCSoN primitive. |
class |
OutS
out_s TuCSoN primitive. |
class |
RdpS
rdp_s TuCSoN primitive. |
class |
RdS
rd_s TuCSoN primitive. |
class |
SetS
set_s TuCSoN primitive. |