#include <TravelMethodFactory.h>
Public Methods | |
| TravelMethod * | create (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... | |
Definition at line 15 of file TravelMethodFactory.h.
|
|
create a travel method.
Definition at line 21 of file TravelMethodFactory.h. |
|
|
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. |
1.2.15