Inheritance diagram for DataObjectWordMapping:
Collaboration diagram for DataObjectWordMapping:Public Methods | |
| void | addIndexToSentence (int value, int sentenceId) |
| Vector< Integer > | getSentencesOfIndex (int index) |
| Annotation<?> | getWord (int index) |
| final int | getWordIndexByObject (Annotation<?> data) |
| synchronized void | addType (Annotation<?> data) |
| int | getIndexToWordSize () |
| void addIndexToSentence | ( | int | value, |
| int | sentenceId | ||
| ) |
| synchronized void addType | ( | Annotation<?> | data | ) |
| int getIndexToWordSize | ( | ) |
| Vector<Integer> getSentencesOfIndex | ( | int | index | ) |
| Annotation<?> getWord | ( | int | index | ) |
| final int getWordIndexByObject | ( | Annotation<?> | data | ) |