Class ShowGenesVariantTask

java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.network.ShowGenesVariantTask
All Implemented Interfaces:
org.cytoscape.work.Task

public class ShowGenesVariantTask extends org.cytoscape.work.AbstractTask
Class that handles the display of gene nodes in networks containing variants.
Author:
jsauch
  • Field Summary

    Fields inherited from class org.cytoscape.work.AbstractTask

    cancelled
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShowGenesVariantTask(boolean showGenes, org.cytoscape.model.CyNetwork currentNet)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.cytoscape.work.TaskMonitor taskMonitor)
     

    Methods inherited from class org.cytoscape.work.AbstractTask

    cancel, getTaskIterator, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ShowGenesVariantTask

      public ShowGenesVariantTask(boolean showGenes, org.cytoscape.model.CyNetwork currentNet)
  • Method Details

    • run

      public void run(org.cytoscape.work.TaskMonitor taskMonitor) throws Exception
      Specified by:
      run in interface org.cytoscape.work.Task
      Specified by:
      run in class org.cytoscape.work.AbstractTask
      Throws:
      Exception