|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidOffsetException | |
gate | This package contains the public interface to the GATE Java API. |
gate.annotation | |
gate.corpora | |
gate.email | |
gate.gui.docview |
Uses of InvalidOffsetException in gate |
Methods in gate that throw InvalidOffsetException | |
void |
AnnotationSet.add(Integer id,
Long start,
Long end,
String type,
FeatureMap features)
Create and add an annotation with a pre-existing ID |
void |
Document.edit(Long start,
Long end,
DocumentContent replacement)
Make changes to the content. |
DocumentContent |
DocumentContent.getContent(Long start,
Long end)
The contents under a particular span. |
Integer |
SimpleAnnotationSet.add(Long start,
Long end,
String type,
FeatureMap features)
Create and add an annotation and return its id |
Uses of InvalidOffsetException in gate.annotation |
Methods in gate.annotation that throw InvalidOffsetException | |
Integer |
AnnotationSetImpl.add(Long start,
Long end,
String type,
FeatureMap features)
Create and add an annotation and return its id |
void |
AnnotationSetImpl.add(Integer id,
Long start,
Long end,
String type,
FeatureMap features)
Create and add an annotation from database read data In this case the id is already known being previously fetched from the database |
void |
TestAnnotation.testOffsetIndex()
Test indexing by offset |
void |
TestAnnotation.testComplexGet()
Test complex get (with type, offset and feature contraints) |
void |
TestAnnotation._testGap()
Test get with offset and no annotation starting at given offset |
void |
TestAnnotation.testOverlapsAndCoextensive()
Test Overlaps |
void |
TestAnnotation.testIsPartiallyCompatibleAndCompatible()
Test Coextensive |
Uses of InvalidOffsetException in gate.corpora |
Methods in gate.corpora that throw InvalidOffsetException | |
void |
DatabaseDocumentImpl.setInitData__$$__(Object data)
|
DocumentContent |
DocumentContentImpl.getContent(Long start,
Long end)
The contents under a particular span. |
void |
DocumentImpl.edit(Long start,
Long end,
DocumentContent replacement)
Propagate edit changes to the document content and annotations. |
Uses of InvalidOffsetException in gate.email |
Methods in gate.email that throw InvalidOffsetException | |
void |
EmailDocumentHandler.annotateMessages()
Reads the Gate Document line by line and does the folowing things: Each line is analized in order to detect where an e-mail starts. |
Uses of InvalidOffsetException in gate.gui.docview |
Methods in gate.gui.docview that throw InvalidOffsetException | |
protected void |
AnnotationEditor.moveAnnotation(AnnotationSet set,
Annotation oldAnnotation,
Long newStartOffset,
Long newEndOffset)
Changes the span of an existing annotation by creating a new annotation with the same ID, type and features but with the new start and end offsets. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |