public class MultiCoveringAlgorithm extends MultiDesignAlgorithm
Constructor and Description |
---|
MultiCoveringAlgorithm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
argumentFormat()
Describe how the argument(s) to the algorithm should be formatted, if applicable.
|
java.lang.String |
getProgressReport()
HTML text that will be displayed in the Algorithm Runner that explains what the algorithm is doing.
|
java.lang.String |
getResult()
Return the result of the algorithm in the context of the problem.
|
double |
getVersion()
Mostly for use in comparing results from previous versions of algorithms, and/or so we can know whether or not
data in the database is based on an older version of the algorithm.
|
void |
initializeData()
setProblemData is already implemented for you, but you might need to initialize other data related to your
algorithm.
|
void |
parseArguments(java.lang.String args)
Sends a string that the user can enter to the algorithm.
|
void |
runAlgorithm()
Runs the Algorithm.
|
countsOperations, getCurrentProblemData, getNumberOfOperations, getProblemType, quit
getState, isDone, isNotDone, isQuit, setProblemData, setState
public java.lang.String getResult()
public java.lang.String getProgressReport()
AlgorithmInterface
getProgressReport
in interface AlgorithmInterface<MultiDesignsInstance>
getProgressReport
in class MultiDesignAlgorithm
public void initializeData()
AbstractAlgorithm
initializeData
in class MultiDesignAlgorithm
public void runAlgorithm()
AlgorithmInterface
public double getVersion()
AlgorithmInterface
public void parseArguments(java.lang.String args)
AlgorithmInterface
public java.lang.String argumentFormat()
AlgorithmInterface