Package teamwork :: Package examples :: Package Games :: Module PublicGood :: Class PublicGoodShell
[hide private]
[frames] | no frames]

Class PublicGoodShell

source code

Nested Classes [hide private]
  agentClass
  multiagentClass
Domain-specific class that sets up the game stages
Instance Methods [hide private]
 
createEntities(self)
Interactive creation of entities for initial scenario
source code
 
performAct(self, name, actType, obj, amt, results=[])
Performs the action of the specified type by the named entity on the specified object (use 'nil' if no object or amount)
source code
Class Variables [hide private]
  actionFormat = [('actor', 1), ('type', 1), ('object', None), (...
Class Variable Details [hide private]

actionFormat

Value:
[('actor', 1), ('type', 1), ('object', None), ('amount', None)]