public class AclfBusChildNetHelper extends java.lang.Object implements IBusChildNetHelper<AclfBus,AclfBus>
| Constructor and Description |
|---|
AclfBusChildNetHelper(ChildNetInterfaceBusPair buspair) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
updateChildNet()
update the child network using the data of this bus
|
org.apache.commons.math3.complex.Complex |
updateParentNet()
Update the bus state using the child Network object.
|
org.apache.commons.math3.complex.Complex |
updateParentNet(org.apache.commons.math3.complex.Complex swingPQChildNet)
Update the bus state using the swingPQ, It is called by the updateBus() method.
|
public AclfBusChildNetHelper(ChildNetInterfaceBusPair buspair)
public org.apache.commons.math3.complex.Complex updateParentNet()
IBusChildNetHelperupdateParentNet in interface IBusChildNetHelper<AclfBus,AclfBus>public org.apache.commons.math3.complex.Complex updateParentNet(org.apache.commons.math3.complex.Complex swingPQChildNet)
IBusChildNetHelperupdateParentNet in interface IBusChildNetHelper<AclfBus,AclfBus>swingPQChildNet - parent net bus p and qpublic boolean updateChildNet()
IBusChildNetHelperupdateChildNet in interface IBusChildNetHelper<AclfBus,AclfBus>