|
| FindQuery (const std::string &expr_string, const std::string &scope_string) |
|
std::string | serializeBooleanExpression () const |
|
std::string | serializeScope () const |
|
void | deserializeBooleanExpression (const std::string &expr_string) |
|
void | deserializeScope (const std::string &scope_string) |
|
FuzzyValue | evaluate (NodeData &data, bool all_information_present, const uint64_t ×tamp_now) |
|
std::vector< NodeData::Key > | evaluateMissingAttributes (NodeData &data, uint64_t const ×tamp_now) const |
|
std::vector< NodeData::Key > | getRelevantAttributes () const |
|
std::vector< NodeData::Key > | getRelevantTopicAttributes () const |
|
FindQueryScope | getScope () const |
|
void | setScope (const FindQueryScope &scope) |
|
std::shared_ptr< BooleanExpression > | getBooleanExpression () const |
|
void | setBooleanExpression (std::shared_ptr< BooleanExpression > expr) |
|
void | setRequestingNode (const NodeInfo &requesting_node) |
|
NodeInfo | getRequestingNode () const |
|
uint64_t | getValidityThreshold () const |
|
void | setValidityThreshold (const uint64_t &validity_threshold) |
|
bool | getInquireUnknownAttributes () const |
|
void | setInquireUnknownAttributes (bool inquire_unknown_attributes) |
|
bool | getInquireOutdatedAttributes () const |
|
void | setInquireOutdatedAttributes (bool inquire_outdated_attributes) |
|
bool | getPermissive () const |
|
void | setPermissive (bool permissive) |
|
FindQuerySelection | getSelection () const |
|
void | setSelection (const FindQuerySelection &selection) |
|
std::vector< NodeData::Key > | getSelectedAttributeKeys () const |
|
void | setSelectedAttributeKeys (const std::vector< NodeData::Key > &keys) |
|
template<class Archive > |
void | save (Archive &archive) const |
|
template<class Archive > |
void | load (Archive &archive) |
|