public class B062 extends AbstractResponseBlockette
id, originalText, title, type, volume| Constructor and Description |
|---|
B062() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Number coefficient) |
void |
addAll(List<Number> coefficients) |
char |
getApproximationType() |
List<Number> |
getCoefficients() |
char |
getFrequencyUnit() |
double |
getLowerBoundOfApproximation() |
double |
getLowerValidFrequencyBound() |
double |
getMaximumAbsoluteError() |
char |
getTransferFunctionType() |
double |
getUpperBoundOfApproximation() |
double |
getUpperValidFrequencyBound() |
void |
setApproximationType(char approximationType) |
void |
setCoefficients(List<Number> coefficients) |
void |
setFrequencyUnit(char frequencyUnit) |
void |
setLowerBoundOfApproximation(double lowerBoundOfApproximation) |
void |
setLowerValidFrequencyBound(double lowerValidFrequencyBound) |
void |
setMaximumAbsoluteError(double maximumAbsoluteError) |
void |
setTransferFunctionType(char transferFunctionType) |
void |
setUpperBoundOfApproximation(double upperBoundOfApproximation) |
void |
setUpperValidFrequencyBound(double upperValidFrequencyBound) |
String |
toSeedString() |
getSignalInputUnit, getSignalOutputUnit, getStageSequence, setSignalInputUnit, setSignalOutputUnit, setStageSequencedescribe, getId, getLength, getMaximumLength, getOriginalText, getParent, getTitle, getType, getVolume, isOverFlown, setId, setParent, setTitle, setType, setVolume, toStringpublic char getTransferFunctionType()
public void setTransferFunctionType(char transferFunctionType)
public char getApproximationType()
public void setApproximationType(char approximationType)
public char getFrequencyUnit()
public void setFrequencyUnit(char frequencyUnit)
public double getLowerValidFrequencyBound()
public void setLowerValidFrequencyBound(double lowerValidFrequencyBound)
public double getUpperValidFrequencyBound()
public void setUpperValidFrequencyBound(double upperValidFrequencyBound)
public double getLowerBoundOfApproximation()
public void setLowerBoundOfApproximation(double lowerBoundOfApproximation)
public double getUpperBoundOfApproximation()
public void setUpperBoundOfApproximation(double upperBoundOfApproximation)
public double getMaximumAbsoluteError()
public void setMaximumAbsoluteError(double maximumAbsoluteError)
public void add(Number coefficient)
public String toSeedString()
toSeedString in interface BlockettetoSeedString in class AbstractBlocketteCopyright © 2018. All rights reserved.