Package | Description |
---|---|
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.base_cpm | |
org.apache.uima.collection.impl | |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.tools.components |
Modifier and Type | Method and Description |
---|---|
void |
CollectionReader.getNext(CAS aCAS)
Gets the next element of the collection.
|
void |
CasInitializer.initializeCas(Object aObj,
CAS aCAS)
Deprecated.
Reads content and metadata from an Object and initializes a
CAS . |
Modifier and Type | Method and Description |
---|---|
CasData |
CasDataCollectionReader.getNext()
Gets the next
CasData from this CollectionReader . |
CasData[] |
CasDataCollectionReader.getNext(int aNumToGet)
Gets multiple
CasData objects from this CasDataCollectionReader . |
boolean |
BaseCollectionReader.hasNext()
Gets whether there are any elements remaining to be read from this
CollectionReader . |
CasData |
CasDataInitializer.initializeCas(Object aObj)
Deprecated.
Reads content and metadata from an Object and creates a
CasData . |
void |
RecoverableCollectionReader.moveTo(SynchPoint aSynchPoint)
Start CollectionReader recovery to a given synch point
|
Modifier and Type | Method and Description |
---|---|
void |
CasConverter.casDataToCasContainer(CasData aData,
CAS aContainer,
boolean aLenient)
Convert CAS Data to CAS Container (aka CAS Object)
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ProcessingUnit.processNext(Object[] aCasObjectList,
ProcessTrace pTrTemp)
Executes the processing pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemCollectionReader.getNext(CAS aCAS) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.