public class DocumentConsumerAdaptingSupplierDecorator extends AbstractDocumentSupplierDecorator
| Modifier and Type | Field and Description |
|---|---|
private org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer |
consumer |
private boolean |
isSynchronized |
documentSource| Constructor and Description |
|---|
DocumentConsumerAdaptingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer consumer) |
DocumentConsumerAdaptingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer consumer,
boolean isSynchronized) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dice_research.topicmodeling.utils.doc.Document |
prepareDocument(org.dice_research.topicmodeling.utils.doc.Document document) |
apply, getDecoratedDocumentSupplier, getNextDocument, setDecoratedDocumentSupplier, setDocumentStartIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer consumer
private boolean isSynchronized
public DocumentConsumerAdaptingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer consumer)
public DocumentConsumerAdaptingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
org.dice_research.topicmodeling.preprocessing.docconsumer.DocumentConsumer consumer,
boolean isSynchronized)
protected org.dice_research.topicmodeling.utils.doc.Document prepareDocument(org.dice_research.topicmodeling.utils.doc.Document document)
prepareDocument in class AbstractDocumentSupplierDecoratorCopyright © 2015–2020. All rights reserved.