|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.maintenance.RunTwoStepMaintenance
public class RunTwoStepMaintenance
Provides the ability to run two maintenance algorithms consecutively on a set of cases
Constructor Summary | |
---|---|
RunTwoStepMaintenance()
|
Method Summary | |
---|---|
static java.util.LinkedList<CBRCase> |
runMaintenance(MaintenanceAlgorithm alg1,
MaintenanceAlgorithm alg2,
java.util.Collection<CBRCase> cases,
KNNConfig simConfig)
Runs alg1 followed by alg2 on the given cases and returns the cases deleted by the combined algorithms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunTwoStepMaintenance()
Method Detail |
---|
public static java.util.LinkedList<CBRCase> runMaintenance(MaintenanceAlgorithm alg1, MaintenanceAlgorithm alg2, java.util.Collection<CBRCase> cases, KNNConfig simConfig)
alg1
- The first maintenance algorithm to performalg2
- The second maintenance algorithm to performcases
- The group of cases on which to perform maintenancesimConfig
- The KNNConfig for these cases
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |