Class AbstractActionConstraintMatch

    • Constructor Detail

      • AbstractActionConstraintMatch

        public AbstractActionConstraintMatch()
      • AbstractActionConstraintMatch

        public AbstractActionConstraintMatch​(String constraintMatch)
    • Method Detail

      • getConstraintMatch

        public String getConstraintMatch()
      • setConstraintMatch

        public void setConstraintMatch​(String constraintMatch)
      • extractInterpolationVariables

        public Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> extractInterpolationVariables()
        Specified by:
        extractInterpolationVariables in interface org.drools.workbench.models.datamodel.rule.TemplateAware
      • substituteTemplateVariables

        public void substituteTemplateVariables​(Function<String,​String> keyToValueFunction)
        Specified by:
        substituteTemplateVariables in interface org.drools.workbench.models.datamodel.rule.TemplateAware
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object