Class ActionSetField

  • All Implemented Interfaces:
    IAction
    Direct Known Subclasses:
    ActionCallMethod, ActionUpdateField

    public class ActionSetField
    extends ActionFieldList
    For setting a field on a bound LHS variable or a global. If setting a field on a fact bound variable, this will NOT notify the engine of any changes (unless done outside of the engine).
    • Constructor Detail

      • ActionSetField

        public ActionSetField​(String var)
      • ActionSetField

        public ActionSetField()