#include <WordPattern.h>
Public Member Functions | |
Reference (const std::string &featureName, int sourceElementIndex, const std::string &sourceFeatureName) | |
const std::string & | getFeatureName () const |
int | getSourceElementIndex () const |
const std::string & | getSourceFeatureName () const |
Definition at line 387 of file WordPattern.h.
LinguisticDefinition::WordPattern::Reference::Reference | ( | const std::string & | featureName, | |
int | sourceElementIndex, | |||
const std::string & | sourceFeatureName | |||
) |
const string & WordPattern::Reference::getFeatureName | ( | ) | const |
Definition at line 457 of file WordPattern.cc.
int WordPattern::Reference::getSourceElementIndex | ( | ) | const |
Definition at line 464 of file WordPattern.cc.
const string & WordPattern::Reference::getSourceFeatureName | ( | ) | const |
Definition at line 471 of file WordPattern.cc.