BWAPI
Classes | Public Member Functions
ProductionManager Class Reference

#include <ProductionManager.h>

Inheritance diagram for ProductionManager:
Inheritance graph
[legend]
Collaboration diagram for ProductionManager:
Collaboration graph
[legend]

List of all members.

Classes

class  ProductionUnitType
class  Unit

Public Member Functions

 ProductionManager (Arbitrator::Arbitrator< BWAPI::Unit *, double > *arbitrator, BuildingPlacer *placer)
virtual void onOffer (std::set< BWAPI::Unit * > units)
virtual void onRevoke (BWAPI::Unit *unit, double bid)
virtual void update ()
virtual std::string getName () const
virtual std::string getShortName () const
void onRemoveUnit (BWAPI::Unit *unit)
bool train (BWAPI::UnitType type, bool forceNoAddon=false)
int getPlannedCount (BWAPI::UnitType type) const
int getStartedCount (BWAPI::UnitType type) const
BWAPI::UnitType getBuildType (BWAPI::Unit *unit) const

Constructor & Destructor Documentation

Here is the call graph for this function:


Member Function Documentation

Here is the caller graph for this function:

std::string ProductionManager::getName ( ) const [virtual]

Here is the caller graph for this function:

std::string ProductionManager::getShortName ( ) const [virtual]

Here is the caller graph for this function:

void ProductionManager::onOffer ( std::set< BWAPI::Unit * >  units) [virtual]

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

void ProductionManager::onRevoke ( BWAPI::Unit unit,
double  bid 
) [virtual]

Implements Arbitrator::Controller< BWAPI::Unit *, double >.

Here is the call graph for this function:

bool ProductionManager::train ( BWAPI::UnitType  type,
bool  forceNoAddon = false 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ProductionManager::update ( void  ) [virtual]

Implements Arbitrator::Controller< BWAPI::Unit *, double >.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines