Uses of Class
org.apache.uima.analysis_engine.impl.RsType
-
Packages that use RsType Package Description org.apache.uima.analysis_engine.impl -
-
Uses of RsType in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl with type parameters of type RsType Modifier and Type Field Description private java.util.Map<java.lang.String,RsType>
RsTypesMap. types
Methods in org.apache.uima.analysis_engine.impl that return RsType Modifier and Type Method Description (package private) RsType
RsTypesMap. getRsType(java.lang.String typeName)
Methods in org.apache.uima.analysis_engine.impl that return types with arguments of type RsType Modifier and Type Method Description java.util.Iterator<RsType>
RsTypesMap. iterator()
Methods in org.apache.uima.analysis_engine.impl with parameters of type RsType Modifier and Type Method Description private void
ResultSpecification_impl. addCompiledFormForFeatureAndItsSubtypes(RsType rst, java.lang.String shortFeatName, RsLangs langs)
Note: the string typeXXX:featYYY may not be in the type system.private void
ResultSpecification_impl. addCompiledFormForTypeAndItsSubtypes(RsType rst, RsLangs langs)
Constructors in org.apache.uima.analysis_engine.impl with parameters of type RsType Constructor Description RsType(RsType original)
-