public interface StudyCaseResult
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseResultPackage.getStudyCaseResult()| Modifier and Type | Method and Description |
|---|---|
BranchResult |
getBranchResult(java.lang.String branchId)
get branch result by branch id
|
org.eclipse.emf.common.util.EList<BranchResult> |
getBranchResultList()
Returns the value of the 'Branch Result List' containment reference list.
|
BusResult |
getBusResult(java.lang.String busId)
get bus result by bus Id
|
org.eclipse.emf.common.util.EList<BusResult> |
getBusResultList()
Returns the value of the 'Bus Result List' containment reference list.
|
boolean |
transferAclfResult(BaseAclfNetwork<?,?> net)
Transfer Aclf Loadflow results into this object and stored in the BusRault and BranchResult.
|
org.eclipse.emf.common.util.EList<BusResult> getBusResultList()
BusResult.
If the meaning of the 'Bus Result List' reference list isn't clear, there really should be more of a description here...
bus result record listMCaseResultPackage.getStudyCaseResult_BusResultList()org.eclipse.emf.common.util.EList<BranchResult> getBranchResultList()
BranchResult.
If the meaning of the 'Branch Result List' reference isn't clear, there really should be more of a description here...
branch result record listMCaseResultPackage.getStudyCaseResult_BranchResultList()boolean transferAclfResult(BaseAclfNetwork<?,?> net)
BusResult getBusResult(java.lang.String busId)
BranchResult getBranchResult(java.lang.String branchId)