fr.curie.BiNoM.cytoscape.sbml
Class SBMLExportTask
java.lang.Object
fr.curie.BiNoM.cytoscape.sbml.SBMLExportTask
- All Implemented Interfaces:
- cytoscape.task.Haltable, cytoscape.task.Task, java.lang.Runnable
public class SBMLExportTask
- extends java.lang.Object
- implements cytoscape.task.Task
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBMLExportTask
public SBMLExportTask(java.io.File file)
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
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface cytoscape.task.Task
getCyNetwork
public cytoscape.CyNetwork getCyNetwork()
run
public void run()
- Specified by:
run
in interface cytoscape.task.Task
- Specified by:
run
in interface java.lang.Runnable