#include <Transform.hpp>
Inherits pion::platform::Transform.
Definition at line 415 of file Transform.hpp.
Public Member Functions | |
| TransformJoinTerm (const Vocabulary &v, const Vocabulary::Term &term, const xmlNodePtr config_ptr) | |
| virtual bool | transform (EventPtr &d, const EventPtr &s) |
| pion::platform::TransformJoinTerm::TransformJoinTerm | ( | const Vocabulary & | v, | |
| const Vocabulary::Term & | term, | |||
| const xmlNodePtr | config_ptr | |||
| ) | [inline] |
TransformJoinTerm constructs a transformation based on joining multivalues from source term
| v | Vocabulary to use | |
| term | The source term type to use | |
| config_ptr | Pointer to XML configuration of the AssignTerm entity |
Definition at line 436 of file Transform.hpp.
References pion::platform::ConfigManager::findConfigNodeByName(), pion::platform::Vocabulary::findTerm(), pion::platform::ConfigManager::getAttribute(), pion::platform::ConfigManager::getConfigOption(), and pion::platform::Vocabulary::UNDEFINED_TERM_REF.
| virtual bool pion::platform::TransformJoinTerm::transform | ( | EventPtr & | d, | |
| const EventPtr & | s | |||
| ) | [inline, virtual] |
transform combines multiple values of source term into destination
| d | Destination event (pointer) to modify term | |
| s | Source event to copy the termS/valueS from |
Implements pion::platform::Transform.
Definition at line 463 of file Transform.hpp.
References pion::platform::AssignValue().
1.4.7