O
- the recognized object.R
- the type of object to recognize.C
- a pass-through objectpublic abstract class OBSpiRecognizer<R,O,C>
extends java.lang.Object
An SPI that wishes to use the framework for creating other recognizers or builders to delegate should use this class to recurse back. This classes continues the the recognition at a level just below the current recognizer, to prevent infinite recursion.
In rare instances, an SPI may start with OBFramework
, the front-end
recognizer, but it should be done carefully. The SPI should in such cases modify
the recognizing element <R>
.
Constructor and Description |
---|
OBSpiRecognizer(OBContext<R,O,C> context) |