org.apache.uima.collection.impl.cpm.engine
Class EOFToken

java.lang.Object
  extended by org.apache.uima.collection.impl.cpm.engine.EOFToken

public class EOFToken
extends java.lang.Object

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
EOFToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOFToken

public EOFToken()


Copyright © 2012. All Rights Reserved.