Class AAIndexFileParser
- java.lang.Object
- 
- org.biojava.nbio.core.alignment.matrices.AAIndexFileParser
 
- 
 public class AAIndexFileParser extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AAIndexFileParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,SubstitutionMatrix<AminoAcidCompound>>getMatrices()voidparse(InputStream inputStream)parse an inputStream that points to an AAINDEX database file
 
- 
- 
- 
Constructor Detail- 
AAIndexFileParserpublic AAIndexFileParser() 
 
- 
 - 
Method Detail- 
parsepublic void parse(InputStream inputStream) throws IOException parse an inputStream that points to an AAINDEX database file- Parameters:
- inputStream-
- Throws:
- IOException
 
 - 
getMatricespublic Map<String,SubstitutionMatrix<AminoAcidCompound>> getMatrices() 
 
- 
 
-