| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.dstab.mach | |
| com.interpss.dstab.mach.impl | |
| com.interpss.dstab.mach.util | |
| com.interpss.dstab.util.sample |
| Modifier and Type | Method and Description |
|---|---|
static EConstMachine |
DStabObjectFactory.createInfiniteMachine(java.lang.String machId,
java.lang.String machName,
BaseDStabNetwork<?,?> net,
java.lang.String busId,
java.lang.String genId)
Create an Infinite Machine of type EConstMachine
|
static EConstMachine |
DStabObjectFactory.createInfiniteMachine(java.lang.String machId,
java.lang.String machName,
org.apache.commons.math3.complex.Complex z1,
org.apache.commons.math3.complex.Complex z0,
BaseDStabNetwork<?,?> net,
java.lang.String busId,
java.lang.String genId)
Create an Infinite Machine of type EConstMachine
|
| Modifier and Type | Method and Description |
|---|---|
EConstMachine |
DstabMachFactory.createEConstMachine()
Returns a new object of class 'EConst Machine'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EConstMachineImpl
An implementation of the model object 'EConst Mach Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
EConstMachine |
DstabMachFactoryImpl.createEConstMachine() |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabMachSwitch.caseEConstMachine(EConstMachine object)
Returns the result of interpreting the object as an instance of 'EConst Machine'.
|
| Modifier and Type | Method and Description |
|---|---|
static EConstMachine |
SampleDStabCase.createEConstMachine(BaseDStabNetwork<?,?> net) |