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