org.geworkbench.events
Class DiscoverEvent
java.lang.Object
org.geworkbench.engine.config.events.Event
org.geworkbench.events.DiscoverEvent
public class DiscoverEvent
- extends Event
Title: Sequence and Pattern Plugin
Description:
Copyright: Copyright (c) 2003
Company: Columbia Genomics Center
- Version:
- $Id: DiscoverEvent.java,v 1.2 2006-01-13 22:48:37 watkin Exp $
- Author:
- not attributable
| Fields inherited from class org.geworkbench.engine.config.events.Event |
source |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minSupport
public int minSupport
minMarker
public int minMarker
delta
public double delta
isBusy
public boolean isBusy
isBlocking
public boolean isBlocking
percentDone
public double percentDone
patternNo
public int patternNo
patternId
public int patternId
pattern
public CSMatchedMatrixPattern pattern
maxPatternNo
public int maxPatternNo
set
public DSMicroarraySet set
DiscoverEvent
public DiscoverEvent(int s,
int m,
double d,
int p,
DiscoverEvent.Action action)
setPatternId
public void setPatternId(int id)
getAction
public DiscoverEvent.Action getAction()