net.simplace.ui.formengine.fuzzy.FuzzyValue
Value Object containing information about the Fuzzy Type
public class FuzzyValue {
// Public Constructors
public FuzzyValue(Double aX0_0, Double aX1_0, Double aX1_1, Double aX0_1,
String aFuzzyType, Double aMaxX, Double aMinX, String aUnit);
public FuzzyValue(Double aX0_0, Double aX1_0, String aUnit);
public FuzzyValue(Double aX0_0, Double aX1_0, String aSimple, String aUnit);
public FuzzyValue(Element aElement);
// Constants
public static final double FUZZY_BOT_VALUE;
public static final double FUZZY_TOP_VALUE;
// Public Instance Methods public ChartPanel getChart();
Creates fuzzy chart based on given configuration.
returns fuzzy chart
public String getFuzzyType();
returns type of the fuzzy chart
public String getUnit();
returns the unit
public Double getMaxX();
returns the maxX
public Double getMinX();
returns the minX
// Inner Classes
public static final class FuzzyValue.FuzzyType
public static final class FuzzyValue.FuzzyStyle
}