fr.curie.BiNoM.cytoscape.celldesigner
Class CellDesignerImport

java.lang.Object
  extended by fr.curie.BiNoM.cytoscape.celldesigner.CellDesignerImport
All Implemented Interfaces:
cytoscape.task.Haltable, cytoscape.task.Task, java.lang.Runnable

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


Constructor Summary
CellDesignerImport(java.io.File file)
           
 
Method Summary
static org.sbml.x2001.ns.celldesigner.SbmlDocument getCellDesigner(cytoscape.CyNetwork cyNetwork)
           
 cytoscape.CyNetwork getCyNetwork()
           
 java.lang.String getTitle()
           
 void halt()
           
static boolean isCellDesignerNetwork(cytoscape.CyNetwork cyNetwork)
           
 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

CellDesignerImport

public CellDesignerImport(java.io.File file)
Method Detail

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

isCellDesignerNetwork

public static boolean isCellDesignerNetwork(cytoscape.CyNetwork cyNetwork)

getCellDesigner

public static org.sbml.x2001.ns.celldesigner.SbmlDocument getCellDesigner(cytoscape.CyNetwork cyNetwork)