|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.lifl.magique.util.TeamInfo
stores vector of names of all the agents occuring in the hierarchy under some agent (the one maps in the Team object) and vector of names of all the methods that can be achieved by one of these agents
Team
,
Serialized FormConstructor Summary | |
TeamInfo(java.util.Vector names,
java.util.Vector methods)
|
Method Summary | |
void |
addMethod(java.lang.String method)
adds a method to the already known methods |
void |
addMethods(java.util.Vector methods)
adds a set of methods to the already known methods |
void |
addName(java.lang.String name)
adds a name to the already known names |
void |
addNames(java.util.Vector names)
adds a set of names to the already known names |
java.util.Vector |
getMethods()
returns the methods |
java.util.Vector |
getNames()
returns the names |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TeamInfo(java.util.Vector names, java.util.Vector methods)
names
- the vector of the names of the agentsMethod Detail |
public java.util.Vector getNames()
public java.util.Vector getMethods()
public void addName(java.lang.String name)
name
- the name to addpublic void addNames(java.util.Vector names)
public void addMethod(java.lang.String method)
public void addMethods(java.util.Vector methods)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |