|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XmlDetagger
for an example.
@Deprecated public interface CasInitializer
A component that takes an Object and initializes a CAS
.
CAS Initializers may be used by some CollectionReader
implementations.
Field Summary |
---|
Fields inherited from interface org.apache.uima.resource.Resource |
---|
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_PARAM_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT |
Method Summary | |
---|---|
ProcessingResourceMetaData |
getProcessingResourceMetaData()
Deprecated. Gets the metadata that describes this CasInitializer . |
void |
initializeCas(Object aObj,
CAS aCAS)
Deprecated. Reads content and metadata from an Object and initializes a CAS . |
void |
typeSystemInit(TypeSystem aTypeSystem)
Deprecated. Informs this CasInitializer that the CAS TypeSystem has changed. |
Methods inherited from interface org.apache.uima.resource.ConfigurableResource |
---|
getConfigParameterValue, getConfigParameterValue, reconfigure, setConfigParameterValue, setConfigParameterValue |
Methods inherited from interface org.apache.uima.resource.Resource |
---|
destroy, getLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, initialize, setLogger |
Method Detail |
---|
void typeSystemInit(TypeSystem aTypeSystem) throws ResourceInitializationException
In this method, the CasInitializer should use the TypeSystem
to resolve the names of
Type and Features to the actual Type
and
Feature
objects, which can then be used during processing.
ResourceInitializationException
- if the type system is not compatible with this CAS Initializervoid initializeCas(Object aObj, CAS aCAS) throws CollectionException, IOException
CAS
.
aObj
- the object to processaCAS
- the CAS to populate
CollectionException
- if an error occurs during initialization of the CAS
IOException
- if an I/O failure occursProcessingResourceMetaData getProcessingResourceMetaData()
CasInitializer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |