Uses of Interface
org.apache.uima.cas.impl.LowLevelTypeSystem

Packages that use LowLevelTypeSystem
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
 LowLevelTypeSystem TypeSystem.getLowLevelTypeSystem()
          Return the low-level view of this type system.
 

Methods in org.apache.uima.cas with parameters of type LowLevelTypeSystem
 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
 class TypeSystemImpl
          Type system implementation.
 

Methods in org.apache.uima.cas.impl that return LowLevelTypeSystem
 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
 void FeatureValuePathImpl.typeSystemInit(int fsType, LowLevelTypeSystem ts)
           
 



Copyright © 2013. All Rights Reserved.