public interface IBusChildNetHelper<TParentBus,TChildBus>
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 pq)
Update the bus state using the swingPQ, It is called by the updateBus() method.
|
org.apache.commons.math3.complex.Complex updateParentNet(ChildNetInterfaceBusPair buspair) throws InterpssException
InterpssException
org.apache.commons.math3.complex.Complex updateParentNet(ChildNetInterfaceBusPair buspair, org.apache.commons.math3.complex.Complex pq)
pq
- parent net bus p and qboolean updateChildNet(ChildNetInterfaceBusPair buspair)