Uses of Interface
org.apache.uima.cas.impl.LowLevelTypeSystem
-
Packages that use LowLevelTypeSystem 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 LowLevelTypeSystem in org.apache.uima.cas
Methods in org.apache.uima.cas that return LowLevelTypeSystem Modifier and Type Method Description LowLevelTypeSystemTypeSystem. 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 voidFeatureValuePath. 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 classTypeSystemImplType system implementation.Methods in org.apache.uima.cas.impl that return LowLevelTypeSystem Modifier and Type Method Description LowLevelTypeSystemTypeSystemImpl. getLowLevelTypeSystem()LowLevelTypeSystemCASImpl. ll_getTypeSystem()LowLevelTypeSystemLowLevelCAS. 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 voidFeatureValuePathImpl. typeSystemInit(int fsType, LowLevelTypeSystem ts)
-