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 |
|
|
Default constructor.
|
|
|
Constructor from a uima::Type object.
|
|
|
|
|
|
Constructor from a uima::Feature object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1