public interface SEAlgorithm extends NetworkRef<SENetwork>
The following features are supported:
SEAlgoPackage.getSEAlgorithm()| Modifier and Type | Method and Description |
|---|---|
SEErrorThreshold |
getErrorThreshold()
Returns the value of the 'Error Threshold' containment reference.
|
int |
getMaxIterations()
Returns the value of the 'Max Iterations' attribute.
|
ISparseEqnDouble |
getPMatrix()
Returns the value of the 'PMatrix' attribute.
|
ISparseEqnDouble |
getQMatrix()
Returns the value of the 'QMatrix' attribute.
|
SETolerance |
getTolerance()
Returns the value of the 'Tolerance' containment reference.
|
SEWeight |
getWeight()
Returns the value of the 'Weight' containment reference.
|
double |
se()
return the Qualified Estimation Rate
|
void |
setErrorThreshold(SEErrorThreshold value)
Sets the value of the '
Error Threshold' containment reference. |
void |
setMaxIterations(int value)
Sets the value of the '
Max Iterations' attribute. |
void |
setPMatrix(ISparseEqnDouble value)
Sets the value of the '
PMatrix' attribute. |
void |
setQMatrix(ISparseEqnDouble value)
Sets the value of the '
QMatrix' attribute. |
void |
setTolerance(SETolerance value)
Sets the value of the '
Tolerance' containment reference. |
void |
setWeight(SEWeight value)
Sets the value of the '
Weight' containment reference. |
getNetwork, setNetworkcheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetISparseEqnDouble getPMatrix()
If the meaning of the 'PMatrix' attribute isn't clear, there really should be more of a description here...
setPMatrix(ISparseEqnDouble),
SEAlgoPackage.getSEAlgorithm_PMatrix()void setPMatrix(ISparseEqnDouble value)
PMatrix' attribute.
value - the new value of the 'PMatrix' attribute.getPMatrix()ISparseEqnDouble getQMatrix()
If the meaning of the 'QMatrix' attribute isn't clear, there really should be more of a description here...
setQMatrix(ISparseEqnDouble),
SEAlgoPackage.getSEAlgorithm_QMatrix()void setQMatrix(ISparseEqnDouble value)
QMatrix' attribute.
value - the new value of the 'QMatrix' attribute.getQMatrix()int getMaxIterations()
"200".
If the meaning of the 'Max Iterations' attribute isn't clear, there really should be more of a description here...
setMaxIterations(int),
SEAlgoPackage.getSEAlgorithm_MaxIterations()void setMaxIterations(int value)
Max Iterations' attribute.
value - the new value of the 'Max Iterations' attribute.getMaxIterations()SETolerance getTolerance()
setTolerance(SETolerance),
SEAlgoPackage.getSEAlgorithm_Tolerance()void setTolerance(SETolerance value)
Tolerance' containment reference.
value - the new value of the 'Tolerance' containment reference.getTolerance()SEErrorThreshold getErrorThreshold()
setErrorThreshold(SEErrorThreshold),
SEAlgoPackage.getSEAlgorithm_ErrorThreshold()void setErrorThreshold(SEErrorThreshold value)
Error Threshold' containment reference.
value - the new value of the 'Error Threshold' containment reference.getErrorThreshold()SEWeight getWeight()
setWeight(SEWeight),
SEAlgoPackage.getSEAlgorithm_Weight()void setWeight(SEWeight value)
Weight' containment reference.
value - the new value of the 'Weight' containment reference.getWeight()double se()