Class EOFToken
java.lang.Object
org.apache.uima.collection.impl.cpm.engine.EOFToken
Special class interpreted by the CPM's ProcessingUnit as the end of processing. It is enqueued
onto a queue from which the ProcessingUnit gets entities to process. The EOFToken is placed in
the queue by the ArtifactProducer when the either the CollectionReader is done reading the
collection or the CPM has been instructed to terminate.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EOFToken
public EOFToken()
-