Class RsTypesMap
java.lang.Object
org.apache.uima.analysis_engine.impl.RsTypesMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadd a type (not a type:feat)(package private) void(package private) voidadd a feature (not a plain type) If feature exists, augments (union) its languages or replaces it(package private) RsLangsaddLanguages(RsLangs existing, Object langs, boolean replace) (package private) RsLangsaddLanguages(RsLangs existing, RsLangs rslangs, boolean replace) boolean(package private) RsFeat(package private) RsTypeinthashCode()iterator()(package private) int(package private) voidRemove a type, regardless of languages NOTE: doesn't remove type:feature entries associated with that type(package private) voidremove a feature, regardless of languages If all features are removed, null out the rsFeats slot.Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
types
-
-
Constructor Details
-
RsTypesMap
RsTypesMap() -
RsTypesMap
-
-
Method Details
-
add
-
add
-
add
-
addLanguages
-
addLanguages
-
remove
Remove a type, regardless of languages NOTE: doesn't remove type:feature entries associated with that type- Parameters:
type-
-
remove
-
getRsType
-
get
-
nbrOfTypes
int nbrOfTypes() -
iterator
-
hashCode
-
equals
-