public interface DclfAlgoBranch extends BranchRef<AclfBranch>
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
calPostFlow()
calculate post outage flow for the monitoring branch
|
double |
getDclfFlow()
Returns the value of the 'Dclf Flow' attribute.
|
double |
getLossFactor()
Returns the value of the 'Loss Factor' attribute.
|
double |
getShiftedFlow()
Returns the value of the 'Shifted Flow' attribute.
|
void |
setDclfFlow(double value)
Sets the value of the '
Dclf Flow ' attribute. |
void |
setLossFactor(double value)
Sets the value of the '
Loss Factor ' attribute. |
void |
setShiftedFlow(double value)
Sets the value of the '
Shifted Flow ' attribute. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
double getDclfFlow()
"0.0"
.
for cache dclf branch flow
setDclfFlow(double)
,
DclfAlgoAdapterPackage.getDclfAlgoBranch_DclfFlow()
void setDclfFlow(double value)
Dclf Flow
' attribute.
value
- the new value of the 'Dclf Flow' attribute.getDclfFlow()
double getShiftedFlow()
"0.0"
.
Shifted power flow due to the branch outage.
setShiftedFlow(double)
,
DclfAlgoAdapterPackage.getDclfAlgoBranch_ShiftedFlow()
void setShiftedFlow(double value)
Shifted Flow
' attribute.
value
- the new value of the 'Shifted Flow' attribute.getShiftedFlow()
double getLossFactor()
"0.0"
.
branch loss factor
setLossFactor(double)
,
DclfAlgoAdapterPackage.getDclfAlgoBranch_LossFactor()
void setLossFactor(double value)
Loss Factor
' attribute.
value
- the new value of the 'Loss Factor' attribute.getLossFactor()
double calPostFlow()