|
|||||||||
Home >> All >> alice >> [ tucson overview ] | PREV NEXT |
Uses of Class
alice.tucson.NoTucsonNodeException
Uses of NoTucsonNodeException in alice.tucson |
Methods in alice.tucson that throw NoTucsonNodeException | |
void |
User.out(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Places (synchronously) a tuples on the specified tuple centre |
void |
User.outAsync(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Places (asynchronously) a tuples on the specified tuple centre |
alice.logictuple.LogicTuple |
User.in(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Gets (blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
User.rd(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Reads (blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
User.inp(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Gets if present (without blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
User.rdp(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
User.setSpec(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Sets the behaviour specification of a specified tuple centre |
alice.logictuple.LogicTuple |
User.getSpec(TupleCentreId tid)
Gets the behaviour specification of a specified tuple centre |
void |
User.out(alice.logictuple.LogicTuple t)
Places (synchronously) a tuples on the default tuple centre |
void |
User.outAsync(alice.logictuple.LogicTuple t)
Places (asynchronously) a tuples on the default tuple centre |
alice.logictuple.LogicTuple |
User.in(alice.logictuple.LogicTuple t)
Gets (blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
User.rd(alice.logictuple.LogicTuple t)
Reads (blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
User.inp(alice.logictuple.LogicTuple t)
Gets if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
User.rdp(alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
User.setSpec(alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
User.getSpec()
Gets the behaviour specification of the default tuple centre |
void |
TucsonInterface.out(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Places (synchronously) a tuples on the specified tuple centre |
void |
TucsonInterface.outAsync(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Places (asynchronously) a tuples on the specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.in(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Gets (blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.rd(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Reads (blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.inp(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Gets if present (without blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.rdp(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.setSpec(TupleCentreId tid,
alice.logictuple.LogicTuple t)
Sets the behaviour specification of a specified tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.getSpec(TupleCentreId tid)
Gets the behaviour specification of a specified tuple centre |
void |
TucsonInterface.out(alice.logictuple.LogicTuple t)
Places (synchronously) a tuples on the default tuple centre |
void |
TucsonInterface.outAsync(alice.logictuple.LogicTuple t)
Places (asynchronously) a tuples on the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.in(alice.logictuple.LogicTuple t)
Gets (blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.rd(alice.logictuple.LogicTuple t)
Reads (blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.inp(alice.logictuple.LogicTuple t)
Gets if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.rdp(alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.setSpec(alice.logictuple.LogicTuple t)
Reads if present (without blocking) a matching logic tuples from the default tuple centre |
alice.logictuple.LogicTuple |
TucsonInterface.getSpec()
Gets the behaviour specification of the default tuple centre |
|
|||||||||
Home >> All >> alice >> [ tucson overview ] | PREV NEXT |