X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FSequenceAnnotationService.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FSequenceAnnotationService.html;h=d4d9126ef85b17fe0b4545ffde3f23702a3d5f39;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html b/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html new file mode 100644 index 0000000..d4d9126 --- /dev/null +++ b/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html @@ -0,0 +1,335 @@ + + + + + + +SequenceAnnotationService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.ws.server +
+Class SequenceAnnotationService<T>

+
+java.lang.Object
+  extended by compbio.ws.server.GenericMetadataService
+      extended by compbio.ws.server.SequenceAnnotationService<T>
+
+
+
Type Parameters:
T -
+
+
Direct Known Subclasses:
AAConWS, DisemblWS, GlobPlotWS, IUPredWS, JronnWS
+
+
+
+
public abstract class SequenceAnnotationService<T>
extends GenericMetadataService
+ + +

+Common methods for all SequenceAnnotation web services +

+ +

+

+
Since:
+
2.0
+
Version:
+
1.0 June 2011
+
Author:
+
pvtroshin
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Stringanalize(List<FastaSequence> sequences) + +
+           
+ StringcustomAnalize(List<FastaSequence> sequences, + List<Option<T>> options) + +
+           
+ ScoreManagergetAnnotation(String jobId) + +
+           
+ StringpresetAnalize(List<FastaSequence> sequences, + Preset<T> preset) + +
+           
+ + + + + + + +
Methods inherited from class compbio.ws.server.GenericMetadataService
cancelJob, getJobStatus, getLimit, getLimits, getPresets, getRunnerOptions, pullExecStatistics
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAnnotation

+
+public ScoreManager getAnnotation(String jobId)
+                           throws ResultNotAvailableException
+
+
+ +
Throws: +
ResultNotAvailableException
+
+
+
+ +

+analize

+
+public String analize(List<FastaSequence> sequences)
+               throws UnsupportedRuntimeException,
+                      LimitExceededException,
+                      JobSubmissionException
+
+
+ +
Throws: +
UnsupportedRuntimeException +
LimitExceededException +
JobSubmissionException
+
+
+
+ +

+customAnalize

+
+public String customAnalize(List<FastaSequence> sequences,
+                            List<Option<T>> options)
+                     throws UnsupportedRuntimeException,
+                            LimitExceededException,
+                            JobSubmissionException,
+                            WrongParameterException
+
+
+ +
Throws: +
UnsupportedRuntimeException +
LimitExceededException +
JobSubmissionException +
WrongParameterException
+
+
+
+ +

+presetAnalize

+
+public String presetAnalize(List<FastaSequence> sequences,
+                            Preset<T> preset)
+                     throws UnsupportedRuntimeException,
+                            LimitExceededException,
+                            JobSubmissionException,
+                            WrongParameterException
+
+
+ +
Throws: +
UnsupportedRuntimeException +
LimitExceededException +
JobSubmissionException +
WrongParameterException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +