Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.dclf | |
com.interpss.core.algo.dclf.impl | |
com.interpss.core.algo.dclf.solver |
Modifier and Type | Method and Description |
---|---|
static IEDclfSolver |
DclfAlgoObjectFactory.createEDclfSolver(EDclfAlgorithm algo)
create a EDclfSolver object
|
Modifier and Type | Method and Description |
---|---|
IEDclfSolver |
EDclfAlgorithm.getEDclfSolver()
Returns the value of the 'EDclf Solver' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
EDclfAlgorithm.setEDclfSolver(IEDclfSolver value)
Sets the value of the '
EDclf Solver ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static IEDclfSolver |
EDclfAlgorithmImpl.EDCLF_SOLVER_EDEFAULT
The default value of the '
EDclf Solver ' attribute. |
protected IEDclfSolver |
EDclfAlgorithmImpl.eDclfSolver
The cached value of the '
EDclf Solver ' attribute. |
Modifier and Type | Method and Description |
---|---|
IEDclfSolver |
EDclfAlgorithmImpl.getEDclfSolver() |
Modifier and Type | Method and Description |
---|---|
void |
EDclfAlgorithmImpl.setEDclfSolver(IEDclfSolver newEDclfSolver) |
Modifier and Type | Class and Description |
---|---|
class |
EDclfSolver
IDclfSolver interface implementation.
|