|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DSPattern<T,R>
Title: Bioworks
Description: Modular Application Framework for Gene Expession, Sequence and Genotype Analysis
Copyright: Copyright (c) 2003 -2004
Company: Columbia University
| Method Summary | |
|---|---|
R |
match(T object)
returns the registration of the best match to the object |
java.util.List<DSPatternMatch<T,R>> |
match(T object,
double p)
returns all the matches to the object with pvalue greated than p |
java.lang.String |
toString(T object,
R registration)
returns the string representation of the pattern |
| Method Detail |
|---|
R match(T object)
object - T
java.util.List<DSPatternMatch<T,R>> match(T object,
double p)
object - T
java.lang.String toString(T object,
R registration)
object - Tregistration - R
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||