You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/11/03 11:50:34 UTC

[uima-uimaj] 01/01: Merge pull request #73 from apache/feature/UIMA-6283-Annotation-relation-predicates

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit bc4d317e709c3cbb75d97b81b53f0af41af7ec25
Merge: cae7037 35ce8bb
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Nov 3 12:50:19 2020 +0100

    Merge pull request #73 from apache/feature/UIMA-6283-Annotation-relation-predicates
    
    [UIMA-6283] Annotation relation predicates

 .../annotation_predicates/annotation-relations.ods | Bin 0 -> 18737 bytes
 .../annotation_predicates/annotation-relations.png | Bin 0 -> 375980 bytes
 .../src/docbook/uv3.annotation_predicates.xml      |  56 +++
 .../src/docbook/version_3_users_guide.xml          |   1 +
 .../uima/cas/impl/FsIterator_set_sorted2.java      |   4 +-
 .../apache/uima/cas/text/AnnotationPredicates.java | 237 ++++++++++++
 .../org/apache/uima/cas/impl/SelectFsAssert.java   | 157 ++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 399 +++++++++++++++------
 .../uima/cas/text/AnnotationPredicateAssert.java   | 115 ++++++
 .../uima/cas/text/AnnotationPredicateTestData.java | 130 +++++++
 .../uima/cas/text/AnnotationPredicatesTest.java    | 179 +++++++++
 11 files changed, 1161 insertions(+), 117 deletions(-)