Uses of Class
EM_LLR_Utils.SeedGenerator.SeedScore

Packages that use SeedGenerator.SeedScore
EM_LLR_Utils   
 

Uses of SeedGenerator.SeedScore in EM_LLR_Utils
 

Methods in EM_LLR_Utils that return SeedGenerator.SeedScore
static SeedGenerator.SeedScore SeedGenerator.SeedScore.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeedGenerator.SeedScore[] SeedGenerator.SeedScore.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in EM_LLR_Utils with parameters of type SeedGenerator.SeedScore
SeedGenerator(edu.tau.compbio.interaction.InteractionMap im, edu.tau.compbio.ds.SimilarityMatrix wMat, int[] index2index, SeedGenerator.SeedScore scoreMethod, SeedGenerator.SeedConfinement seedMethod)