| Package | Description |
|---|---|
| net.sf.okapi.common.annotation |
Classes to implement and manage annotations.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteAnnotation.getNote(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Note> |
NoteAnnotation.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteAnnotation.add(Note note)
Add a Note to the annotation.
|
| Constructor and Description |
|---|
NoteAnnotation(Collection<Note> initialNotes)
Create an annotation object containing one or more notes.
|
Copyright © 2022. All rights reserved.