|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
fr.lifl.magique.util.Agenda
stores the agents i am connected to. The value in the Hashtabe could be used to store informations about each agent.
Hashtable,
Serialized Form| Constructor Summary | |
Agenda()
|
|
| Method Summary | |
java.lang.String |
getFullName(java.lang.String name)
returns name if it is already a full name or not a known short name the (full name of the) key whose short name is name |
java.lang.Object |
getInfo(java.lang.String theOther)
gives the value associates to theOther, this could be some informations about him |
java.lang.String |
nTh(int index)
give the nth key |
void |
removeAgent(java.lang.String agent)
supprime l'agent de l'agenda |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Agenda()
| Method Detail |
public java.lang.Object getInfo(java.lang.String theOther)
theOther - name of an agent
public java.lang.String getFullName(java.lang.String name)
name - the (maybe short) name to search for
public void removeAgent(java.lang.String agent)
agent - l'agent à supprimerpublic java.lang.String nTh(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||