Uses of Class
net.sf.okapi.common.annotation.Note
-
Packages that use Note Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations. -
-
Uses of Note in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return Note Modifier and Type Method Description NoteNoteAnnotation. getNote(int index)Methods in net.sf.okapi.common.annotation that return types with arguments of type Note Modifier and Type Method Description Iterator<Note>NoteAnnotation. iterator()Methods in net.sf.okapi.common.annotation with parameters of type Note Modifier and Type Method Description voidNoteAnnotation. add(Note note)Add a Note to the annotation.Constructor parameters in net.sf.okapi.common.annotation with type arguments of type Note Constructor Description NoteAnnotation(Collection<Note> initialNotes)Create an annotation object containing one or more notes.
-