public interface BusGenChange
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseModifyPackage.getBusGenChange()| Modifier and Type | Method and Description |
|---|---|
void |
apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
BusGenChangeType |
getChangeType()
Returns the value of the 'Change Type' attribute.
|
BaseValueChange |
getChangeValue()
Returns the value of the 'Change Value' containment reference.
|
void |
setChangeType(BusGenChangeType value)
Sets the value of the '
Change Type' attribute. |
void |
setChangeValue(BaseValueChange value)
Sets the value of the '
Change Value' containment reference. |
BusGenChangeType getChangeType()
BusGenChangeType.
If the meaning of the 'Change Type' attribute isn't clear, there really should be more of a description here...
BusGenChangeType,
setChangeType(BusGenChangeType),
MCaseModifyPackage.getBusGenChange_ChangeType()void setChangeType(BusGenChangeType value)
Change Type' attribute.
value - the new value of the 'Change Type' attribute.BusGenChangeType,
getChangeType()BaseValueChange getChangeValue()
If the meaning of the 'Change Value' reference isn't clear, there really should be more of a description here...
not apply to outage change type. For output, changeValue is of type ComplexValueChagne; For voltage, changeValue is of type DoubleValueChagne;setChangeValue(BaseValueChange),
MCaseModifyPackage.getBusGenChange_ChangeValue()void setChangeValue(BaseValueChange value)
Change Value' containment reference.
value - the new value of the 'Change Value' containment reference.getChangeValue()void apply(AclfBus aclfBus, double baseKva, IPSSMsgHub msg)