public interface SEErrorThreshold
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SEAlgoPackage.getSEErrorThreshold()
Modifier and Type | Method and Description |
---|---|
double |
getP()
Returns the value of the 'P' attribute.
|
double |
getQ()
Returns the value of the 'Q' attribute.
|
double |
getV()
Returns the value of the 'V' attribute.
|
void |
setP(double value)
Sets the value of the '
P ' attribute. |
void |
setQ(double value)
Sets the value of the '
Q ' attribute. |
void |
setV(double value)
Sets the value of the '
V ' attribute. |
double getP()
"0.02"
.
setP(double)
,
SEAlgoPackage.getSEErrorThreshold_P()
void setP(double value)
P
' attribute.
value
- the new value of the 'P' attribute.getP()
double getQ()
"0.03"
.
setQ(double)
,
SEAlgoPackage.getSEErrorThreshold_Q()
void setQ(double value)
Q
' attribute.
value
- the new value of the 'Q' attribute.getQ()
double getV()
"0.005"
.
setV(double)
,
SEAlgoPackage.getSEErrorThreshold_V()