Class FeatureFilter.ByAnnotation

    • Constructor Detail

      • ByAnnotation

        public ByAnnotation​(java.lang.Object key,
                            java.lang.Object value)
        Make a new ByAnnotation that will accept features with an annotation bundle containing 'value' associated with 'key'.
        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()