public interface AclfBusResultRec
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseResultPackage.getAclfBusResultRec()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescHighVoltage()
Returns the value of the 'Desc High Voltage' attribute.
|
java.lang.String |
getDescLowVoltage()
Returns the value of the 'Desc Low Voltage' attribute.
|
double |
getHighVoltMagPU()
Returns the value of the 'High Volt Mag PU' attribute.
|
BusLimitRec |
getLimit()
Returns the value of the 'Limit' containment reference.
|
double |
getLowVoltMagPU()
Returns the value of the 'Low Volt Mag PU' attribute.
|
double |
getVoltMagPU()
Returns the value of the 'Volt Mag PU' attribute.
|
void |
setDescHighVoltage(java.lang.String value)
Sets the value of the '
Desc High Voltage' attribute. |
void |
setDescLowVoltage(java.lang.String value)
Sets the value of the '
Desc Low Voltage' attribute. |
void |
setHighVoltMagPU(double value)
Sets the value of the '
High Volt Mag PU' attribute. |
void |
setLimit(BusLimitRec value)
Sets the value of the '
Limit' containment reference. |
void |
setLowVoltMagPU(double value)
Sets the value of the '
Low Volt Mag PU' attribute. |
void |
setVoltMagPU(double value)
Sets the value of the '
Volt Mag PU' attribute. |
java.lang.String getDescHighVoltage()
If the meaning of the 'Desc High Voltage' attribute isn't clear, there really should be more of a description here...
description for the bus high voltage value magnitude case.setDescHighVoltage(String),
MCaseResultPackage.getAclfBusResultRec_DescHighVoltage()void setDescHighVoltage(java.lang.String value)
Desc High Voltage' attribute.
value - the new value of the 'Desc High Voltage' attribute.getDescHighVoltage()java.lang.String getDescLowVoltage()
If the meaning of the 'Desc Low Voltage' attribute isn't clear, there really should be more of a description here...
description for the bus low voltage value magnitude case.setDescLowVoltage(String),
MCaseResultPackage.getAclfBusResultRec_DescLowVoltage()void setDescLowVoltage(java.lang.String value)
Desc Low Voltage' attribute.
value - the new value of the 'Desc Low Voltage' attribute.getDescLowVoltage()BusLimitRec getLimit()
setLimit(BusLimitRec),
MCaseResultPackage.getAclfBusResultRec_Limit()void setLimit(BusLimitRec value)
Limit' containment reference.
value - the new value of the 'Limit' containment reference.getLimit()double getHighVoltMagPU()
If the meaning of the 'High Volt Mag PU' attribute isn't clear, there really should be more of a description here...
bus high voltage value magnitude.setHighVoltMagPU(double),
MCaseResultPackage.getAclfBusResultRec_HighVoltMagPU()void setHighVoltMagPU(double value)
High Volt Mag PU' attribute.
value - the new value of the 'High Volt Mag PU' attribute.getHighVoltMagPU()double getLowVoltMagPU()
If the meaning of the 'Low Volt Mag PU' attribute isn't clear, there really should be more of a description here...
bus low voltage value magnitude.setLowVoltMagPU(double),
MCaseResultPackage.getAclfBusResultRec_LowVoltMagPU()void setLowVoltMagPU(double value)
Low Volt Mag PU' attribute.
value - the new value of the 'Low Volt Mag PU' attribute.getLowVoltMagPU()double getVoltMagPU()
If the meaning of the 'Volt Mag PU' attribute isn't clear, there really should be more of a description here...
bus voltage magnitude.setVoltMagPU(double),
MCaseResultPackage.getAclfBusResultRec_VoltMagPU()void setVoltMagPU(double value)
Volt Mag PU' attribute.
value - the new value of the 'Volt Mag PU' attribute.getVoltMagPU()