Modifier and Type | Method and Description |
---|---|
void |
StdoutMsgListener.onMsgEvent(IpssMessage msg)
Implementation of the onMsgEvent method.
|
void |
IpssMsgListener.onMsgEvent(IpssMessage e)
Process the msg
|
boolean |
StdoutMsgListener.onMsgEventStatus(IpssMessage msg)
process the msg
|
boolean |
IpssMsgListener.onMsgEventStatus(IpssMessage e)
Process the msg and return a status
|
void |
IPSSMsgHubBase.sendMsg(IpssMessage msg)
Send msg by calling the fireEvent method.
|
Modifier and Type | Class and Description |
---|---|
class |
IpssMessageAdapter
IpssMessage interface adapter
|
class |
SimuMessageImpl
An implementation of the IpssMessage interface for sending simulation msg (carrying results)
from one place to another.
|
class |
TextMessageImpl
A text message implementation of the IpssMessage interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IPSSMsgHubBaseImpl.fireEvent(IpssMessage msg)
Fire a msg event by calling all listeners' onMsgEvent method.
|
void |
IPSSMsgHubBaseImpl.sendMsg(IpssMessage msg)
Send msg by calling the fireEvent method.
|
Modifier and Type | Method and Description |
---|---|
void |
IpssLogger.onMsgEvent(IpssMessage msg)
Implementation of the onMsgEvent method.
|
boolean |
IpssLogger.onMsgEventStatus(IpssMessage msg)
the method is not implemented.
|
Modifier and Type | Method and Description |
---|---|
IpssMessage |
CommonFactoryImpl.createIpssMessageFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicEventProcessor.onMsgEvent(IpssMessage eventMsg) |
boolean |
DynamicEventProcessor.onMsgEventStatus(IpssMessage eventMsg)
process network dynamic event
|
Modifier and Type | Method and Description |
---|---|
void |
StateMonitor.onMsgEvent(IpssMessage e) |
void |
YMatrixChangeRecorder.onMsgEvent(IpssMessage eventMsg) |
boolean |
StateMonitor.onMsgEventStatus(IpssMessage e) |
boolean |
StateVariableRecorder.onMsgEventStatus(IpssMessage event)
Record the simulation results
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRecorder.onMsgEvent(IpssMessage eventMsg) |
boolean |
BaseRecorder.onMsgEventStatus(IpssMessage eventMsg) |
Modifier and Type | Class and Description |
---|---|
class |
DStabSimuEvent
Current the event is used to represent DStab output event
|
class |
DStabSimuTimeEvent
Event for representing simulation event with time attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimuOutputHandler.onMsgEvent(IpssMessage e) |
boolean |
AbstractSimuOutputHandler.onMsgEventStatus(IpssMessage e) |