Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.dclf | |
com.interpss.core.algo.dclf.impl | |
com.interpss.core.algo.dclf.util |
Modifier and Type | Method and Description |
---|---|
static SenAnalysisBus |
DclfAlgoObjectFactory.createSenAnalysisBus(AclfBus bus,
DclfSourceBusType genAdjType)
Create a SenAnalysisBus object
|
Modifier and Type | Method and Description |
---|---|
SenAnalysisBus |
SenAnalysisAlgorithm.addInjectBus(AclfBus bus,
double dfactor)
add an injection bus for the multiple bus sensitivity situation
|
SenAnalysisBus |
SenAnalysisAlgorithm.addWithdrawBus(AclfBus bus,
double dfactor)
add a withdraw bus for the multiple bus sensitivity situation
|
SenAnalysisBus |
DclfAlgorithmFactory.createSenAnalysisBus()
Returns a new object of class 'Sen Analysis Bus'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithm.getInjectBusList()
Returns the value of the 'Inject Bus List' reference list.
|
org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithm.getWithdrawBusList()
Returns the value of the 'Withdraw Bus List' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
SenAnalysisAlgorithm.setWithdrawBusList(org.eclipse.emf.common.util.EList<SenAnalysisBus> list)
set the withdrawBusList
|
Modifier and Type | Class and Description |
---|---|
class |
SenAnalysisBusImpl
An implementation of the model object 'Sen Analysis Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithmImpl.injectBusList
The cached value of the '
Inject Bus List ' reference list. |
protected org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithmImpl.withdrawBusList
The cached value of the '
Withdraw Bus List ' reference list. |
Modifier and Type | Method and Description |
---|---|
SenAnalysisBus |
SenAnalysisAlgorithmImpl.addInjectBus(AclfBus bus,
double df) |
SenAnalysisBus |
SenAnalysisAlgorithmImpl.addWithdrawBus(AclfBus bus,
double df) |
SenAnalysisBus |
DclfAlgorithmFactoryImpl.createSenAnalysisBus() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithmImpl.getInjectBusList() |
org.eclipse.emf.common.util.EList<SenAnalysisBus> |
SenAnalysisAlgorithmImpl.getWithdrawBusList() |
Modifier and Type | Method and Description |
---|---|
void |
SenAnalysisAlgorithmImpl.setWithdrawBusList(org.eclipse.emf.common.util.EList<SenAnalysisBus> list) |
Modifier and Type | Method and Description |
---|---|
T |
DclfAlgorithmSwitch.caseSenAnalysisBus(SenAnalysisBus object)
Returns the result of interpreting the object as an instance of 'Sen Analysis Bus'.
|