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 TypeSystemMgrCASFactory. createTypeSystem()Create a new type system that is populated with the built-in CAS types.TypeSystemMgrCASMgr. 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 classTypeSystemImplType system implementation.Methods in org.apache.uima.cas.impl that return TypeSystemMgr Modifier and Type Method Description TypeSystemMgrCASImpl. getTypeSystemMgr()
-