Uses of Class
org.apache.uima.cas.TypeClass
-
Packages that use TypeClass Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeClass in org.apache.uima.cas
Methods in org.apache.uima.cas that return TypeClass Modifier and Type Method Description TypeClass
FeaturePath. getTypClass(FeatureStructure fs)
Deprecated.use getTypeClass (spelling fix)TypeClass
FeaturePath. getTypeClass(FeatureStructure fs)
Returns the type class of the feature path.static TypeClass
TypeClass. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeClass[]
TypeClass. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeClass in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return TypeClass Modifier and Type Method Description TypeClass
FeaturePathImpl. getTypClass(FeatureStructure fs)
Deprecated.TypeClass
FeaturePathImpl. getTypeClass(FeatureStructure fs)
-