|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LimitExceededException | |
|---|---|
| compbio.data.msa | Web Service interfaces for JAva Bioinformatics Analysis Web Services. |
| compbio.metadata | A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. |
| Uses of LimitExceededException in compbio.data.msa |
|---|
| Methods in compbio.data.msa that throw LimitExceededException | |
|---|---|
java.lang.String |
MsaWS.align(java.util.List<FastaSequence> sequences)
Align a list of sequences with default settings. |
java.lang.String |
SequenceAnnotation.analize(java.util.List<FastaSequence> sequences)
Analyse the sequences. |
java.lang.String |
MsaWS.customAlign(java.util.List<FastaSequence> sequences,
java.util.List<Option<T>> options)
Align a list of sequences with options. |
java.lang.String |
SequenceAnnotation.customAnalize(java.util.List<FastaSequence> sequences,
java.util.List<Option<T>> options)
Analyse the sequences according to custom settings defined in options list. |
java.lang.String |
MsaWS.presetAlign(java.util.List<FastaSequence> sequences,
Preset<T> preset)
Align a list of sequences with preset. |
java.lang.String |
SequenceAnnotation.presetAnalize(java.util.List<FastaSequence> sequences,
Preset<T> preset)
Analyse the sequences according to the preset settings. |
| Uses of LimitExceededException in compbio.metadata |
|---|
| Methods in compbio.metadata that return LimitExceededException | |
|---|---|
static LimitExceededException |
LimitExceededException.newLimitExceeded(Limit<?> limit,
java.util.List<FastaSequence> seqs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||