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 that are provided by the AAINDEX database.
Author:
Andreas Prlic
  • Constructor Details

    • AAindexFactory

      public AAindexFactory()
  • Method Details

    • getAAIndexProvider

      public static AAIndexProvider getAAIndexProvider()
      Gets singleton instance of an AAIndexProvider, always non-null
      Returns:
    • setAAIndexProvider

      public static void setAAIndexProvider(AAIndexProvider provider)
      Sets the singleton provider.
      Parameters:
      provider -