JAL-3878 Refactoring SeqAnnotationServiceCalcWorker.
[jalview.git] / src / jalview / ws2 / operations / Operation.java
index e244afa..ff559d4 100644 (file)
@@ -23,4 +23,10 @@ public interface Operation
   public boolean isInteractive();
 
   public MenuEntryProviderI getMenuBuilder();
+
+  public boolean isAlignmentAnalysis();
+  
+  public boolean getFilterNonStandardSymbols();
+  
+  public boolean getNeedsAlignedSequences();
 }