Class FormulaFunctionSetDescription

java.lang.Object
org.yamcs.studio.data.formula.FormulaFunctionSetDescription

public class FormulaFunctionSetDescription extends Object
The description for a function set to be used in formula language.
  • Constructor Details

    • FormulaFunctionSetDescription

      public FormulaFunctionSetDescription(String name, String description)
      A new function set description.
      Parameters:
      name - the name of the function set
      description - the description of the function set
  • Method Details