Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.path | |
com.interpss.core.algo.path.impl | |
com.interpss.core.algo.path.util |
Modifier and Type | Method and Description |
---|---|
static LossAllocationAlgorithm |
CoreObjectFactory.createLossAllocationAlgorithm()
Create a LossAllocationAlgorithm algorithm object
|
Modifier and Type | Method and Description |
---|---|
LossAllocationAlgorithm |
PathAlgorithmFactory.createLossAllocationAlgorithm()
Returns a new object of class 'Loss Allocation Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
LossAllocationAlgorithmImpl
An implementation of the Loss Allocation algorithm present in the text book.
|
Modifier and Type | Method and Description |
---|---|
LossAllocationAlgorithm |
PathAlgorithmFactoryImpl.createLossAllocationAlgorithm() |
Modifier and Type | Method and Description |
---|---|
T |
PathAlgorithmSwitch.caseLossAllocationAlgorithm(LossAllocationAlgorithm object)
Returns the result of interpreting the object as an instance of 'Loss Allocation Algorithm'.
|