Public Member Functions | |
~CASIterator (void) | |
Destructor. | |
bool | hasNext (void) |
Checks if there are more CASes to be returned by the iterator. | |
CAS & | next (void) |
Gets the next CAS from the iterator. | |
void | release (void) |
Releases any CASes owned by this CasIterator. | |
Protected Member Functions | |
CASIterator (AnalysisEngine *pEngine) | |
Constructor Creates the specified number of CAS instances based on CAS definition as specified in the TAE specifier. |
uima::CASIterator::CASIterator | ( | AnalysisEngine * | pEngine | ) | [protected] |
uima::CASIterator::~CASIterator | ( | void | ) |
Destructor.
bool uima::CASIterator::hasNext | ( | void | ) |
Checks if there are more CASes to be returned by the iterator.
CAS& uima::CASIterator::next | ( | void | ) |
void uima::CASIterator::release | ( | void | ) |
Releases any CASes owned by this CasIterator.
You only need to call this method if you stop using a CasIterator before you have iterated all the way through.