public class NonZeroLambda
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NonZeroLambda(int dmuIndex,
double lambdaValue)
Constructor of the NonZeroLambda class.
|
Modifier and Type | Method and Description |
---|---|
int |
getDMUIndex()
Gets the DMU Index of a NonZeroLambda.
|
double |
getLambdaValue()
Gets the value of a NonZeroLambda.
|
NonZeroLambda |
getNonZeroLambda()
Gets the NonZeroLambda (this).
|
void |
setDMUIndex(int dMUIndex)
Updates the DMU Index of a NonZeroLambda.
|
void |
setLambdaValue(double lValue)
Updates the value of a NonZeroLambda.
|
public NonZeroLambda(int dmuIndex, double lambdaValue)
dmuIndex
- The index corresponding to the specific DMU.lambdaValue
- The associated Lamda value corresponding to the specific DMU index.public NonZeroLambda getNonZeroLambda()
public void setLambdaValue(double lValue)
lValue
- The value of the Lambda to set.public double getLambdaValue()
public void setDMUIndex(int dMUIndex)
dMUIndex
- The index of the DMU to set.public int getDMUIndex()