Class AAindexFactory
- java.lang.Object
-
- org.biojava.nbio.core.alignment.matrices.AAindexFactory
-
public class AAindexFactory extends Object
Factory class to get Providers for substitution matrices the are provided by the AAINDEX database.- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description AAindexFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AAIndexProvider
getAAIndexProvider()
static void
setAAIndexProvider(AAIndexProvider provider)
-
-
-
Constructor Detail
-
AAindexFactory
public AAindexFactory()
-
-
Method Detail
-
getAAIndexProvider
public static AAIndexProvider getAAIndexProvider()
-
setAAIndexProvider
public static void setAAIndexProvider(AAIndexProvider provider)
-
-