Modifier and Type | Method and Description |
---|---|
static ChildNetInterfaceBusPair |
ChildNetObjectFactory.createChildNetInterfaceBusPair(Bus parentBus,
Bus childBus)
create a ChildNetInterfaceBusPair object
|
Modifier and Type | Method and Description |
---|---|
boolean |
IBusChildNetHelper.updateChildNet(ChildNetInterfaceBusPair buspair)
update the child network using the data of this bus
|
boolean |
AclfBusChildNetHelper.updateChildNet(ChildNetInterfaceBusPair buspair) |
org.apache.commons.math3.complex.Complex |
IBusChildNetHelper.updateParentNet(ChildNetInterfaceBusPair buspair)
Update the bus state using the child Network object.
|
org.apache.commons.math3.complex.Complex |
AclfBusChildNetHelper.updateParentNet(ChildNetInterfaceBusPair buspair) |
org.apache.commons.math3.complex.Complex |
IBusChildNetHelper.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 |
AclfBusChildNetHelper.updateParentNet(ChildNetInterfaceBusPair buspair,
org.apache.commons.math3.complex.Complex swingPQChildNet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChildNetInterfaceBusPair> |
CommonLangFactoryImpl.createListParentChildNetBusPairFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
ChildNetInterfaceBusPair |
ChildNetworkFactory.createChildNetInterfaceBusPair()
Returns a new object of class 'Child Net Interface Bus Pair'.
|
ChildNetInterfaceBusPair |
ChildNetInterfaceBus.getInterfaceBusPair()
generate and return the parent/child network interface bus pair
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChildNetInterfaceBusPair> |
ChildNetworkWrapper.getInterfaceBusPairs()
generate and return a list of parent/child network interface bus pair
|
Modifier and Type | Class and Description |
---|---|
class |
ChildNetInterfaceBusPairImpl
An implementation of the model object 'Child Net Interface Bus Pair'.
|
Modifier and Type | Method and Description |
---|---|
ChildNetInterfaceBusPair |
ChildNetworkFactoryImpl.createChildNetInterfaceBusPair() |
ChildNetInterfaceBusPair |
ChildNetInterfaceBusImpl.getInterfaceBusPair() |
ChildNetInterfaceBusPair |
ChildNetInterfaceBusLoadImpl.getInterfaceBusPair() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChildNetInterfaceBusPair> |
ChildNetworkWrapperImpl.getInterfaceBusPairs() |
Modifier and Type | Method and Description |
---|---|
T |
ChildNetworkSwitch.caseChildNetInterfaceBusPair(ChildNetInterfaceBusPair object)
Returns the result of interpreting the object as an instance of 'Child Net Interface Bus Pair'.
|