public interface BusLoadChange
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseModifyPackage.getBusLoadChange()| Modifier and Type | Method and Description |
|---|---|
void |
apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
BusLoadChangeType |
getChangeType()
Returns the value of the 'Change Type' attribute.
|
ComplexValueChange |
getChangeValue()
Returns the value of the 'Change Value' containment reference.
|
BusLoadCodeChange |
getCodeChange()
Returns the value of the 'Code Change' containment reference.
|
void |
setChangeType(BusLoadChangeType value)
Sets the value of the '
Change Type' attribute. |
void |
setChangeValue(ComplexValueChange value)
Sets the value of the '
Change Value' containment reference. |
void |
setCodeChange(BusLoadCodeChange value)
Sets the value of the '
Code Change' containment reference. |
BusLoadChangeType getChangeType()
BusLoadChangeType.
If the meaning of the 'Change Type' attribute isn't clear, there really should be more of a description here...
BusLoadChangeType,
setChangeType(BusLoadChangeType),
MCaseModifyPackage.getBusLoadChange_ChangeType()void setChangeType(BusLoadChangeType value)
Change Type' attribute.
value - the new value of the 'Change Type' attribute.BusLoadChangeType,
getChangeType()ComplexValueChange getChangeValue()
If the meaning of the 'Change Value' reference isn't clear, there really should be more of a description here...
setChangeValue(ComplexValueChange),
MCaseModifyPackage.getBusLoadChange_ChangeValue()void setChangeValue(ComplexValueChange value)
Change Value' containment reference.
value - the new value of the 'Change Value' containment reference.getChangeValue()BusLoadCodeChange getCodeChange()
If the meaning of the 'Code Change' reference isn't clear, there really should be more of a description here...
setCodeChange(BusLoadCodeChange),
MCaseModifyPackage.getBusLoadChange_CodeChange()void setCodeChange(BusLoadCodeChange value)
Code Change' containment reference.
value - the new value of the 'Code Change' containment reference.getCodeChange()void apply(AclfBus aclfBus, double baseKva, IPSSMsgHub msg)