Uses of Interface
org.biojava.bio.symbol.SoftMaskedAlphabet.MaskingDetector
-
Packages that use SoftMaskedAlphabet.MaskingDetector Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of SoftMaskedAlphabet.MaskingDetector in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement SoftMaskedAlphabet.MaskingDetector Modifier and Type Class Description static classSoftMaskedAlphabet.MaskingDetector.DefaultMaskingDetectorFields in org.biojava.bio.symbol declared as SoftMaskedAlphabet.MaskingDetector Modifier and Type Field Description static SoftMaskedAlphabet.MaskingDetectorSoftMaskedAlphabet.MaskingDetector. DEFAULTMethods in org.biojava.bio.symbol that return SoftMaskedAlphabet.MaskingDetector Modifier and Type Method Description SoftMaskedAlphabet.MaskingDetectorSoftMaskedAlphabet. getMaskingDetector()Getter for theMaskingDetectorMethods in org.biojava.bio.symbol with parameters of type SoftMaskedAlphabet.MaskingDetector Modifier and Type Method Description static SoftMaskedAlphabetSoftMaskedAlphabet. getInstance(FiniteAlphabet alphaToMask, SoftMaskedAlphabet.MaskingDetector maskingDetector)Creates a compound alphabet that is a hybrid of the alphabet that is to be soft masked and a binary alphabet that indicates if anySymbolis soft masked or not.
-