Uses of Class
EM_LLR_Utils.SeedGenerator.SeedConfinement

Packages that use SeedGenerator.SeedConfinement
EM_LLR_Utils   
 

Uses of SeedGenerator.SeedConfinement in EM_LLR_Utils
 

Methods in EM_LLR_Utils that return SeedGenerator.SeedConfinement
static SeedGenerator.SeedConfinement SeedGenerator.SeedConfinement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeedGenerator.SeedConfinement[] SeedGenerator.SeedConfinement.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.SeedConfinement
SeedGenerator(edu.tau.compbio.interaction.InteractionMap im, edu.tau.compbio.ds.SimilarityMatrix wMat, int[] index2index, SeedGenerator.SeedScore scoreMethod, SeedGenerator.SeedConfinement seedMethod)