refactored gap insert/visible view modification code from JPredThread
[jalview.git] / src / jalview / ws / rest / InputType.java
index 77583b7..9a4f297 100644 (file)
@@ -15,8 +15,12 @@ import org.apache.http.entity.mime.content.StringBody;
 import sun.io.CharacterEncoding;
 import sun.misc.CharacterEncoder;
 
-/** Service Input info { a sequence of [ Sequence Id vector (min,max,moltype, separator,regex,colrange(start-end)), Sequence(format-bare or alignment, moltype, min, max, separator)), Alignment(format, moltype),
- */ 
+/***
+ * InputType is the abstract model of each input parameter that a rest service might take.
+ * It enables the engine to validate input by providing 
+ * { formatter for type, parser for type }
+ *  
+ */
 public abstract class InputType {
   /**
    * not used yet