Modifier and Type | Method and Description |
---|---|
static LoadflowAlgorithm |
CoreObjectFactory.createChildNetLoadflowAlgorithm()
Create a multi-network Loadflow algorithm object
|
static LoadflowAlgorithm |
CoreObjectFactory.createLoadflowAlgorithm()
Create a Loadflow algorithm object
|
static LoadflowAlgorithm |
CoreObjectFactory.createLoadflowAlgorithm(BaseAclfNetwork<?,?> net)
Create a LoadflowAlgorithm algorithm object
|
static LoadflowAlgorithm |
CoreObjectFactory.createLoadflowAlgorithm(BaseAclfNetwork<?,?> net,
AclfMethodType method)
Create a LoadflowAlgorithm algorithm object
|
Modifier and Type | Interface and Description |
---|---|
interface |
AclfDclfAlgorithm<TDcAlgo extends DclfAlgorithm>
A representation of the model object 'Aclf Dclf Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
CoreAlgorithmFactory.createLoadflowAlgorithm()
Returns a new object of class 'Loadflow Algorithm'.
|
LoadflowAlgorithm |
LfAdjustAlgorithm.getLfAlgo()
Returns the value of the 'Lf Algo' container reference.
|
LoadflowAlgorithm |
NetAdjustAlgorithm.getLfAlgo()
Returns the value of the 'Lf Algo' container reference.
|
LoadflowAlgorithm |
LfCalculator.getLfAlgo()
Returns the value of the 'Lf Algo' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LfAdjustAlgorithm.setLfAlgo(LoadflowAlgorithm value)
Sets the value of the '
Lf Algo ' container reference. |
void |
NetAdjustAlgorithm.setLfAlgo(LoadflowAlgorithm value)
Sets the value of the '
Lf Algo ' container reference. |
void |
LfCalculator.setLfAlgo(LoadflowAlgorithm value)
Sets the value of the '
Lf Algo ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
AclfDclfAlgorithmImpl<TDcAlgo extends DclfAlgorithm>
An implementation of the model object 'Aclf Dclf Algorithm'.
|
class |
LoadflowAlgorithmImpl
An implementation of the model object 'ILoadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
CoreAlgorithmFactoryImpl.createLoadflowAlgorithm() |
LoadflowAlgorithm |
LfAdjustAlgorithmImpl.getLfAlgo() |
LoadflowAlgorithm |
NetAdjustAlgorithmImpl.getLfAlgo() |
LoadflowAlgorithm |
LfCalculatorImpl.getLfAlgo() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LfAdjustAlgorithmImpl.basicSetLfAlgo(LoadflowAlgorithm newLfAlgo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NetAdjustAlgorithmImpl.basicSetLfAlgo(LoadflowAlgorithm newLfAlgo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LfCalculatorImpl.basicSetLfAlgo(LoadflowAlgorithm newLfAlgo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LfAdjustAlgorithmImpl.setLfAlgo(LoadflowAlgorithm newLfAlgo) |
void |
NetAdjustAlgorithmImpl.setLfAlgo(LoadflowAlgorithm newLfAlgo) |
void |
LfCalculatorImpl.setLfAlgo(LoadflowAlgorithm newLfAlgo) |
Modifier and Type | Field and Description |
---|---|
protected LoadflowAlgorithm |
DefaultChildNetLfSolver.algo |
Constructor and Description |
---|
DefaultChildNetLfSolver(LoadflowAlgorithm algo)
constructor
|
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseLoadflowAlgorithm(LoadflowAlgorithm object)
Returns the result of interpreting the object as an instance of 'Loadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
DynamicSimuAlgorithm.getAclfAlgorithm()
Returns the value of the 'Aclf Algorithm' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuAlgorithm.setAclfAlgorithm(LoadflowAlgorithm value)
Sets the value of the '
Aclf Algorithm ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected LoadflowAlgorithm |
DynamicSimuAlgorithmImpl.aclfAlgorithm
The cached value of the '
Aclf Algorithm ' containment reference. |
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
DynamicSimuAlgorithmImpl.getAclfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicSimuAlgorithmImpl.basicSetAclfAlgorithm(LoadflowAlgorithm newAclfAlgorithm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DynamicSimuAlgorithmImpl.setAclfAlgorithm(LoadflowAlgorithm newAclfAlgorithm) |
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
SimuContext.getLoadflowAlgorithm()
Returns the value of the 'Loadflow Algorithm' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SimuContext.setLoadflowAlgorithm(LoadflowAlgorithm value)
Sets the value of the '
Loadflow Algorithm ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected LoadflowAlgorithm |
SimuContextImpl.loadflowAlgorithm
The cached value of the '
Loadflow Algorithm ' containment reference. |
Modifier and Type | Method and Description |
---|---|
LoadflowAlgorithm |
SimuContextImpl.getLoadflowAlgorithm() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SimuContextImpl.basicSetLoadflowAlgorithm(LoadflowAlgorithm newLoadflowAlgorithm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SimuContextImpl.setLoadflowAlgorithm(LoadflowAlgorithm newLoadflowAlgorithm) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContingencyAnalysis.analysis(LoadflowAlgorithm algo,
ContingencyAnalysisType analysisType)
perform contingency analysis of the contingency analysis type
|
void |
AclfStudyCase.runLFnSaveResult(LoadflowAlgorithm algo,
AclfMultiStudyCase container)
Run loadflow using the algorithm object and the AclfNet object carried by the
algorithm object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContingencyAnalysisImpl.analysis(LoadflowAlgorithm algo,
ContingencyAnalysisType analysisType) |
void |
AclfStudyCaseImpl.runLFnSaveResult(LoadflowAlgorithm algo,
AclfMultiStudyCase container) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
RuleBaseImpl.apply(LoadflowAlgorithm algo,
IPSSMsgHub msg) |