From 32a6323075ebddce19f1598a7177d749e6bd1533 Mon Sep 17 00:00:00 2001 From: tcarver <tjc> Date: Thu, 8 Nov 2012 10:19:13 +0000 Subject: [PATCH] add setAlgorithmName() --- uk/ac/sanger/artemis/plot/Algorithm.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/uk/ac/sanger/artemis/plot/Algorithm.java b/uk/ac/sanger/artemis/plot/Algorithm.java index 434d20230..1ffeb9e5c 100644 --- a/uk/ac/sanger/artemis/plot/Algorithm.java +++ b/uk/ac/sanger/artemis/plot/Algorithm.java @@ -143,6 +143,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 -- GitLab