public abstract static class ACBranchAdjacencies.MatrixElementBuilder
extends java.lang.Object
| Constructor and Description |
|---|
MatrixElementBuilder(int nbus,
int nbranch) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
build(ACBranchExtList.ACBranchExt branch,
int branchIndex,
int frombus,
int tobus) |
float[] |
getBDiag() |
float[] |
getBOffDiag() |
public abstract void build(ACBranchExtList.ACBranchExt branch, int branchIndex, int frombus, int tobus) throws PAModelException
PAModelExceptionpublic float[] getBDiag()
public float[] getBOffDiag()