public interface SETolerance
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SEAlgoPackage.getSETolerance()| 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 |
getSuspicious()
Returns the value of the 'Suspicious' attribute.
|
void |
setP(double value)
Sets the value of the '
P' attribute. |
void |
setQ(double value)
Sets the value of the '
Q' attribute. |
void |
setSuspicious(double value)
Sets the value of the '
Suspicious' attribute. |
double getP()
"0.001".
setP(double),
SEAlgoPackage.getSETolerance_P()void setP(double value)
P' attribute.
value - the new value of the 'P' attribute.getP()double getQ()
"0.001".
setQ(double),
SEAlgoPackage.getSETolerance_Q()void setQ(double value)
Q' attribute.
value - the new value of the 'Q' attribute.getQ()double getSuspicious()
"1".
setSuspicious(double),
SEAlgoPackage.getSETolerance_Suspicious()void setSuspicious(double value)
Suspicious' attribute.
value - the new value of the 'Suspicious' attribute.getSuspicious()