public interface BusModification extends BusRef
The following features are supported:
MCaseModifyPackage.getBusModification()| Modifier and Type | Method and Description |
|---|---|
void |
apply(Network net,
IPSSMsgHub msg) |
BusGenChange |
getGenChange()
Returns the value of the 'Gen Change' containment reference.
|
BusLoadChange |
getLoadChange()
Returns the value of the 'Load Change' containment reference.
|
boolean |
isOutService()
Returns the value of the 'Out Service' attribute.
|
void |
setGenChange(BusGenChange value)
Sets the value of the '
Gen Change' containment reference. |
void |
setLoadChange(BusLoadChange value)
Sets the value of the '
Load Change' containment reference. |
void |
setOutService(boolean value)
Sets the value of the '
Out Service' attribute. |
getBus, setBaseVoltage, setBuscheckData, 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.getBusModification_OutService()void setOutService(boolean value)
Out Service' attribute.
value - the new value of the 'Out Service' attribute.isOutService()BusLoadChange getLoadChange()
If the meaning of the 'Load Change' reference isn't clear, there really should be more of a description here...
setLoadChange(BusLoadChange),
MCaseModifyPackage.getBusModification_LoadChange()void setLoadChange(BusLoadChange value)
Load Change' containment reference.
value - the new value of the 'Load Change' containment reference.getLoadChange()BusGenChange getGenChange()
If the meaning of the 'Gen Change' reference isn't clear, there really should be more of a description here...
setGenChange(BusGenChange),
MCaseModifyPackage.getBusModification_GenChange()void setGenChange(BusGenChange value)
Gen Change' containment reference.
value - the new value of the 'Gen Change' containment reference.getGenChange()void apply(Network net, IPSSMsgHub msg) throws InterpssException
InterpssException