X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FInputType.java;h=9a4f2976cdcfa6c4ffeb51ecfe738c9e507c3e9d;hb=9659f01c9954d78d03e47aaedb89f6122f2b7142;hp=77583b785f18ddf1cb812521f5dab45f5ce28377;hpb=c762d9525db36ffd5d3fca49fb5e7d506d13401a;p=jalview.git diff --git a/src/jalview/ws/rest/InputType.java b/src/jalview/ws/rest/InputType.java index 77583b7..9a4f297 100644 --- a/src/jalview/ws/rest/InputType.java +++ b/src/jalview/ws/rest/InputType.java @@ -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