public interface ILossFactor
extends org.eclipse.emf.ecore.EObject
DclfAlgorithmPackage.getILossFactor()
Modifier and Type | Method and Description |
---|---|
double |
lossFactor(Area area,
java.lang.String injectBusId)
calculate and return loss factor with the inject bus and withdraw bus list.
|
double |
lossFactor(Area area,
java.lang.String injectBusId,
java.lang.String withdrawBusId)
calculate and return loss factor with the inject bus and withdraw bus for the area.
|
double |
lossFactor(java.lang.String injectBusId)
calculate and return loss factor with the inject bus and reference bus or withdraw bus list.
|
double |
lossFactor(java.lang.String injectBusId,
java.lang.String withdrawBusId)
calculate and return loss factor with the inject bus and reference bus or withdraw bus for the area
|
double lossFactor(java.lang.String injectBusId) throws InterpssException
injectBusId
- injection bus id
InterpssException
double lossFactor(java.lang.String injectBusId, java.lang.String withdrawBusId) throws InterpssException
injectBusId
- injection bus idwithdrawBusId
- withdraw bus id
InterpssException
double lossFactor(Area area, java.lang.String injectBusId) throws InterpssException
area
- area objectinjectBusId
- injection bus id
InterpssException
double lossFactor(Area area, java.lang.String injectBusId, java.lang.String withdrawBusId) throws InterpssException
area
- area objectinjectBusId
- injection bus idwithdrawBusId
- withdraw bus id
InterpssException