#include <configrules.hpp>
To start with, we use a mock implementation. (this code works and is already used 2/2008)
Definition at line 139 of file configrules.hpp.
Public Member Functions | |
| virtual bool | resolve (P< TY > &solution, const Query< TY > &q)=0 |
| try to find or create an object of type TY fulfilling the given query. | |
| virtual bool lumiera::query::QueryHandler< TY >::resolve | ( | P< TY > & | solution, | |
| const Query< TY > & | q | |||
| ) | [pure virtual] |
try to find or create an object of type TY fulfilling the given query.
| solution | object fulfilling the query. Will be bound or unified (in case it's already bound) with the first solution. any goals to be fulfilled by the solution. |
Referenced by mobject::session::DefsManager::create(), mobject::session::DefsManager::define(), asset::StructFactory::operator()(), and mobject::session::DefsManager::search().

1.5.6