Class FeatureFilter.AnnotationContains

    • Constructor Detail

      • AnnotationContains

        public AnnotationContains​(java.lang.Object key,
                                  java.lang.Object value)
        Make a new AnnotationContains that will accept features with an annotation bundle where the value-set assosiated with the property key contains a member equal to value.
        Parameters:
        key - the Object used as a key in the annotation
        value - the Object associated with key in the annotation
    • Method Detail

      • getKey

        public java.lang.Object getKey()
      • getValue

        public java.lang.Object getValue()