Package | Description |
---|---|
org.apache.uima.cas.admin | |
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.