|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASAdminException | |
---|---|
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.cas.admin | |
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 | |
---|---|
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 | |
---|---|
Feature |
TypeSystemMgr.addFeature(String featureName,
Type domainType,
Type rangeType)
Add an feature to the type system. |
Feature |
TypeSystemMgr.addFeature(String featureName,
Type domainType,
Type rangeType,
boolean multipleReferencesAllowed)
Add an feature to the type system. |
Type |
TypeSystemMgr.addStringSubtype(String typeName,
String[] stringList)
Inherit from String. |
Type |
TypeSystemMgr.addType(String typeName,
Type mother)
Add a new type to the type system. |
boolean |
FSIndexRepositoryMgr.createIndex(FSIndexComparator comp,
String label)
Create a new sorted index. |
boolean |
FSIndexRepositoryMgr.createIndex(FSIndexComparator comp,
String label,
int indexingStrategy)
Create a new index. |
void |
CASMgr.flush()
Deprecated. Use reset() instead. |
CAS |
CASMgr.getCAS()
Return a non-admin version of the CAS. |
FSIndexRepositoryMgr |
CASMgr.getIndexRepositoryMgr()
Return a writable version of the index repository. |
void |
CASMgr.reset()
Flush this CAS instance of all transient data. |
Uses of CASAdminException in org.apache.uima.jcas |
---|
Methods in org.apache.uima.jcas that throw CASAdminException | |
---|---|
void |
JCas.reset()
Reset the CAS, emptying it of all content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |