Uses of Class
compbio.metadata.Limit

Packages that use Limit
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 Limit in compbio.data.msa
 

Methods in compbio.data.msa that return Limit
 Limit<T> Metadata.getLimit(String presetName)
          Get a Limit for a preset.
 

Uses of Limit in compbio.metadata
 

Methods in compbio.metadata that return Limit
 Limit<T> LimitsManager.getDefaultLimit()
           
 Limit<T> LimitsManager.getLimitByName(String presetName)
           
 

Methods in compbio.metadata that return types with arguments of type Limit
 List<Limit<T>> LimitsManager.getLimits()
           
 

Methods in compbio.metadata with parameters of type Limit
static LimitExceededException LimitExceededException.newLimitExceeded(Limit<?> limit, List<FastaSequence> seqs)