public interface CoreAlgorithmFactory
extends org.eclipse.emf.ecore.EFactory
CoreAlgorithmPackage
Modifier and Type | Field and Description |
---|---|
static CoreAlgorithmFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
createAclfDclfAlgorithm()
Returns a new object of class 'Aclf Dclf Algorithm'.
|
CustomLFMethod |
createCustomLFMethod()
Returns a new object of class 'Custom LF Method'.
|
LfAdjustAlgorithm |
createLfAdjustAlgorithm()
Returns a new object of class 'Lf Adjust Algorithm'.
|
LfCalculator |
createLfCalculator()
Returns a new object of class 'Lf Calculator'.
|
LoadflowAlgorithm |
createLoadflowAlgorithm()
Returns a new object of class 'Loadflow Algorithm'.
|
NetAdjustAlgorithm |
createNetAdjustAlgorithm()
Returns a new object of class 'Net Adjust Algorithm'.
|
CoreAlgorithmPackage |
getCoreAlgorithmPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final CoreAlgorithmFactory eINSTANCE
LoadflowAlgorithm createLoadflowAlgorithm()
<TDcAlgo extends DclfAlgorithm> AclfDclfAlgorithm<TDcAlgo> createAclfDclfAlgorithm()
NetAdjustAlgorithm createNetAdjustAlgorithm()
LfCalculator createLfCalculator()
CustomLFMethod createCustomLFMethod()
CoreAlgorithmPackage getCoreAlgorithmPackage()
LfAdjustAlgorithm createLfAdjustAlgorithm()