Class EOFToken


  • public class EOFToken
    extends 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 Detail

      • EOFToken

        public EOFToken()