| Modifier and Type | Method and Description |
|---|---|
static BaseDStabBus<?,?> |
DStabObjectFactory.createDStabBus(java.lang.String busId,
BaseDStabNetwork net)
Create a DStabBus object
|
| Modifier and Type | Method and Description |
|---|---|
static InductionMotor |
DStabObjectFactory.createInductionMotor(BaseDStabBus<?,?> bus,
java.lang.String loadId) |
static LD1PAC |
DStabObjectFactory.createLD1PAC(BaseDStabBus<?,?> bus,
java.lang.String loadId) |
| 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 |
|---|---|
java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetwork.getGenWithoutMachBusList() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dynamic3PBus
A representation of the model object 'DStab3 PBus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dynamic3PBusImpl
An implementation of the model object 'DStab3 PBus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
Dynamic3PhaseSwitch.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> |
Dynamic3PhaseSwitch.caseBaseDStabBus(BaseDStabBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base DStab Bus'.
|
| 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 |
|---|---|
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 |
|---|---|
BaseDStabBus<?,?> |
BusDynamicEvent.getDStabBus()
Returns the value of the 'DStab Bus' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusDynamicEvent.setDStabBus(BaseDStabBus<?,?> value)
Sets the value of the '
DStab Bus' reference. |
| Modifier and Type | Method and Description |
|---|---|
BaseDStabBus<?,?> |
BusDynamicEventImpl.getDStabBus() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BusDynamicEventImpl.basicSetDStabBus(BaseDStabBus<?,?> newDStabBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BusDynamicEventImpl.setDStabBus(BaseDStabBus<?,?> newDStabBus) |
| 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 |
DynamicDeviceImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Network<?,?> net) |
void |
DynamicBusDeviceImpl.setDStabBus(BaseDStabBus<?,?> newDStabBus) |
| 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 | 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 | 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
|
BaseDStabBus<?,?> |
Machine.getDStabBus()
get the DStab bus object containing the paraent machine object
|
| Modifier and Type | Method and Description |
|---|---|
BaseDStabBus<?,?> |
MachineControllerImpl.getDStabBus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EConstMachineImpl.initStates(BaseDStabBus<?,?> abus) |
boolean |
DynamicMachineImpl.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'.
|