Interface ModificationProvider

All Known Implementing Classes:
ModificationFactory

public interface ModificationProvider
Interface for a modification provider.
Author:
Marc Vaudel
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the modification with the given name name.
  • Method Details

    • getModification

      Modification getModification(String name)
      Returns the modification with the given name name. Null if none found.
      Parameters:
      name - The name of the modification of interest.
      Returns:
      The modification of interest