| Modifier and Type | Method and Description |
|---|---|
static Machine |
DStabObjectFactory.createMachine(MachineType type)
Create a Machine object of the type
|
static Machine |
DStabObjectFactory.createMachine(java.lang.String machId,
java.lang.String machName,
MachineType type)
Create a Machine object of the type
|
static Machine |
DStabObjectFactory.createMachine(java.lang.String machId,
java.lang.String machName,
MachineType type,
BaseDStabNetwork<?,?> net,
java.lang.String busId,
java.lang.String genId)
Create a Machine object of the type
|
| Modifier and Type | Method and Description |
|---|---|
static MachineController |
DStabObjectFactory.createController(java.lang.String id,
java.lang.String name,
Machine machine)
Create a Controller object
|
| Modifier and Type | Method and Description |
|---|---|
Machine |
BaseDStabNetwork.addMachine(Machine machine,
java.lang.String busId,
java.lang.String genId)
Add the machine object to the bus identified by the bus id.
|
Machine |
DStabGen.getMach()
Returns the value of the 'Mach' reference.
|
Machine |
BaseDStabBus.getMachine()
get machine connect to this bus.
|
Machine |
BaseDStabNetwork.getMachine(java.lang.String machId)
Get the machine object identified by the machine id.
|
Machine |
BaseDStabBus.getMachine(java.lang.String machId)
get machine connect to this bus using the machine Id.
|
| Modifier and Type | Method and Description |
|---|---|
Machine |
BaseDStabNetwork.addMachine(Machine machine,
java.lang.String busId,
java.lang.String genId)
Add the machine object to the bus identified by the bus id.
|
void |
DStabGen.setMach(Machine value)
Sets the value of the '
Mach' reference. |
| Modifier and Type | Method and Description |
|---|---|
Machine |
DynamicSimuAlgorithm.getRefMachine()
Returns the value of the 'Ref Machine' reference.
|
| Modifier and Type | Method and Description |
|---|---|
double |
IDynamicSimulation.getOutput(Machine mach)
Calculate the output of this controller from its states.
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
IDynamicSimulation.getStates(Machine mach,
java.lang.Object ref)
Return a Hashtable of all controller states for output purpose.
|
boolean |
IDynamicSimulation.initStates(BaseDStabBus<?,?> abus,
Machine mach)
Initialize controller states.
|
boolean |
IDynamicSimulation.nextStep(double dt,
DynamicSimuMethod method,
Machine mach)
Calculate the controller's next step states x(t+1) = x(t) + dxdt * dt.
|
void |
DynamicSimuAlgorithm.setRefMachine(Machine value)
Sets the value of the '
Ref Machine' reference. |
| Modifier and Type | Method and Description |
|---|---|
Machine |
DynamicSimuAlgorithmImpl.getRefMachine() |
| Modifier and Type | Method and Description |
|---|---|
double |
DynamicSimuAdapterImpl.getOutput(BaseDStabBus<?,?> abus,
Machine mach) |
double |
DynamicSimuAdapterImpl.getOutput(Machine mach) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
DynamicSimuAdapterImpl.getStates(Machine mach,
java.lang.Object ref) |
boolean |
DynamicSimuAdapterImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicSimuAdapterImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach) |
void |
DynamicSimuAlgorithmImpl.setRefMachine(Machine newRefMachine) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AnnotateStabilizer.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AnnotateGovernor.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AnnotateExciter.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AbstractStabilizer.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AbstractGovernor.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
AbstractExciter.getStates(Machine mach,
java.lang.Object ref)
Get controller states for display purpose
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractAnnotateController.eulerStep(boolean step1,
double dt,
Machine mach)
solve diff eqn.
|
double |
AbstractAnnotateController.getOutput(Machine mach) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
AbstractAnnotateController.getStates(Machine mach,
java.lang.Object ref) |
boolean |
AbstractAnnotateController.initStates(BaseDStabBus<?,?> abus,
Machine mach)
Init the controller states
|
boolean |
AbstractAnnotateController.nextStep(double dt,
DynamicSimuMethod method,
Machine mach)
Perform one step diff eqn calculation
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEvent.initSetPointChange(Machine mach)
initialize the machine for th setPoint change
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEventImpl.initSetPointChange(Machine mach) |
| Modifier and Type | Method and Description |
|---|---|
double |
DynamicDeviceImpl.getOutput(Machine mach) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
DynamicDeviceImpl.getStates(Machine mach,
java.lang.Object ref) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
DynamicBusDeviceImpl.getStates(Machine mach,
java.lang.Object ref) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
DynamicBranchDeviceImpl.getStates(Machine mach,
java.lang.Object ref) |
boolean |
DynamicDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
DynamicDeviceImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach) |
| Modifier and Type | Field and Description |
|---|---|
static IFunction3<Machine,java.lang.Double,DynamicSimuAlgorithm,java.util.Hashtable<java.lang.String,java.lang.Object>> |
DStabFunction.BuiltMachineState
Function to build machine state variable set
|
| Modifier and Type | Method and Description |
|---|---|
Machine |
BaseDStabNetworkImpl.addMachine(Machine machine,
java.lang.String busId,
java.lang.String genId) |
Machine |
DStabGenImpl.getMach() |
Machine |
BaseDStabBusImpl.getMachine() |
Machine |
BaseDStabNetworkImpl.getMachine(java.lang.String machId) |
Machine |
BaseDStabBusImpl.getMachine(java.lang.String machId) |
| Modifier and Type | Method and Description |
|---|---|
Machine |
BaseDStabNetworkImpl.addMachine(Machine machine,
java.lang.String busId,
java.lang.String genId) |
org.eclipse.emf.common.notify.NotificationChain |
DStabGenImpl.basicSetMach(Machine newMach,
org.eclipse.emf.common.notify.NotificationChain msgs) |
double |
BaseDStabBusImpl.getOutput(Machine mach) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
BaseDStabBusImpl.getStates(Machine mach,
java.lang.Object ref) |
boolean |
BaseDStabBusImpl.initStates(BaseDStabBus<?,?> abus,
Machine mach) |
boolean |
BaseDStabBusImpl.nextStep(double dt,
DynamicSimuMethod method,
Machine mach) |
void |
DStabGenImpl.setMach(Machine newMach) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicMachine
A representation of the model object 'Dynamic Mach Adapter'.
|
interface |
EConstMachine
A representation of the model object 'EConst Mach Adapter'.
|
interface |
Eq1Ed1Machine
A representation of the model object 'Eq1 Ed1 Mach Adapter'.
|
interface |
Eq1Machine
A representation of the model object 'Eq1 Mach Adapter'.
|
interface |
RoundRotorMachine
A representation of the model object 'Round Rotor Mach Adapter'.
|
interface |
SalientPoleMachine
A representation of the model object 'Salient Pole Mach Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
Machine |
DstabMachFactory.createMachine()
Returns a new object of class 'Machine'.
|
Machine |
MachineController.getMachine()
Returns the value of the 'Machine' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MachineController.setMachine(Machine value)
Sets the value of the '
Machine' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicMachineImpl
An implementation of the model object 'Dynamic Mach Adapter'.
|
class |
EConstMachineImpl
An implementation of the model object 'EConst Mach Adapter'.
|
class |
Eq1Ed1MachineImpl
An implementation of the model object 'Eq1 Ed1 Mach Adapter'.
|
class |
Eq1MachineImpl
An implementation of the model object 'Eq1 Mach Adapter'.
|
class |
MachineImpl
An implementation of the model object 'Machine Adapter'.
|
class |
RoundRotorMachineImpl
An implementation of the model object 'Round Rotor Mach Adapter'.
|
class |
SalientPoleMachineImpl
An implementation of the model object 'Salient Pole Mach Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
Machine |
DstabMachFactoryImpl.createMachine() |
Machine |
MachineControllerImpl.getMachine() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
MachineControllerImpl.basicSetMachine(Machine newMachine,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.util.Hashtable<java.lang.String,java.lang.Object> |
MachineControllerImpl.getStates(Machine mach,
java.lang.Object ref) |
void |
MachineControllerImpl.setMachine(Machine newMachine) |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabMachSwitch.caseMachine(Machine object)
Returns the result of interpreting the object as an instance of 'Machine'.
|