Public Member Functions | |
TypeOrFeature () | |
Default constructor. | |
TypeOrFeature (Type const &crType) | |
Constructor from a uima::Type object. | |
TypeOrFeature (TypeOrFeature const &crTOF) | |
TypeOrFeature & | operator= (TypeOrFeature const &crTOF) |
TypeOrFeature (Feature const &crFeature) | |
Constructor from a uima::Feature object. | |
bool | isType () const |
bool | isValid () const |
Type | getType () const |
Feature | getFeature () const |
bool | subsumes (TypeOrFeature const &crTypeOrFeature) const |
UnicodeStringRef | getName () const |
bool | operator== (TypeOrFeature const &crOther) const |
bool | operator< (TypeOrFeature const &crOther) const |
uima::TypeOrFeature::TypeOrFeature | ( | ) | [inline] |
Default constructor.
uima::TypeOrFeature::TypeOrFeature | ( | Type const & | crType | ) | [inline] |
Constructor from a uima::Type object.
uima::TypeOrFeature::TypeOrFeature | ( | TypeOrFeature const & | crTOF | ) | [inline] |
uima::TypeOrFeature::TypeOrFeature | ( | Feature const & | crFeature | ) | [inline] |
Constructor from a uima::Feature object.
TypeOrFeature& uima::TypeOrFeature::operator= | ( | TypeOrFeature const & | crTOF | ) | [inline] |
References iv_feature, and iv_type.
bool uima::TypeOrFeature::isType | ( | ) | const [inline] |
Referenced by subsumes().
bool uima::TypeOrFeature::isValid | ( | void | ) | const [inline] |
Type uima::TypeOrFeature::getType | ( | ) | const [inline] |
Feature uima::TypeOrFeature::getFeature | ( | ) | const [inline] |
bool uima::TypeOrFeature::subsumes | ( | TypeOrFeature const & | crTypeOrFeature | ) | const [inline] |
References isType(), iv_feature, and iv_type.
UnicodeStringRef uima::TypeOrFeature::getName | ( | void | ) | const [inline] |
bool uima::TypeOrFeature::operator== | ( | TypeOrFeature const & | crOther | ) | const [inline] |
References iv_feature, and iv_type.
bool uima::TypeOrFeature::operator< | ( | TypeOrFeature const & | crOther | ) | const [inline] |
References iv_feature, and iv_type.