public interface SEWeight
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SEAlgoPackage.getSEWeight()
Modifier and Type | Method and Description |
---|---|
double |
getBranchP()
Returns the value of the 'Branch P' attribute.
|
double |
getBranchQ()
Returns the value of the 'Branch Q' attribute.
|
double |
getBusP()
Returns the value of the 'Bus P' attribute.
|
double |
getBusQ()
Returns the value of the 'Bus Q' attribute.
|
double |
getBusVoltageMag()
Returns the value of the 'Bus Voltage Mag' attribute.
|
double |
getPresdo()
Returns the value of the 'Presdo' attribute.
|
double |
getZeroInjMeasure()
Returns the value of the 'Zero Inj Measure' attribute.
|
void |
setBranchP(double value)
Sets the value of the '
Branch P ' attribute. |
void |
setBranchQ(double value)
Sets the value of the '
Branch Q ' attribute. |
void |
setBusP(double value)
Sets the value of the '
Bus P ' attribute. |
void |
setBusQ(double value)
Sets the value of the '
Bus Q ' attribute. |
void |
setBusVoltageMag(double value)
Sets the value of the '
Bus Voltage Mag ' attribute. |
void |
setPresdo(double value)
Sets the value of the '
Presdo ' attribute. |
void |
setZeroInjMeasure(double value)
Sets the value of the '
Zero Inj Measure ' attribute. |
double getBusP()
"0.8"
.
setBusP(double)
,
SEAlgoPackage.getSEWeight_BusP()
void setBusP(double value)
Bus P
' attribute.
value
- the new value of the 'Bus P' attribute.getBusP()
double getBusQ()
"0.8"
.
setBusQ(double)
,
SEAlgoPackage.getSEWeight_BusQ()
void setBusQ(double value)
Bus Q
' attribute.
value
- the new value of the 'Bus Q' attribute.getBusQ()
double getBranchP()
"0.8"
.
setBranchP(double)
,
SEAlgoPackage.getSEWeight_BranchP()
void setBranchP(double value)
Branch P
' attribute.
value
- the new value of the 'Branch P' attribute.getBranchP()
double getBranchQ()
"0.8"
.
setBranchQ(double)
,
SEAlgoPackage.getSEWeight_BranchQ()
void setBranchQ(double value)
Branch Q
' attribute.
value
- the new value of the 'Branch Q' attribute.getBranchQ()
double getBusVoltageMag()
"0.1"
.
setBusVoltageMag(double)
,
SEAlgoPackage.getSEWeight_BusVoltageMag()
void setBusVoltageMag(double value)
Bus Voltage Mag
' attribute.
value
- the new value of the 'Bus Voltage Mag' attribute.getBusVoltageMag()
double getPresdo()
"10"
.
setPresdo(double)
,
SEAlgoPackage.getSEWeight_Presdo()
void setPresdo(double value)
Presdo
' attribute.
value
- the new value of the 'Presdo' attribute.getPresdo()
double getZeroInjMeasure()
"0.04"
.
setZeroInjMeasure(double)
,
SEAlgoPackage.getSEWeight_ZeroInjMeasure()
void setZeroInjMeasure(double value)
Zero Inj Measure
' attribute.
value
- the new value of the 'Zero Inj Measure' attribute.getZeroInjMeasure()