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.annedit   
gate.gui.docview   
gate.jape.functest   
 

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)
          Return the contents under a particular span.
 Node AnnotationGraph.putNodeAt(Long id, long offset)
          Creates a new node with the offset offset
 

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
 void ImmutableAnnotationSetImpl.add(Integer id, Long start, Long end, String type, FeatureMap features)
           
 Integer AnnotationSetImpl.add(Long start, Long end, String type, FeatureMap features)
          Create and add an annotation and return its id
 void TestAnnotation.testGetCovering()
           
 void TestAnnotation.testGetFeatureMapOffset()
          Test complex get (with type, offset and feature contraints)
 void TestAnnotation.testGetStringLongLong()
           
 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)
           
 

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.annedit
 

Methods in gate.gui.annedit that throw InvalidOffsetException
protected  void SchemaAnnotationEditor.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.
 

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.
 

Uses of InvalidOffsetException in gate.jape.functest
 

Methods in gate.jape.functest that throw InvalidOffsetException
protected  BaseJapeTests.AnnotationCreator BaseJapeTests.BaseAnnotationCreator.add(int start, int end, String type)
          Add an annotation of the given type over the given range.
protected  BaseJapeTests.AnnotationCreator BaseJapeTests.BaseAnnotationCreator.add(int start, int end, String type, FeatureMap fm)
          Add an annotation of the given type over the given range.
protected  BaseJapeTests.AnnotationCreator BaseJapeTests.BaseAnnotationCreator.add(String type)
          Add annot at the current offset
protected  BaseJapeTests.AnnotationCreator BaseJapeTests.BaseAnnotationCreator.addInc(String type)
          Add an annotation of the given type at the current offset and increment the placement counter.
 void BaseJapeTests.AnnotationCreator.annotate(Document doc)
           
 void BaseJapeTests.BaseAnnotationCreator.annotate(Document doc)
           
 AnnotationSet BaseJapeTests.AnnotationCreator.createAnnots(Document doc)