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. |
|
Constructor Creates the specified number of CAS instances based on CAS definition as specified in the TAE specifier.
|
|
Destructor.
|
|
Checks if there are more CASes to be returned by the iterator.
|
|
Gets the next CAS from the iterator.
|
|
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. |