Package | Description |
---|---|
com.interpss.se | |
com.interpss.se.algo | |
com.interpss.se.algo.impl | |
com.interpss.se.algo.util | |
com.interpss.se.impl |
Modifier and Type | Method and Description |
---|---|
double |
SENetwork.calQERate(SEErrorThreshold threshold)
calculate the qualified estimation rate
|
Modifier and Type | Method and Description |
---|---|
SEErrorThreshold |
SEAlgoFactory.createSEErrorThreshold()
Returns a new object of class 'SE Error Threshold'.
|
SEErrorThreshold |
SEAlgorithm.getErrorThreshold()
Returns the value of the 'Error Threshold' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SEAlgorithm.setErrorThreshold(SEErrorThreshold value)
Sets the value of the '
Error Threshold ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SEErrorThresholdImpl
An implementation of the model object 'SE Error Threshold'.
|
Modifier and Type | Field and Description |
---|---|
protected SEErrorThreshold |
SEAlgorithmImpl.errorThreshold
The cached value of the '
Error Threshold ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SEErrorThreshold |
SEAlgoFactoryImpl.createSEErrorThreshold() |
SEErrorThreshold |
SEAlgorithmImpl.getErrorThreshold() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SEAlgorithmImpl.basicSetErrorThreshold(SEErrorThreshold newErrorThreshold,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SEAlgorithmImpl.setErrorThreshold(SEErrorThreshold newErrorThreshold) |
Modifier and Type | Method and Description |
---|---|
T |
SEAlgoSwitch.caseSEErrorThreshold(SEErrorThreshold object)
Returns the result of interpreting the object as an instance of 'SE Error Threshold'.
|
Modifier and Type | Method and Description |
---|---|
double |
SENetworkImpl.calQERate(SEErrorThreshold threshold) |