Uses of Interface
org.apache.uima.cas.admin.TypeSystemMgr
-
Packages that use TypeSystemMgr Package Description org.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeSystemMgr in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return TypeSystemMgr Modifier and Type Method Description static TypeSystemMgr
CASFactory. createTypeSystem()
Create a new type system that is populated with the built-in CAS types.TypeSystemMgr
CASMgr. getTypeSystemMgr()
Return a writable version of the type system. -
Uses of TypeSystemMgr in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement TypeSystemMgr Modifier and Type Class Description class
TypeSystemImpl
Type system implementation.Methods in org.apache.uima.cas.impl that return TypeSystemMgr Modifier and Type Method Description TypeSystemMgr
CASImpl. getTypeSystemMgr()
-