|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geworkbench.bison.datastructure.complex.pattern.CSMatchedPattern<T,R>
public class CSMatchedPattern<T extends DSSequential,R>
Title: Bioworks
Description: Modular Application Framework for Gene Expession, Sequence and Genotype Analysis
Copyright: Copyright (c) 2003 -2004
Company: Columbia University
| Field Summary | |
|---|---|
protected java.util.List<DSPatternMatch<T,R>> |
matches
|
protected DSPattern<T,R> |
pattern
|
protected double |
zScore
|
| Constructor Summary | |
|---|---|
CSMatchedPattern()
|
|
CSMatchedPattern(DSPattern<T,R> _pattern)
|
|
| Method Summary | |
|---|---|
boolean |
add(DSPatternMatch<T,R> match)
|
void |
addAll(DSMatchedPattern<T,R> matches)
|
boolean |
containsObject(T object)
|
boolean |
containsSupport(CSMatchedPattern<T,R> pat)
|
DSPatternMatch<T,R> |
get(int i)
|
java.lang.String |
getLabel()
Gets the label for this object. |
DSPattern<T,R> |
getPattern()
|
double |
getPValue()
|
int |
getSupport()
|
int |
getUniqueSupport()
|
java.util.List<DSPatternMatch<T,R>> |
matches()
|
void |
setLabel(java.lang.String label)
Sets the label for this object. |
void |
setPValue(double pValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<DSPatternMatch<T extends DSSequential,R>> matches
protected DSPattern<T extends DSSequential,R> pattern
protected double zScore
| Constructor Detail |
|---|
public CSMatchedPattern(DSPattern<T,R> _pattern)
public CSMatchedPattern()
| Method Detail |
|---|
public DSPattern<T,R> getPattern()
getPattern in interface DSMatchedPattern<T extends DSSequential,R>public boolean add(DSPatternMatch<T,R> match)
add in interface DSMatchedPattern<T extends DSSequential,R>public java.util.List<DSPatternMatch<T,R>> matches()
matches in interface DSMatchedPattern<T extends DSSequential,R>public boolean containsObject(T object)
public boolean containsSupport(CSMatchedPattern<T,R> pat)
public double getPValue()
getPValue in interface DSPValuepublic void setPValue(double pValue)
setPValue in interface DSPValuepublic int getSupport()
getSupport in interface DSMatchedPattern<T extends DSSequential,R>public int getUniqueSupport()
getUniqueSupport in interface DSMatchedPattern<T extends DSSequential,R>public DSPatternMatch<T,R> get(int i)
get in interface DSMatchedPattern<T extends DSSequential,R>public void addAll(DSMatchedPattern<T,R> matches)
addAll in interface DSMatchedPattern<T extends DSSequential,R>public void setLabel(java.lang.String label)
DSNamed
setLabel in interface DSNamedlabel - the new label for this object.public java.lang.String getLabel()
DSNamed
getLabel in interface DSNamed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||