Interface GuideIf

All Superinterfaces:
Formula
All Known Subinterfaces:
AdjustValueIf
All Known Implementing Classes:
AdjustValue, Guide

public interface GuideIf extends Formula
  • Field Details

    • WHITESPACE

      static final Pattern WHITESPACE
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getFmla

      String getFmla()
    • setFmla

      void setFmla(String fmla)
    • evaluate

      default double evaluate(Context ctx)
      Specified by:
      evaluate in interface Formula
    • evaluateGuide

      default double evaluateGuide(Context ctx)