Class ActionRetractFact

  • All Implemented Interfaces:
    IAction

    public class ActionRetractFact
    extends Object
    implements IAction
    This is used to specify that the bound fact should be retracted when the rule fires.
    • Constructor Detail

      • ActionRetractFact

        public ActionRetractFact()
      • ActionRetractFact

        public ActionRetractFact​(String var)
    • Method Detail

      • getVariableName

        public String getVariableName()
      • setVariableName

        public void setVariableName​(String variableName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object