public interface SEBranchRecord
extends org.eclipse.emf.ecore.EObject, com.hazelcast.nio.serialization.DataSerializable
The following features are supported:
SERecordPackage.getSEBranchRecord()
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
getCurSeRec()
Returns the value of the 'Cur Se Rec' reference.
|
int |
getPJMatrixIndex()
Returns the value of the 'PJ Matrix Index' attribute.
|
SEMeasRecord |
getPSeRec()
Returns the value of the 'PSe Rec' reference.
|
int |
getQJMatrixIndex()
Returns the value of the 'QJ Matrix Index' attribute.
|
SEMeasRecord |
getQSeRec()
Returns the value of the 'QSe Rec' reference.
|
SEMeasRecord |
getTapSeRec()
Returns the value of the 'Tap Se Rec' reference.
|
void |
setCurSeRec(SEMeasRecord value)
Sets the value of the '
Cur Se Rec ' reference. |
void |
setPJMatrixIndex(int value)
Sets the value of the '
PJ Matrix Index ' attribute. |
void |
setPSeRec(SEMeasRecord value)
Sets the value of the '
PSe Rec ' reference. |
void |
setQJMatrixIndex(int value)
Sets the value of the '
QJ Matrix Index ' attribute. |
void |
setQSeRec(SEMeasRecord value)
Sets the value of the '
QSe Rec ' reference. |
void |
setTapSeRec(SEMeasRecord value)
Sets the value of the '
Tap Se Rec ' reference. |
void |
updateResidual(org.apache.commons.math3.complex.Complex estimation)
Update the Residual with the Estimation value
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
SEMeasRecord getPSeRec()
setPSeRec(SEMeasRecord)
,
SERecordPackage.getSEBranchRecord_PSeRec()
void setPSeRec(SEMeasRecord value)
PSe Rec
' reference.
value
- the new value of the 'PSe Rec' reference.getPSeRec()
SEMeasRecord getQSeRec()
setQSeRec(SEMeasRecord)
,
SERecordPackage.getSEBranchRecord_QSeRec()
void setQSeRec(SEMeasRecord value)
QSe Rec
' reference.
value
- the new value of the 'QSe Rec' reference.getQSeRec()
SEMeasRecord getCurSeRec()
setCurSeRec(SEMeasRecord)
,
SERecordPackage.getSEBranchRecord_CurSeRec()
void setCurSeRec(SEMeasRecord value)
Cur Se Rec
' reference.
value
- the new value of the 'Cur Se Rec' reference.getCurSeRec()
int getPJMatrixIndex()
setPJMatrixIndex(int)
,
SERecordPackage.getSEBranchRecord_PJMatrixIndex()
void setPJMatrixIndex(int value)
PJ Matrix Index
' attribute.
value
- the new value of the 'PJ Matrix Index' attribute.getPJMatrixIndex()
int getQJMatrixIndex()
setQJMatrixIndex(int)
,
SERecordPackage.getSEBranchRecord_QJMatrixIndex()
void setQJMatrixIndex(int value)
QJ Matrix Index
' attribute.
value
- the new value of the 'QJ Matrix Index' attribute.getQJMatrixIndex()
SEMeasRecord getTapSeRec()
setTapSeRec(SEMeasRecord)
,
SERecordPackage.getSEBranchRecord_TapSeRec()
void setTapSeRec(SEMeasRecord value)
Tap Se Rec
' reference.
value
- the new value of the 'Tap Se Rec' reference.getTapSeRec()
void updateResidual(org.apache.commons.math3.complex.Complex estimation)