|
__init__(self,
agent,
nick,
name,
type=' Team ' ,
goalList=[ ] ,
agentList=[ ] ,
contentLanguage=' sl ' ,
password=None,
create=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setGoal(self,
goalList)
Updates organization goals |
source code
|
|
|
|
|
|
|
getMemberList(self)
Returns a List with Agents' names belonging to the organization |
source code
|
|
|
getMaxAgents(self)
Returns Maximum agents allowed to enter inside the Organization |
source code
|
|
|
getMinAgents(self)
Returns Minimum agents needed to allow conversations inside |
source code
|
|
|
setMaxAgents(self,
maxUsers)
Updates Maximum agents allowed to enter inside the Organization |
source code
|
|
|
setMinAgents(self,
minUsers)
Updates Minimum agents needed to allow conversations inside |
source code
|
|
|
getNumberOfAgents(self)
Returns current number od agents that are inside |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
leave(self)
Agent leaves and it is removed from the member list |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addUnit(self,
unit)
Creates a new unit inside an organization |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Behaviour.OneShotBehaviour :
done
Inherited from Behaviour.Behaviour :
exitCode ,
getAgent ,
getParent ,
kill ,
managePresence ,
onEnd ,
onStart ,
registerPresenceHandler ,
root ,
setAgent ,
setParent ,
setTemplate
Inherited from MessageReceiver.MessageReceiver :
postMessage
Inherited from threading.Thread :
__repr__ ,
getName ,
isAlive ,
isDaemon ,
is_alive ,
join ,
setDaemon ,
setName ,
start
Inherited from threading.Thread (private):
_reset_internal_locks ,
_set_daemon ,
_set_ident
Inherited from threading._Verbose (private):
_note
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|