Package | Description |
---|---|
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
NetAdjustAlgorithm |
CoreAlgorithmFactory.createNetAdjustAlgorithm()
Returns a new object of class 'Net Adjust Algorithm'.
|
NetAdjustAlgorithm |
LoadflowAlgorithm.getNetAdjAlgo()
Returns the value of the 'Net Adj Algo' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadflowAlgorithm.setNetAdjAlgo(NetAdjustAlgorithm value)
Sets the value of the '
Net Adj Algo ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
NetAdjustAlgorithmImpl
An implementation of the model object 'IAclf Adjust Algorithm'.
|
Modifier and Type | Field and Description |
---|---|
protected NetAdjustAlgorithm |
LoadflowAlgorithmImpl.netAdjAlgo
The cached value of the '
Net Adj Algo ' containment reference. |
Modifier and Type | Method and Description |
---|---|
NetAdjustAlgorithm |
CoreAlgorithmFactoryImpl.createNetAdjustAlgorithm() |
NetAdjustAlgorithm |
LoadflowAlgorithmImpl.getNetAdjAlgo() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LoadflowAlgorithmImpl.basicSetNetAdjAlgo(NetAdjustAlgorithm newNetAdjAlgo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LoadflowAlgorithmImpl.setNetAdjAlgo(NetAdjustAlgorithm newNetAdjAlgo) |
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseNetAdjustAlgorithm(NetAdjustAlgorithm object)
Returns the result of interpreting the object as an instance of 'Net Adjust Algorithm'.
|