org.geworkbench.bison.datastructure.complex.pattern
Class CSPatternMatch<T,R>
java.lang.Object
org.geworkbench.bison.datastructure.complex.pattern.CSPatternMatch<T,R>
- All Implemented Interfaces:
- DSPatternMatch<T,R>, DSPValue
- Direct Known Subclasses:
- CSPSAMMatch, CSSeqPatternMatch
public class CSPatternMatch<T,R>
- extends java.lang.Object
- implements DSPatternMatch<T,R>
Title: Bioworks
Description: Modular Application Framework for Gene Expession, Sequence
and Genotype Analysis
Copyright: Copyright (c) 2003 -2004
Company: Columbia University
- Version:
- 1.0
- Author:
- not attributable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
protected T object
registration
protected R registration
pValue
protected double pValue
CSPatternMatch
public CSPatternMatch(T object)
getObject
public T getObject()
throws java.lang.IndexOutOfBoundsException
- Specified by:
getObject in interface DSPatternMatch<T,R>
- Throws:
java.lang.IndexOutOfBoundsException
getRegistration
public R getRegistration()
throws java.lang.IndexOutOfBoundsException
- Specified by:
getRegistration in interface DSPatternMatch<T,R>
- Throws:
java.lang.IndexOutOfBoundsException
setObject
public void setObject(T _object)
- Specified by:
setObject in interface DSPatternMatch<T,R>
setRegistration
public void setRegistration(R _registration)
- Specified by:
setRegistration in interface DSPatternMatch<T,R>
getPValue
public double getPValue()
- Specified by:
getPValue in interface DSPValue
setPValue
public void setPValue(double _pValue)
- Specified by:
setPValue in interface DSPValue