public abstract class StandardDocumentProcessor extends java.lang.Object implements DocumentProcessor
Modifier and Type | Field and Description |
---|---|
protected AcceptCondition |
condition |
Constructor and Description |
---|
StandardDocumentProcessor() |
Modifier and Type | Method and Description |
---|---|
AcceptCondition |
getCondition() |
void |
init(DocumentProcessingContext context)
This method is called at the beginning of the analysis process
|
void |
release()
Release all processor ressources.
This method is called before processor finalization. |
void |
setCondition(AcceptCondition condition)
DocumentProcessor has an AcceptCondition
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected AcceptCondition condition
public void init(DocumentProcessingContext context)
DocumentProcessor
init
in interface DocumentProcessor
public void release()
DocumentProcessor
release
in interface DocumentProcessor
public void setCondition(AcceptCondition condition)
DocumentProcessor
setCondition
in interface DocumentProcessor
public AcceptCondition getCondition()
getCondition
in interface DocumentProcessor
Copyright © 2013 Dassault Systèmes, All Rights Reserved.