Uses of Interface
org.apache.uima.cas.impl.LowLevelTypeSystem
-
Packages that use LowLevelTypeSystem Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of LowLevelTypeSystem in org.apache.uima.cas
Methods in org.apache.uima.cas that return LowLevelTypeSystem Modifier and Type Method Description LowLevelTypeSystem
TypeSystem. getLowLevelTypeSystem()
Return the low-level view of this type system.Methods in org.apache.uima.cas with parameters of type LowLevelTypeSystem Modifier and Type Method Description void
FeatureValuePath. typeSystemInit(int fsType, LowLevelTypeSystem ts)
Deprecated. -
Uses of LowLevelTypeSystem in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LowLevelTypeSystem Modifier and Type Class Description class
TypeSystemImpl
Type system implementation.Methods in org.apache.uima.cas.impl that return LowLevelTypeSystem Modifier and Type Method Description LowLevelTypeSystem
TypeSystemImpl. getLowLevelTypeSystem()
LowLevelTypeSystem
CASImpl. ll_getTypeSystem()
LowLevelTypeSystem
LowLevelCAS. ll_getTypeSystem()
Get the low-level version of the type system object.Methods in org.apache.uima.cas.impl with parameters of type LowLevelTypeSystem Modifier and Type Method Description void
FeatureValuePathImpl. typeSystemInit(int fsType, LowLevelTypeSystem ts)
-