Class ValueAttribute<T>

java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<T>
Type Parameters:
T - the type of the value
All Implemented Interfaces:
PlotAttribute
Direct Known Subclasses:
HighPercentileAttribute, LowPercentileAttribute, StepsAttribute

public class ValueAttribute<T> extends Object implements PlotAttribute
Attribute for passing a value to plotting methods.
  • Constructor Details

    • ValueAttribute

      public ValueAttribute(T value)
      Constructs a new value attribute.
      Parameters:
      value - the value
  • Method Details

    • get

      public T get()
      Returns the value stored in this attribute.
      Returns:
      the value