fr.curie.BiNoM.cytoscape.biopax.query
Class BioPAXGenerateIndexTask

java.lang.Object
  extended by fr.curie.BiNoM.cytoscape.biopax.query.BioPAXGenerateIndexTask
All Implemented Interfaces:
cytoscape.task.Haltable, cytoscape.task.Task, java.lang.Runnable

public class BioPAXGenerateIndexTask
extends java.lang.Object
implements cytoscape.task.Task


Constructor Summary
BioPAXGenerateIndexTask(java.lang.String bioPAXFileName, java.lang.String indexFileName)
           
 
Method Summary
 java.lang.String getTitle()
           
 void halt()
           
 void run()
           
 void setTaskMonitor(cytoscape.task.TaskMonitor taskMonitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioPAXGenerateIndexTask

public BioPAXGenerateIndexTask(java.lang.String bioPAXFileName,
                               java.lang.String indexFileName)
Method Detail

run

public void run()
Specified by:
run in interface cytoscape.task.Task
Specified by:
run in interface java.lang.Runnable

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface cytoscape.task.Task

halt

public void halt()
Specified by:
halt in interface cytoscape.task.Haltable
Specified by:
halt in interface cytoscape.task.Task

setTaskMonitor

public void setTaskMonitor(cytoscape.task.TaskMonitor taskMonitor)
                    throws java.lang.IllegalThreadStateException
Specified by:
setTaskMonitor in interface cytoscape.task.Task
Throws:
java.lang.IllegalThreadStateException