public interface SEBusRecord extends SEBaseRecord
The following features are supported:
SERecordPackage.getSEBusRecord()| Modifier and Type | Method and Description |
|---|---|
double |
getInjectValue()
Returns the value of the 'Inject Value' attribute.
|
int |
getJMatrixIndex()
Returns the value of the 'JMatrix Index' attribute.
|
boolean |
isAllOnStatus()
Returns the value of the 'All On Status' attribute.
|
void |
setAllOnStatus(boolean value)
Sets the value of the '
All On Status' attribute. |
void |
setInjectValue(double value)
Sets the value of the '
Inject Value' attribute. |
void |
setJMatrixIndex(int value)
Sets the value of the '
JMatrix Index' attribute. |
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidualeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetdouble getInjectValue()
setInjectValue(double),
SERecordPackage.getSEBusRecord_InjectValue()void setInjectValue(double value)
Inject Value' attribute.
value - the new value of the 'Inject Value' attribute.getInjectValue()int getJMatrixIndex()
setJMatrixIndex(int),
SERecordPackage.getSEBusRecord_JMatrixIndex()void setJMatrixIndex(int value)
JMatrix Index' attribute.
value - the new value of the 'JMatrix Index' attribute.getJMatrixIndex()boolean isAllOnStatus()
setAllOnStatus(boolean),
SERecordPackage.getSEBusRecord_AllOnStatus()void setAllOnStatus(boolean value)
All On Status' attribute.
value - the new value of the 'All On Status' attribute.isAllOnStatus()