Modifier and Type | Class and Description |
---|---|
class |
StdoutMsgListener
Output msg to the standard screen output, depending the output level.
|
Modifier and Type | Class and Description |
---|---|
class |
IpssLogger
InterPSS platform Logger implementation.
|
Modifier and Type | Method and Description |
---|---|
IpssMsgListener |
CommonFactoryImpl.createIpssMsgListenerFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
IpssMsgListener |
BaseDStabNetwork.getNetChangeListener()
Returns the value of the 'Net Change Listener' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDStabNetwork.setNetChangeListener(IpssMsgListener value)
Sets the value of the '
Net Change Listener ' attribute. |
Modifier and Type | Method and Description |
---|---|
IpssMsgListener |
DynamicSimuAlgorithm.getDynamicEventHandler()
Returns the value of the 'Dynamic Event Handler' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuAlgorithm.setDynamicEventHandler(IpssMsgListener value)
Sets the value of the '
Dynamic Event Handler ' attribute. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicEventProcessor
DStabNet network dynamic event processing implementation
|
Modifier and Type | Field and Description |
---|---|
protected static IpssMsgListener |
DynamicSimuAlgorithmImpl.DYNAMIC_EVENT_HANDLER_EDEFAULT
The default value of the '
Dynamic Event Handler ' attribute. |
protected IpssMsgListener |
DynamicSimuAlgorithmImpl.dynamicEventHandler
The cached value of the '
Dynamic Event Handler ' attribute. |
Modifier and Type | Method and Description |
---|---|
IpssMsgListener |
DynamicSimuAlgorithmImpl.getDynamicEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuAlgorithmImpl.setDynamicEventHandler(IpssMsgListener newDynamicEventHandler) |
Modifier and Type | Class and Description |
---|---|
class |
StateMonitor |
class |
StateVariableRecorder
data structure for storing state change record for testing purpose.
|
class |
YMatrixChangeRecorder
Data structure for storing Y-matrix change info for testing purpose.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRecorder<T extends BaseRecord>
Holds a list of time domain record to be recorded or measured during the
DStab simulation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDStabSimuDatabaseOutputHandler
Dynamic simulation output DB handler interface
|
interface |
IDStabSimuOutputHandler
Dynamic simulation output handler interface
|
Modifier and Type | Field and Description |
---|---|
protected static IpssMsgListener |
BaseDStabNetworkImpl.NET_CHANGE_LISTENER_EDEFAULT
The default value of the '
Net Change Listener ' attribute. |
protected IpssMsgListener |
BaseDStabNetworkImpl.netChangeListener
The cached value of the '
Net Change Listener ' attribute. |
Modifier and Type | Method and Description |
---|---|
IpssMsgListener |
BaseDStabNetworkImpl.getNetChangeListener() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDStabNetworkImpl.setNetChangeListener(IpssMsgListener newNetChangeListener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimuOutputHandler
Adapter for IDStabSimuOutputHandler interface implementation.
|