Package com.compomics.util.interfaces

Interfaces for the more specific implementations in the util package.
  • Interface Summary 
    Interface Description
    Connectable
    This interface describes the behaviour for classes that can accept an incoming DB connection.
    Flamable
    This interface describes the behaviour for classes that can handle unrecoverable errors and exceptions, thrown by child threads etc.
    Logger
    This interface describes the behaviour for a class that can log messages.
    Modification
    This interface describes the behaviour for a modification on a peptide or aminoacid sequence.
    Monitorable
    This interface describes the behaviour for any Object whose progressing state can be monitored.
    PickUp
    This interface describes the behaviour for a class that can pick up results.
    Sequence
    This interface defines the default behavior of any kind of sequence with a certain mass - be it DNA, protein or something else.
    SpectrumFile
    This interface describes the behaviour for a spectrum file (ie., PKL file, Mascot Generic file, dat file, ...).
    TableValueWrapper
    This interface describes the behaviour for a class that wraps a table element.