public abstract class PropertyEquation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PropertyEquation() |
Modifier and Type | Method and Description |
---|---|
double |
applyMixRule() |
double |
getConvAdd() |
double |
getConvFact() |
java.lang.String |
getDescription() |
double |
getFixedValue() |
Range |
getInputRanges() |
java.lang.String |
getLabel() |
Range |
getOutputRanges() |
double[] |
getPar() |
java.lang.String |
getStatus() |
void |
setConvAdd(double convAdd) |
void |
setConvFact(double convFact) |
void |
setDescription(java.lang.String description) |
void |
setFixedValue(double fixedValue) |
void |
setLabel(java.lang.String label) |
void |
setPar(double[] p) |
void |
setParameterByIndex(int i,
double p)
Sets equation parameters one by one
|
void |
toStringSummary()
Prints a description of the equation and its actual settings
|
public double applyMixRule()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public double[] getPar()
public void setPar(double[] p)
public void setParameterByIndex(int i, double p)
public void toStringSummary()
public Range getInputRanges()
public Range getOutputRanges()
public java.lang.String getStatus()
public double getConvFact()
public void setConvFact(double convFact)
public double getConvAdd()
public void setConvAdd(double convAdd)
public double getFixedValue()
public void setFixedValue(double fixedValue)