Inheritance diagram for TTokenizerAccessAdapter:
Collaboration diagram for TTokenizerAccessAdapter:Basic implementations of an ISequenceAccessAdapter to use with Hibernate. This class is marked abstract, as a concrete subclass must define a default-construtor to specify a concrete ISubSequence-subinterface or class.
| <T> | a sub class or interface of ISubSequence, or ISubSequence itself |
Public Methods | |
| TTokenizerAccessAdapter () | |
| InputIterator< Annotation < IToken > > | getTokens (Range range) |
| InputIterator< Annotation < IToken > > | getTokens (Range range, Order order) |
| InputIterator< Annotation < IWord > > | getWords (Range range) |
| InputIterator< Annotation < IWord > > | getWords (Range range, Order order) |
| InputIterator< Annotation < IPunctuation > > | getPunctuation (Range range, Order order) |
| InputIterator<Annotation<IPunctuation> > getPunctuation | ( | Range | range, |
| Order | order | ||
| ) |