Class QualifierAdder

    • Method Detail

      • createQualifier

        protected abstract Qualifier createQualifier​(VariableValue var,
                                                     java.lang.String relation,
                                                     java.lang.String value)
        Invoked to create the qualifier object and connect as needed. If extra state is needed, provide it via the subclass constructor.
        Parameters:
        var - The variable that qualifies this, e.g. the one that's watched
        relation - The relation term from the qualifier definition, e.g. greater than
        value - The value for the comparison
        Returns:
        the new Qualifier object for this request.
      • addListener

        protected abstract void addListener​(java.beans.PropertyChangeListener qc)