JAL-3878 Add getName() to Operation interface.
[jalview.git] / src / jalview / ws2 / operations / Operation.java
index ae6412b..88f3ff5 100644 (file)
@@ -4,6 +4,8 @@ import jalview.ws2.MenuEntryProviderI;
 
 public interface Operation
 {
+  public String getName();
+
   public String getTypeName();
 
   public int getMinSequences();