public class PropertyRemovingSupplierDecorator extends AbstractDocumentSupplierDecorator
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> |
removableProperties |
documentSource| Constructor and Description |
|---|
PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource) |
PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty> removableDocumentProperty) |
PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
Collection<? extends Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> removableDocumentProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemovableProperty(Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty> documentPropertyClass) |
ArrayList<Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> |
getRemovableProperties() |
org.dice_research.topicmodeling.utils.doc.Document |
prepareDocument(org.dice_research.topicmodeling.utils.doc.Document document) |
void |
setRemovableProperties(ArrayList<Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> removableProperties) |
apply, getDecoratedDocumentSupplier, getNextDocument, setDecoratedDocumentSupplier, setDocumentStartIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource)
public PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty> removableDocumentProperty)
public PropertyRemovingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource,
Collection<? extends Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> removableDocumentProperties)
public org.dice_research.topicmodeling.utils.doc.Document prepareDocument(org.dice_research.topicmodeling.utils.doc.Document document)
prepareDocument in class AbstractDocumentSupplierDecoratorpublic ArrayList<Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> getRemovableProperties()
public void setRemovableProperties(ArrayList<Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty>> removableProperties)
public void addRemovableProperty(Class<? extends org.dice_research.topicmodeling.utils.doc.DocumentProperty> documentPropertyClass)
Copyright © 2015–2020. All rights reserved.