Event that can be thrown by a phrase to a training set. More...
#include <xmmPhrase.hpp>
Public Types | |
enum | Type { Type::LabelChanged } |
Type of event. More... | |
Public Member Functions | |
PhraseEvent (Phrase *phrase_, Type type_) | |
Default constructor. More... | |
PhraseEvent (PhraseEvent const &src) | |
Copy constructor. More... | |
Public Attributes | |
Phrase * | phrase |
pointer to the source phrase More... | |
Type | type |
Type of event. More... | |
Event that can be thrown by a phrase to a training set.
|
strong |
Default constructor.
phrase_ | pointer to the source phrase |
type_ | type of event |
|
inline |
Copy constructor.
src | source event |
Phrase* xmm::PhraseEvent::phrase |
pointer to the source phrase
Type xmm::PhraseEvent::type |
Type of event.