Modifier and Type | Method and Description |
---|---|
static IPSSMsgHub |
CoreCommonFactory.getIpssMsgHub()
Get the IpssMainFrame(singleton) from the SpringAppContext.
|
Modifier and Type | Class and Description |
---|---|
class |
IPSSMsgHubImpl
InterPSS Message hub, where msg is dispatched to the message listeners contained.
|
Modifier and Type | Method and Description |
---|---|
IPSSMsgHub |
CommonFactoryImpl.createIPSSMsgHubFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
protected IPSSMsgHub |
DStabSolverImpl.msg |
Constructor and Description |
---|
DStabSolver3SeqImpl(DynamicSimuAlgorithm algo,
IPSSMsgHub msg) |
DStabSolverImpl(DynamicSimuAlgorithm algo,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
static IPSSMsgHub |
IpssSimuCtx.getMsgHub()
get interpss platform msgHub object
|
IPSSMsgHub |
SimuContext.getMsgHub()
Returns the value of the 'Msg Hub' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
SimuContext.setMsgHub(IPSSMsgHub value)
Sets the value of the '
Msg Hub ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static IPSSMsgHub |
SimuContextImpl.MSG_HUB_EDEFAULT
The default value of the '
Msg Hub ' attribute. |
protected IPSSMsgHub |
SimuContextImpl.msgHub
The cached value of the '
Msg Hub ' attribute. |
Modifier and Type | Method and Description |
---|---|
IPSSMsgHub |
SimuContextImpl.getMsgHub() |
Modifier and Type | Method and Description |
---|---|
void |
SimuContextImpl.setMsgHub(IPSSMsgHub newMsgHub) |
Modifier and Type | Method and Description |
---|---|
void |
BusLoadChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusGenChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusModification.apply(Network net,
IPSSMsgHub msg) |
void |
Modification.apply(Network net,
IPSSMsgHub msg)
apply all bus and branch modifications to the network
|
void |
BranchModification.apply(Network net,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
void |
BusGenChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusLoadChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
ModificationImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BusModificationImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BranchModificationImpl.apply(Network net,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
RuleBase.apply(LoadflowAlgorithm algo,
IPSSMsgHub msg)
Apply this rule base to the AclfNet object contained by the algo object.
|
void |
BranchActionRule.apply(Network net,
IPSSMsgHub msg)
apply branch rule action
|
void |
BusActionRule.apply(Network net,
IPSSMsgHub msg)
apply bus actions
|
boolean |
RuleBase.applyForPriority(Network net,
int priority,
IPSSMsgHub msg)
Apply rule sets in the rule base with the specified priority.
|
boolean |
BusActionRule.evaluate(double vUpperLimitPU,
double vLowerLimitPU,
IPSSMsgHub msg)
evaluate rule conditions
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
RuleBaseImpl.apply(LoadflowAlgorithm algo,
IPSSMsgHub msg) |
void |
BusActionRuleImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BranchActionRuleImpl.apply(Network net,
IPSSMsgHub msg) |
boolean |
RuleBaseImpl.applyForPriority(Network net,
int priority,
IPSSMsgHub msg) |
boolean |
BusActionRuleImpl.evaluate(double vUpperLimitPU,
double vLowerLimitPU,
IPSSMsgHub msg) |