agentland.rufus
Interface Confucius
- All Superinterfaces:
- Agent, Good, Remote, Spy
- All Known Subinterfaces:
- ConfuciusClock, ConfuciusSign, Mumble
- All Known Implementing Classes:
- ConfuciusAgent
- public interface Confucius
- extends Good
Methods inherited from interface agentland.util.Spy |
tell |
addSaying
public void addSaying(String saying)
throws RemoteException
setSaying
public void setSaying(int ind,
String saying)
throws RemoteException
getSaying
public String getSaying()
throws RemoteException
numSayings
public int numSayings()
throws RemoteException
getSayingNumber
public String getSayingNumber(int i)
throws RemoteException
listSayings
public void listSayings()
throws RemoteException
- Print to console.
useSayingBase
public void useSayingBase(String mapname)
throws RemoteException
- Use the saying database that the Conf. Agent of the given
designation mapname would use.