JAL-919, JAL-715 - prototype service editing dialog using jalview parameter model...
[jalview.git] / src / jalview / ws / rest / params / Tree.java
index 69d2f58..ff54654 100644 (file)
@@ -1,6 +1,8 @@
 package jalview.ws.rest.params;
 
 import jalview.datamodel.AlignmentI;
+import jalview.ws.params.ArgumentI;
+import jalview.ws.params.OptionI;
 import jalview.ws.rest.InputType;
 import jalview.ws.rest.RestJob;
 import jalview.ws.rest.RestServiceDescription;
@@ -53,4 +55,10 @@ public class Tree extends InputType {
     return true;
   }
 
+  @Override
+  public List<OptionI> getOptions()
+  {
+    return getBaseOptions();
+  }
+
 }
\ No newline at end of file