Uses of Interface
gate.jape.functest.BaseJapeTests.AnnotationCreator

Packages that use BaseJapeTests.AnnotationCreator
gate.jape.functest   
 

Uses of BaseJapeTests.AnnotationCreator in gate.jape.functest
 

Classes in gate.jape.functest that implement BaseJapeTests.AnnotationCreator
static class BaseJapeTests.BaseAnnotationCreator
           
 

Fields in gate.jape.functest declared as BaseJapeTests.AnnotationCreator
protected  BaseJapeTests.AnnotationCreator TestConstraints.basicAnnotCreator
          Visually, this creates an annot set like this: 0-------------1--------------2 12345678901234567890 _AA (f1,"atext"), (f2,"2"), (f3,3) _B (f1,"btext), (f2,"2"), (f4,"btext4") ___BB (f1,"btext), (f2,"2"), (f4,"btext4") ______B (f1,"cctext"), (f2,"2"), (f3,3l), (f4,"ctext4") ______CC (f1,"cctext"), (f2,"2"), (f3,3l), (f4,"ctext4") ________CC (f1,"cctext"), (f2,"1"), (f4,"ctext4") _____________DD (f1,"dtext"), (f3,3l) _______________DD (f2,2l) _________________DD (ontology, "http://gate.ac.uk/tests/demo.owl"), (class, "Businessman") ____________________D (ontology, "http://gate.ac.uk/tests/demo.owl"), (class, "Country") 0-------------1--------------2 12345678901234567890
 

Methods in gate.jape.functest that return BaseJapeTests.AnnotationCreator
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.
 

Methods in gate.jape.functest with parameters of type BaseJapeTests.AnnotationCreator
 void TestConstraints.doCommonTest(String japeFilePath, String docFilePath, String[] expectedResults, int[] expectedStartOffsets, int[] expectedEndOffsets, BaseJapeTests.AnnotationCreator annocreator)
           
protected  Set<Annotation> BaseJapeTests.doTest(Document doc, String japeResourcePath, BaseJapeTests.AnnotationCreator ac, String ontologyURL)
           
protected  Set<Annotation> BaseJapeTests.doTest(String docResourcePath, String japeResourcePath, BaseJapeTests.AnnotationCreator ac)
           
protected  Set<Annotation> BaseJapeTests.doTest(String docResourcePath, String japeResourcePath, BaseJapeTests.AnnotationCreator ac, String ontologyURL)