Uses of Interface
org.apache.uima.cas.admin.CASMgr
-
Packages that use CASMgr Package Description 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 Modifier and Type Method Description static CASMgrCASFactory. createCAS()Create a new CASMgr object.static CASMgrCASFactory. createCAS(int initialHeapSize)Create a new CASMgr object.static CASMgrCASFactory. createCAS(int initialHeapSize, boolean useJcasCache)static CASMgrCASFactory. createCAS(int initialHeapSize, TypeSystem ts)Create a new CASMgr object from a give type system.static CASMgrCASFactory. createCAS(int initialHeapSize, TypeSystem ts, boolean useJcasCache)static CASMgrCASFactory. createCAS(TypeSystem ts)Create a new CASMgr object from a give type system.static CASMgrCASFactory. createCAS(TypeSystem ts, boolean useJcasCache) -
Uses of CASMgr in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement CASMgr Modifier and Type Class Description classCASImplImplements the CAS interfaces.Methods in org.apache.uima.cas.impl that return CASMgr Modifier and Type Method Description static CASMgrSerialization. createCASMgr(CASMgrSerializer ser)Deserialize a type system and index repository definition and use to initialize a new instance of a CAS.Methods in org.apache.uima.cas.impl with parameters of type CASMgr Modifier and Type Method Description static CASSerialization. createCAS(CASMgr casMgr, CASSerializer casSer)Deserialize the data in a CASSerializer into an existing CAS, return the currentview in that Cas.static voidSerialization. deserializeCASComplete(CASCompleteSerializer casCompSer, CASMgr casMgr)Deserialize the data in a CASCompleteSerializer into an existing CASstatic CASCompleteSerializerSerialization. serializeCASComplete(CASMgr casMgr)Convert a CAS + the type system and index definitions into a CASCompleteSerializer objectstatic CASMgrSerializerSerialization. serializeCASMgr(CASMgr casMgr)Convert a Type System and Index Repository into a CASMgrSerializer object which can be serializedstatic CASMgrSerializerSerialization. serializeCASMgrTypeSystemOnly(CASMgr casMgr)Convert a Type System into a CASMgrSerializer object which can be serialized -
Uses of CASMgr in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type CASMgr Modifier and Type Method Description static voidCasCreationUtils. setupIndexes(CASMgr aCASMgr, FsIndexDescription[] aIndexes)Adds FeatureStructure indexes to a CAS.static voidCasCreationUtils. setupTypePriorities(CASMgr aCASMgr, TypePriorities aTypePriorities)Adds TypePriorities to a CAS.static voidCasCreationUtils. setupTypeSystem(CASMgr aCASMgr, TypeSystemDescription aTypeSystem)Installs a TypeSystem in a CAS.
-