Modifier and Type | Interface and Description |
---|---|
interface |
BaseDStabNetwork<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
A representation of the model object 'DStability Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DStabBus
A representation of the model object 'DStab Bus'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabFactory.createBaseDStabNetwork()
Returns a new object of class 'Base DStab Network'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabFactory.createBaseDStabBus()
Returns a new object of class 'Base DStab Bus'.
|
BaseDStabBus<DStabGen,DStabLoad> |
BaseDStabNetwork.getDStabBus(java.lang.String busId)
Get the bus based on the bus id from the network.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<BaseDStabBus<?,?>> |
DStabObjectFactory.createDStabBus(java.lang.String busId,
BaseDStabNetwork net)
Create a DStabBus object
|
java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetwork.getGenWithoutMachBusList() |
Modifier and Type | Method and Description |
---|---|
boolean |
IDynamicSimulation.initStates(BaseDStabBus<?,?> abus)
Initialize controller states.
|
boolean |
IDynamicSimulation.initStates(BaseDStabBus<?,?> abus,
Machine mach)
Initialize controller states.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DStabSolverImpl.output(BaseDStabBus<?,?> bus,
double t,
boolean plotOutput)
output simulation results
|
protected void |
DStabSolver3SeqImpl.output(BaseDStabBus<?,?> bus,
double t,
boolean plotOutput) |
Modifier and Type | Field and Description |
---|---|
protected BaseDStabBus<?,?> |
DynamicSimuAdapterImpl.dstabBus |
Modifier and Type | Method and Description |
---|---|
double |
DynamicSimuAdapterImpl.getOutput(BaseDStabBus<?,?> abus) |
double |
DynamicSimuAdapterImpl.getOutput(BaseDStabBus<?,?> abus,
Machine mach) |
java.util.Hashtable<java.lang.String,java.lang.Double> |
DynamicSimuAdapterImpl.getStates(BaseDStabBus<?,?> abus,
java.lang.Object ref) |
boolean |
DynamicSimuAdapterImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicSimuAdapterImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractAnnotateController.initStates(BaseDStabBus<?,?> abus) |
boolean |
AbstractAnnotateController.initStates(BaseDStabBus<?,?> abus,
Machine mach)
Init the controller states
|
Modifier and Type | Method and Description |
---|---|
void |
BusDynamicEventImpl.setBus(BaseDStabBus<?,?> newBus)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
BaseDStabBus<?,?> |
DynamicBusDevice.getDStabBus()
Returns the value of the 'DStab Bus' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicBusDevice.setDStabBus(BaseDStabBus<?,?> value)
Sets the value of the '
DStab Bus ' container reference. |
Modifier and Type | Method and Description |
---|---|
BaseDStabBus<?,?> |
DynamicBusDeviceImpl.getDStabBus() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicBusDeviceImpl.basicSetDStabBus(BaseDStabBus<?,?> newDStabBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicDeviceImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Network<?,?> net) |
void |
DynamicBusDeviceImpl.setDStabBus(BaseDStabBus<?,?> newDStabBus) |
Modifier and Type | Method and Description |
---|---|
boolean |
DynLoadModelImpl.initStates(BaseDStabBus<?,?> abus) |
Modifier and Type | Field and Description |
---|---|
static IFunction3<BaseDStabBus<?,?>,java.lang.Double,DynamicSimuAlgorithm,java.util.Hashtable<java.lang.String,java.lang.Object>> |
DStabFunction.BuiltBusState
function for building bus state variable set
|
static IFunction3<BaseDStabBus<?,?>,java.lang.Double,DynamicSimuAlgorithm,java.util.Hashtable<java.lang.String,java.lang.Object>> |
DStabFunction.BuiltScriptDynamicBusDeviceState
function for building script bus device state variable set
|
Modifier and Type | Method and Description |
---|---|
boolean |
VSCConverterDynImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
HvdcLine2TVSCDynImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
VSCConverterDynImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
HvdcLine2TVSCDynImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabNetworkImpl<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
An implementation of the model object 'DStability Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabBusImpl<TGen extends DStabGen,TLoad extends DStabLoad>
An implementation of the model object 'DStab Bus'.
|
class |
DStabBusImpl
An implementation of the model object 'DStab Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetworkImpl.genWithoutMachBusList |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabFactoryImpl.createBaseDStabNetwork() |
Modifier and Type | Method and Description |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabFactoryImpl.createBaseDStabBus() |
BaseDStabBus<DStabGen,DStabLoad> |
BaseDStabNetworkImpl.getDStabBus(java.lang.String busId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetworkImpl.getGenWithoutMachBusList() |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDStabBusImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
BaseDStabBusImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
Modifier and Type | Method and Description |
---|---|
BaseDStabBus<?,?> |
MachineController.getDStabBus()
get the DStab bus object containing the paraent machine object
|
Modifier and Type | Method and Description |
---|---|
BaseDStabBus |
MachineImpl.getDStabBus() |
BaseDStabBus<?,?> |
MachineControllerImpl.getDStabBus() |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicMachineImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
EConstMachineImpl.initStates(BaseDStabBus<?,?> abus) |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabSwitch.caseBaseDStabNetwork(BaseDStabNetwork<TBus,TBra> object)
Returns the result of interpreting the object as an instance of 'Base DStab Network'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabSwitch.caseBaseDStabBus(BaseDStabBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base DStab Bus'.
|