public interface BranchModification extends BranchRef
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Network net,
IPSSMsgHub msg) |
BranchRatingChange |
getRatingChange()
Returns the value of the 'Rating Change' containment reference.
|
ComplexValueChange |
getZChange()
Returns the value of the 'ZChange' containment reference.
|
boolean |
isOutService()
Returns the value of the 'Out Service' attribute.
|
void |
setOutService(boolean value)
Sets the value of the '
Out Service' attribute. |
void |
setRatingChange(BranchRatingChange value)
Sets the value of the '
Rating Change' containment reference. |
void |
setZChange(ComplexValueChange value)
Sets the value of the '
ZChange' containment reference. |
checkData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetboolean isOutService()
If the meaning of the 'Out Service' attribute isn't clear, there really should be more of a description here...
setOutService(boolean),
MCaseModifyPackage.getBranchModification_OutService()void setOutService(boolean value)
Out Service' attribute.
value - the new value of the 'Out Service' attribute.isOutService()ComplexValueChange getZChange()
If the meaning of the 'ZChange' reference isn't clear, there really should be more of a description here...
setZChange(ComplexValueChange),
MCaseModifyPackage.getBranchModification_ZChange()void setZChange(ComplexValueChange value)
ZChange' containment reference.
value - the new value of the 'ZChange' containment reference.getZChange()BranchRatingChange getRatingChange()
If the meaning of the 'Rating Change' reference isn't clear, there really should be more of a description here...
setRatingChange(BranchRatingChange),
MCaseModifyPackage.getBranchModification_RatingChange()void setRatingChange(BranchRatingChange value)
Rating Change' containment reference.
value - the new value of the 'Rating Change' containment reference.getRatingChange()void apply(Network net, IPSSMsgHub msg) throws InterpssException
InterpssException