Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
static CustomLFMethod |
CoreObjectFactory.createCustomLFMethod()
Create a CustomLFMethod object
|
Modifier and Type | Method and Description |
---|---|
CustomLFMethod |
CoreAlgorithmFactory.createCustomLFMethod()
Returns a new object of class 'Custom LF Method'.
|
CustomLFMethod |
LoadflowAlgorithm.getCustomMethod()
Returns the value of the 'Custom Method' containment reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LfCalculator.customMethod(CustomLFMethod method)
set custom LF method object for the Custom LF calculation
|
void |
LoadflowAlgorithm.setCustomMethod(CustomLFMethod value)
Sets the value of the '
Custom Method ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
CustomLFMethodImpl
An implementation of the model object 'Custom LF Method'.
|
Modifier and Type | Field and Description |
---|---|
protected CustomLFMethod |
LoadflowAlgorithmImpl.customMethod
The cached value of the '
Custom Method ' containment reference. |
Modifier and Type | Method and Description |
---|---|
CustomLFMethod |
CoreAlgorithmFactoryImpl.createCustomLFMethod() |
CustomLFMethod |
LoadflowAlgorithmImpl.getCustomMethod() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LoadflowAlgorithmImpl.basicSetCustomMethod(CustomLFMethod newCustomMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
LfCalculatorImpl.customMethod(CustomLFMethod method) |
void |
LoadflowAlgorithmImpl.setCustomMethod(CustomLFMethod newCustomMethod) |
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseCustomLFMethod(CustomLFMethod object)
Returns the result of interpreting the object as an instance of 'Custom LF Method'.
|