GATE
Version 3.1-2270

Uses of Class
gate.util.InvalidOffsetException

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
 Integer SimpleAnnotationSet.add(Long start, Long end, String type, FeatureMap features)
          Create and add an annotation and return its 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.
 

Uses of InvalidOffsetException in gate.annotation
 

Methods in gate.annotation that throw InvalidOffsetException
 void TestAnnotation._testGap()
          Test get with offset and no annotation starting at given offset
 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
 Integer AnnotationSetImpl.add(Long start, Long end, String type, FeatureMap features)
          Create and add an annotation and return its id
 void TestAnnotation.testComplexGet()
          Test complex get (with type, offset and feature contraints)
 void TestAnnotation.testIsPartiallyCompatibleAndCompatible()
          Test Coextensive
 void TestAnnotation.testOffsetIndex()
          Test indexing by offset
 void TestAnnotation.testOverlapsAndCoextensive()
          Test Overlaps
 

Uses of InvalidOffsetException in gate.corpora
 

Methods in gate.corpora that throw InvalidOffsetException
 void DocumentImpl.edit(Long start, Long end, DocumentContent replacement)
          Propagate edit changes to the document content and annotations.
 DocumentContent DocumentContentImpl.getContent(Long start, Long end)
          The contents under a particular span.
 void DatabaseDocumentImpl.setInitData__$$__(Object data)
           
 

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.
 


GATE
Version 3.1-2270