Interface Prioritizer<T1 extends BiologicalEntity,T2 extends BiologicalEntityCollection>
-
- Type Parameters:
T1- the returned priorityT2- stores the data of which a priority should be created from
- All Known Subinterfaces:
GenePrioritizer
- All Known Implementing Classes:
HighestSingleDisgenetScoreGenePrioritizer
public interface Prioritizer<T1 extends BiologicalEntity,T2 extends BiologicalEntityCollection>Returns a priority ofT1fromT2.T1should be one of theBiologicalEntitysstored insidePrioritizer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T1>sort(T2 collection)Sorts the given list.
-