#include <allocation.hpp>


Public Member Functions | |
| virtual Allocation * | clone () const =0 |
| const string & | getRepr () const |
Protected Member Functions | |
| virtual void | intersect (LocatingSolution &) const |
Protected Attributes | |
| string | repr |
| human readable representation of the condition characterizing this allocaton, e.g. | |
Definition at line 45 of file allocation.hpp.
| void mobject::session::Allocation::intersect | ( | LocatingSolution & | solution | ) | const [protected, virtual] |
Reimplemented from mobject::session::LocatingPin.
Definition at line 33 of file allocation.cpp.
00034 { 00035 LocatingPin::intersect (solution); 00036 00037 TODO ("work out how the Allocation types solve for the position..."); 00038 }
string mobject::session::Allocation::repr [protected] |
"t >= 10"
Definition at line 51 of file allocation.hpp.
1.5.5