Uses of Class
org.apache.uima.cas.admin.CASAdminException
-
Packages that use CASAdminException Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS. -
-
Uses of CASAdminException in org.apache.uima.cas
Methods in org.apache.uima.cas that throw CASAdminException Modifier and Type Method Description void
CAS. reset()
Reset the CAS, emptying it of all content. -
Uses of CASAdminException in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that throw CASAdminException Modifier and Type Method Description Feature
TypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType)
Add an feature to the type system.Feature
TypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)
Add an feature to the type system.Type
TypeSystemMgr. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)
Inherit from String.Type
TypeSystemMgr. addType(java.lang.String typeName, Type mother)
Add a new type to the type system.boolean
FSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label)
Create a new sorted index.boolean
FSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label, int indexingStrategy)
Create a new index.void
CASMgr. flush()
Deprecated.Usereset()
instead.CAS
CASMgr. getCAS()
Return a non-admin version of the CAS.FSIndexRepositoryMgr
CASMgr. getIndexRepositoryMgr()
void
CASMgr. reset()
Flush this CAS instance of all transient data. -
Uses of CASAdminException in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that throw CASAdminException Modifier and Type Method Description Feature
TypeSystemImpl. addFeature(java.lang.String featureName, Type domainType, Type rangeType)
Feature
TypeSystemImpl. addFeature(java.lang.String shortFeatName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)
Type
TypeSystemImpl. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)
TypeImpl
TypeSystemImpl. addType(java.lang.String typeName, Type superType)
Add a new type to the type system.private void
CASImpl. checkInternalCodes(CASMgrSerializer ser)
private void
TypeSystemImpl. checkTypeSyntax(java.lang.String typeName)
Method checkTypeSyntax.boolean
FSIndexRepositoryImpl. createIndex(FSIndexComparator comp, java.lang.String label)
boolean
FSIndexRepositoryImpl. createIndex(FSIndexComparator comp, java.lang.String label, int indexType)
-
Uses of CASAdminException in org.apache.uima.jcas
Methods in org.apache.uima.jcas that throw CASAdminException Modifier and Type Method Description void
JCas. reset()
Reset the CAS, emptying it of all content.
-