|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--alice.luce.User
| Constructor Summary | |
User(AgentId id)
|
|
User(AgentId id,
java.lang.String localCellAddr)
|
|
User(java.lang.String name)
|
|
| Method Summary | |
AgentId |
getId()
|
LogicTuple |
getSpec(TupleCentreId id)
|
LogicTuple |
in(TupleCentreId id,
LogicTuple t)
|
LogicTuple |
inp(TupleCentreId id,
LogicTuple t)
|
void |
out(TupleCentreId id,
LogicTuple t)
|
void |
outAsync(TupleCentreId id,
LogicTuple t)
|
LogicTuple |
rd(TupleCentreId id,
LogicTuple t)
|
LogicTuple |
rdp(TupleCentreId id,
LogicTuple t)
|
LogicTuple |
setSpec(TupleCentreId id,
LogicTuple t)
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public User(AgentId id)
public User(java.lang.String name)
public User(AgentId id,
java.lang.String localCellAddr)
| Method Detail |
public AgentId getId()
public void out(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public void outAsync(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple in(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple rd(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple inp(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple rdp(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple setSpec(TupleCentreId id,
LogicTuple t)
throws NoSpaceException,
CellException,
InvalidLogicTupleException
public LogicTuple getSpec(TupleCentreId id)
throws NoSpaceException,
CellException
public void shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||