de.unibi.techfak.InSilicoDicer.OperatingPackage.SearchMethods.SearchByName
Interface IPatternMatching

All Known Implementing Classes:
BMi

public interface IPatternMatching

Author:
Sylvia

Method Summary
 boolean match(java.lang.String pattern, java.lang.String text)
          Executes exact Pattern Matching where the pattern is maybe a (part of) precursor description and the text is the desciption of a Precursor in a miRNA databse
 

Method Detail

match

boolean match(java.lang.String pattern,
              java.lang.String text)
Executes exact Pattern Matching where the pattern is maybe a (part of) precursor description and the text is the desciption of a Precursor in a miRNA databse

Parameters:
pattern -
text -
Returns:
True if pattern matches text