Public Member Functions | |
Feature () | |
bool | isValid () const |
bool | operator== (Feature const &crOther) const |
bool | operator!= (Feature const &crOther) const |
UnicodeStringRef | getName () const |
get the name of the feature. | |
UnicodeStringRef | getCreatorID () const |
get the creator ID of the feature. | |
void | getIntroType (Type &rResult) const |
get the type where this feature was introduced. | |
void | getRangeType (Type &result) const |
get the range (value type) of this feature | |
uima::TypeSystem const & | getTypeSystem () const |
get the type system this feature lives in. | |
bool | isMultipleReferencesAllowed () const |
uima::Feature::Feature | ( | ) |
bool uima::Feature::isValid | ( | ) | const |
bool uima::Feature::operator== | ( | Feature const & | crOther | ) | const |
bool uima::Feature::operator!= | ( | Feature const & | crOther | ) | const |
UnicodeStringRef uima::Feature::getName | ( | ) | const |
get the name of the feature.
InvalidFSFeatureObjectException |
Referenced by uima::TypeOrFeature::getName().
UnicodeStringRef uima::Feature::getCreatorID | ( | ) | const |
get the creator ID of the feature.
See separate section for details
InvalidFSFeatureObjectException |
void uima::Feature::getIntroType | ( | Type & | rResult | ) | const |
get the type where this feature was introduced.
rResult | output parameter |
InvalidFSFeatureObjectException |
void uima::Feature::getRangeType | ( | Type & | result | ) | const |
get the range (value type) of this feature
result | output parameter |
InvalidFSFeatureObjectException |
uima::TypeSystem const& uima::Feature::getTypeSystem | ( | ) | const |
get the type system this feature lives in.
InvalidFSFeatureObjectException |
bool uima::Feature::isMultipleReferencesAllowed | ( | ) | const |