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

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

+
+java.lang.Object
+  extended by compbio.ws.server.GenericMetadataService
+      extended by compbio.ws.server._MsaService<T>
+
+
+
Type Parameters:
T -
+
+
+
public abstract class _MsaService<T>
extends GenericMetadataService
+ + +

+TODO to complete after the approach is tested with SequenceAnnotation! + + Common methods for all SequenceAnnotation web services +

+ +

+

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Stringalign(List<FastaSequence> sequences) + +
+           
+ StringcustomAlign(List<FastaSequence> sequences, + List<Option<T>> options) + +
+           
+ AlignmentgetResult(String jobId) + +
+           
+ StringpresetAlign(List<FastaSequence> sequences, + Preset<T> preset) + +
+           
+ ChunkHolderpullExecStatistics(String jobId, + long position) + +
+          Assume statistics is not supported
+ + + + + + + +
Methods inherited from class compbio.ws.server.GenericMetadataService
cancelJob, getJobStatus, getLimit, getLimits, getPresets, getRunnerOptions
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+align

+
+public String align(List<FastaSequence> sequences)
+             throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+presetAlign

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

+customAlign

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

+getResult

+
+public Alignment getResult(String jobId)
+                    throws ResultNotAvailableException
+
+
+ +
Throws: +
ResultNotAvailableException
+
+
+
+ +

+pullExecStatistics

+
+public ChunkHolder pullExecStatistics(String jobId,
+                                      long position)
+
+
Description copied from class: GenericMetadataService
+
Assume statistics is not supported +

+

+
Overrides:
pullExecStatistics in class GenericMetadataService
+
+
+ +
Returns:
ChunkHolder
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +