public abstract class AbstractTucsonOrdinaryAction extends AbstractTucsonAction
Modifier and Type | Field and Description |
---|---|
protected LogicTuple |
tuple
The tuple argument of the operation
|
tcid, tupleCentreName
Constructor and Description |
---|
AbstractTucsonOrdinaryAction(TucsonTupleCentreId tc,
LogicTuple t)
Builds a TuCSoN action whose target is the given tuple centre and whose
argument is the given tuple
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
executeAsynch, executeSynch
protected LogicTuple tuple
public AbstractTucsonOrdinaryAction(TucsonTupleCentreId tc, LogicTuple t)
tc
- the ID of the TuCSoN tuple centre target of the operationt
- the logic tuple argument of the operation