Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

gator::TravelMethodFactory Class Reference

use this object to create pre-built travel methods. More...

#include <TravelMethodFactory.h>

List of all members.

Public Methods

TravelMethodcreate (const std::string &name) const
 create a travel method. More...

std::vector< std::string > getMethodNames () const
 enumerate the available travel methods that this class can create. More...


Detailed Description

use this object to create pre-built travel methods.

Todo:
for now, you have to modify the code to add your own methods.
See also:
TravelMethod

Definition at line 15 of file TravelMethodFactory.h.


Member Function Documentation

TravelMethod* gator::TravelMethodFactory::create const std::string &    name const [inline]
 

create a travel method.

See also:
TravelMethod for usage

Definition at line 21 of file TravelMethodFactory.h.

std::vector<std::string> gator::TravelMethodFactory::getMethodNames   const [inline]
 

enumerate the available travel methods that this class can create.

the names retured by this function can be used directly in create().

Definition at line 41 of file TravelMethodFactory.h.


The documentation for this class was generated from the following file:
Generated on Wed Jun 12 01:54:10 2002 for Animaniac by doxygen1.2.15