Class HighPercentileAttribute

java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<Double>
org.moeaframework.analysis.plot.style.HighPercentileAttribute
All Implemented Interfaces:
PlotAttribute

public class HighPercentileAttribute extends ValueAttribute<Double>
Defines the high percentile when producing deviation plots.
  • Field Details

  • Constructor Details

    • HighPercentileAttribute

      public HighPercentileAttribute(double highPercentile)
      Constructs a new attribute defining the high percentile.
      Parameters:
      highPercentile - the percentile, a value between 50.0 and 100.0
  • Method Details

    • of

      public static HighPercentileAttribute of(double highPercentile)
      Returns an attribute defining the high percentile when producing deviation plots.
      Parameters:
      highPercentile - the percentile, a value between 50.0 and 100.0
      Returns:
      the resulting attribute