public abstract class VdsComparer extends Object
Constructor and Description |
---|
VdsComparer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
BestVdsProcedure(VDS x)
Base abstract function for finish best Vds treatment
|
static VdsComparer |
CreateComparer(VdsSelectionAlgorithm selectionAlgorithm)
Factory method, creates necessary comparer
|
abstract boolean |
IsBetter(VDS x,
VDS y,
VM vm)
Base abstract function to compare between two VDSs
|
public static VdsComparer CreateComparer(VdsSelectionAlgorithm selectionAlgorithm)
public abstract void BestVdsProcedure(VDS x)
x
- Copyright © 2012. All Rights Reserved.