| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System(CAS) Interfaces | 
| org.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CAS. reset()Reset the CAS, emptying it of all content. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| void | CASMgr. reset()Flush this CAS instance of all transient data. | 
| Modifier and Type | Method and Description | 
|---|---|
| Feature | TypeSystemImpl. addFeature(String featureName,
          Type domainType,
          Type rangeType) | 
| Feature | TypeSystemImpl. addFeature(String shortFeatName,
          Type domainType,
          Type rangeType,
          boolean multipleReferencesAllowed) | 
| Type | TypeSystemImpl. addStringSubtype(String typeName,
                String[] stringList) | 
| TypeImpl | TypeSystemImpl. addType(String typeName,
       Type superType)Add a new type to the type system. | 
| boolean | FSIndexRepositoryImpl. createIndex(FSIndexComparator comp,
           String label) | 
| boolean | FSIndexRepositoryImpl. createIndex(FSIndexComparator comp,
           String label,
           int indexType) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JCas. reset()Reset the CAS, emptying it of all content. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.