| Modifier and Type | Method and Description |
|---|---|
static DynamicSimuAlgorithm |
DStabObjectFactory.createDynamicSimuAlgorithm()
Create a DynamicSimuAlgorithm object
|
static DynamicSimuAlgorithm |
DStabObjectFactory.createDynamicSimuAlgorithm(BaseDStabNetwork<?,?> net,
IDStabSimuDatabaseOutputHandler dbOutputHandler,
IPSSMsgHub msg)
Create a DynamicSimuAlgorithm object
|
static DynamicSimuAlgorithm |
DStabObjectFactory.createDynamicSimuAlgorithm(BaseDStabNetwork<?,?> net,
IPSSMsgHub msg)
Create a DynamicSimuAlgorithm object
|
static DynamicSimuAlgorithm |
DStabObjectFactory.createDynamicSimuAlgorithm(IPSSMsgHub msg)
Create a DynamicSimuAlgorithm object
|
| Modifier and Type | Method and Description |
|---|---|
DynamicSimuAlgorithm |
DstabAlgorithmFactory.createDynamicSimuAlgorithm()
Returns a new object of class 'Dynamic Simu Algorithm'.
|
| Modifier and Type | Field and Description |
|---|---|
protected DynamicSimuAlgorithm |
AbstractDStabSolver.dstabAlgo |
| Constructor and Description |
|---|
AbstractDStabSolver(DynamicSimuAlgorithm algo) |
DStabSolver3SeqImpl(DynamicSimuAlgorithm algo,
IPSSMsgHub msg) |
DStabSolverImpl(DynamicSimuAlgorithm algo,
IPSSMsgHub msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicSimuAlgorithmImpl
An implementation of the model object 'Dynamic Simu Algorithm'.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicSimuAlgorithm |
DstabAlgorithmFactoryImpl.createDynamicSimuAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabAlgorithmSwitch.caseDynamicSimuAlgorithm(DynamicSimuAlgorithm object)
Returns the result of interpreting the object as an instance of 'Dynamic Simu Algorithm'.
|
| 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<DynamicBusDevice,java.lang.Double,DynamicSimuAlgorithm,java.util.Hashtable<java.lang.String,java.lang.Object>> |
DStabFunction.BuiltDynamicBusDeviceState
function for building script bus device state variable set
|
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
|
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 |
|---|---|
DynamicSimuAlgorithm |
SimuContext.getDynSimuAlgorithm()
Returns the value of the 'Dyn Simu Algorithm' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContext.setDynSimuAlgorithm(DynamicSimuAlgorithm value)
Sets the value of the '
Dyn Simu Algorithm' containment reference. |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicSimuAlgorithm |
SimuContextImpl.dynSimuAlgorithm
The cached value of the '
Dyn Simu Algorithm' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
DynamicSimuAlgorithm |
SimuContextImpl.getDynSimuAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SimuContextImpl.basicSetDynSimuAlgorithm(DynamicSimuAlgorithm newDynSimuAlgorithm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SimuContextImpl.setDynSimuAlgorithm(DynamicSimuAlgorithm newDynSimuAlgorithm) |