|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASMgr | |
---|---|
org.apache.uima.cas.admin | |
org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
Uses of CASMgr in org.apache.uima.cas.admin |
---|
Methods in org.apache.uima.cas.admin that return CASMgr | |
---|---|
static CASMgr |
CASFactory.createCAS()
Create a new CASMgr object. |
static CASMgr |
CASFactory.createCAS(int initialHeapSize)
Create a new CASMgr object. |
static CASMgr |
CASFactory.createCAS(int initialHeapSize,
boolean useJcasCache)
|
static CASMgr |
CASFactory.createCAS(int initialHeapSize,
TypeSystem ts)
Create a new CASMgr object from a give type system. |
static CASMgr |
CASFactory.createCAS(int initialHeapSize,
TypeSystem ts,
boolean useJcasCache)
|
static CASMgr |
CASFactory.createCAS(TypeSystem ts)
Create a new CASMgr object from a give type system. |
static CASMgr |
CASFactory.createCAS(TypeSystem ts,
boolean useJcasCache)
|
Uses of CASMgr in org.apache.uima.cas.impl |
---|
Classes in org.apache.uima.cas.impl that implement CASMgr | |
---|---|
class |
CASImpl
Implements the CAS interfaces. |
Methods in org.apache.uima.cas.impl that return CASMgr | |
---|---|
static CASMgr |
Serialization.createCASMgr(CASMgrSerializer ser)
|
Methods in org.apache.uima.cas.impl with parameters of type CASMgr | |
---|---|
static CAS |
Serialization.createCAS(CASMgr casMgr,
CASSerializer casSer)
|
static void |
Serialization.deserializeCASComplete(CASCompleteSerializer casCompSer,
CASMgr casMgr)
|
static CASCompleteSerializer |
Serialization.serializeCASComplete(CASMgr casMgr)
|
static CASMgrSerializer |
Serialization.serializeCASMgr(CASMgr casMgr)
|
Uses of CASMgr in org.apache.uima.util |
---|
Methods in org.apache.uima.util with parameters of type CASMgr | |
---|---|
static void |
CasCreationUtils.setupIndexes(CASMgr aCASMgr,
FsIndexDescription[] aIndexes)
Adds FeatureStructure indexes to a CAS. |
static void |
CasCreationUtils.setupTypePriorities(CASMgr aCASMgr,
TypePriorities aTypePriorities)
Adds TypePriorities to a CAS. |
static void |
CasCreationUtils.setupTypeSystem(CASMgr aCASMgr,
TypeSystemDescription aTypeSystem)
Installs a TypeSystem in a CAS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |