| Package | Description |
|---|---|
| com.interpss.core | |
| com.interpss.core.algo.dclf | |
| com.interpss.core.algo.dclf.impl | |
| com.interpss.core.algo.dclf.solver | |
| com.interpss.core.algo.dclf.util |
| Modifier and Type | Method and Description |
|---|---|
static EDclfAlgorithm |
DclfAlgoObjectFactory.createEDclfAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType)
Create an EDclf algorithm object
|
| Modifier and Type | Method and Description |
|---|---|
static IEDclfSolver |
DclfAlgoObjectFactory.createEDclfSolver(EDclfAlgorithm algo)
create a EDclfSolver object
|
| Modifier and Type | Method and Description |
|---|---|
EDclfAlgorithm |
DclfAlgorithmFactory.createEDclfAlgorithm()
Returns a new object of class 'EDclf Algorithm'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EDclfAlgorithmImpl
An implementation of the model object 'EDclf Algorithm'.
|
| Modifier and Type | Method and Description |
|---|---|
EDclfAlgorithm |
DclfAlgorithmFactoryImpl.createEDclfAlgorithm() |
| Modifier and Type | Field and Description |
|---|---|
protected EDclfAlgorithm |
EDclfSolver.edclfAlgo |
| Constructor and Description |
|---|
EDclfSolver(EDclfAlgorithm algo)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
T |
DclfAlgorithmSwitch.caseEDclfAlgorithm(EDclfAlgorithm object)
Returns the result of interpreting the object as an instance of 'EDclf Algorithm'.
|