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 voidCAS. 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 FeatureTypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType)Add an feature to the type system.FeatureTypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)Add an feature to the type system.TypeTypeSystemMgr. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)Inherit from String.TypeTypeSystemMgr. addType(java.lang.String typeName, Type mother)Add a new type to the type system.booleanFSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label)Create a new sorted index.booleanFSIndexRepositoryMgr. createIndex(FSIndexComparator comp, java.lang.String label, int indexingStrategy)Create a new index.voidCASMgr. flush()Deprecated.Usereset()instead.CASCASMgr. getCAS()Return a non-admin version of the CAS.FSIndexRepositoryMgrCASMgr. getIndexRepositoryMgr()voidCASMgr. 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 FeatureTypeSystemImpl. addFeature(java.lang.String featureName, Type domainType, Type rangeType)FeatureTypeSystemImpl. addFeature(java.lang.String shortFeatName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)TypeTypeSystemImpl. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)TypeImplTypeSystemImpl. addType(java.lang.String typeName, Type superType)Add a new type to the type system.private voidCASImpl. checkInternalCodes(CASMgrSerializer ser)private voidTypeSystemImpl. checkTypeSyntax(java.lang.String typeName)Method checkTypeSyntax.booleanFSIndexRepositoryImpl. createIndex(FSIndexComparator comp, java.lang.String label)booleanFSIndexRepositoryImpl. 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 voidJCas. reset()Reset the CAS, emptying it of all content.
-