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=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=085b91bf074085613012019a0ef6c0f5bfda2e4c;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/ws/server/_MsaService.html b/website/full_javadoc/compbio/ws/server/_MsaService.html deleted file mode 100644 index 085b91b..0000000 --- a/website/full_javadoc/compbio/ws/server/_MsaService.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -_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
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -