data
Interface ProteinSet

All Known Subinterfaces:
FunctionalSimilarities, ScoresCalculator
All Known Implementing Classes:
Complex, ComplexSet, FunctionalSimilaritiesSchlicker, GOAnnotations, HartCalculator, PECalculator, ProteinNetwork, PurificationData, PurificationExperiment, SocioAffinityCalculator

public interface ProteinSet

This interface is implemented by classes which work on or contain a distinct set of proteins which are represented by internal IDs (see also: ProteinManager).

Implementing classes should ensure that all proteins they are working on will be returned in the getProteins() call.

Author:
Jan Krumsiek

Method Summary
 Set<Integer> getProteins()
          Returns the set of proteins this object is working with or containing.
 

Method Detail

getProteins

Set<Integer> getProteins()
Returns the set of proteins this object is working with or containing.

Returns:
a set of internal IDs