Interface IGeneticClientManager


public interface IGeneticClientManager
  • Method Details

    • getAnalyzerPlugin

      @Nullable <S extends ISpecies<I>, I extends IIndividual> IAnalyzerPlugin<S,I> getAnalyzerPlugin(ISpeciesType<S,I> type)
      Retrieves the new-style analyzer plugin used to display genetic information.
      Parameters:
      type - The species type to display information for
      Returns:
      The plugin to use for displaying information, or null if no plugin was registered.