Skip to content
Snippets Groups Projects
Commit 32a63230 authored by tcarver's avatar tcarver
Browse files

add setAlgorithmName()

parent 83779018
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,14 @@ public abstract class Algorithm {
return algorithm_name;
}
/**
* Return the name of this algorithm.
**/
public void setAlgorithmName (String algorithm_name)
{
this.algorithm_name = algorithm_name;
}
/**
* Return the short (one word) name of this algorithm, as passed tp the
* constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment