Class AAindexFactory
java.lang.Object
org.biojava.nbio.core.alignment.matrices.AAindexFactory
Factory class to get Providers for substitution matrices that are provided by
the AAINDEX database.
- Author:
- Andreas Prlic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AAIndexProvider
Gets singleton instance of anAAIndexProvider
, always non-nullstatic void
setAAIndexProvider
(AAIndexProvider provider) Sets the singleton provider.
-
Constructor Details
-
AAindexFactory
public AAindexFactory()
-
-
Method Details
-
getAAIndexProvider
Gets singleton instance of anAAIndexProvider
, always non-null- Returns:
-
setAAIndexProvider
Sets the singleton provider.- Parameters:
provider
-
-