| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.dstab.controller | |
| com.interpss.dstab.controller.annotate | |
| com.interpss.dstab.mach | |
| com.interpss.dstab.mach.impl | |
| com.interpss.dstab.mach.util |
| 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 | Class and Description |
|---|---|
class |
AbstractExciter
Abstract base class for exciter controller implementation using other than CML approach
|
class |
AbstractGovernor
Abstract base class for governor controller implementation using other than CML approach
|
class |
AbstractStabilizer
Abstract base class for stabilizer controller implementation using other than CML approach
|
class |
AnnotateExciter
Base class for all annotated CML exciter class
|
class |
AnnotateGovernor
Base class for all annotated CML Governor class
|
class |
AnnotateStabilizer
Base class for all annotated CML Stabilizer class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotateController
Base class for all annotated CML controller
- the fieldWrapperList contains a list of CML field annotation wrapper.
|
class |
AbstractChildAnnotateController
Base class for defining a child custom CML controller
1) Child CML controller does not need to defined input and y0 annotations.
|
| Modifier and Type | Method and Description |
|---|---|
MachineController |
DstabMachFactory.createMachineController()
Returns a new object of class 'Machine Controller'.
|
MachineController |
Machine.getExciter()
get machine exciter
|
MachineController |
Machine.getGovernor()
get machine governor
|
MachineController |
Machine.getStabilizer()
get machine stabilizer
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MachineController> |
Machine.getControllerList()
Returns the value of the 'Controller List' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MachineControllerImpl
An implementation of the model object 'Controller'.
|
| Modifier and Type | Method and Description |
|---|---|
MachineController |
DstabMachFactoryImpl.createMachineController() |
MachineController |
MachineImpl.getController(MachineControllerType type) |
MachineController |
MachineImpl.getExciter() |
MachineController |
MachineImpl.getGovernor() |
MachineController |
MachineImpl.getStabilizer() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MachineController> |
MachineImpl.getControllerList() |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabMachSwitch.caseMachineController(MachineController object)
Returns the result of interpreting the object as an instance of 'Machine Controller'.
|