Class RhsBuilder

  • All Implemented Interfaces:
    SourceBuilder

    public class RhsBuilder
    extends java.lang.Object
    implements SourceBuilder
    Builds up a consequence entry.
    • Constructor Detail

      • RhsBuilder

        public RhsBuilder​(ActionType.Code code,
                          int row,
                          int column,
                          java.lang.String boundVariable)
        Parameters:
        boundVariable - Pass in a bound variable if there is one. Any cells below then will be called as methods on it. Leaving it blank will make it work in "classic" mode.