Class RealParameter

java.lang.Object
org.episteme.core.ui.Parameter<Real>
org.episteme.core.ui.RealParameter

public class RealParameter extends Parameter<Real>
Metadata for a Real number parameter with bounds. Allows binding UI controls (double-based) to Real-based scientific models.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • RealParameter

      public RealParameter(String name, String description, Real min, Real max, Real step, Real defaultValue, Consumer<Real> onValueChange)
    • RealParameter

      public RealParameter(String name, String description, double min, double max, double step, double defaultValue, Consumer<Real> onValueChange)
  • Method Details

    • getMin

      public Real getMin()
    • getMax

      public Real getMax()
    • getStep

      public Real getStep()