Class RsType
java.lang.Object
org.apache.uima.analysis_engine.impl.RsType
Holds types and/or features with language specs
These are expected to be sparse with respect to the complete type system
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
returns the Features for a type in a result spec(package private) RsFeat
(package private) boolean
(package private) boolean
subsumesLanguageInFeat
(String shortFeatName, String lang)
-
Field Details
-
Constructor Details
-
Method Details
-
subsumesLanguageInFeat
- Parameters:
shortFeatName
-lang
-- Returns:
- true if lang subsumed by langs of the feature or of the type with all-feats specified
-
getFeat
-
getAllAppropriateFeatures
returns the Features for a type in a result spec- Parameters:
ts
- The type system, may be null- Returns:
- list of features for a type in a result spec
-
hasAllFeaturesExplicitly
-
allFeaturesHaveSameLangs
boolean allFeaturesHaveSameLangs()
-