public class ExpandNewNetworkTask
extends org.cytoscape.work.AbstractTask
implements org.cytoscape.work.Task
Modifier and Type | Field and Description |
---|---|
org.cytoscape.work.util.ListSingleSelection<String> |
diseaseClass |
org.cytoscape.work.util.ListSingleSelection<String> |
sources |
Constructor and Description |
---|
ExpandNewNetworkTask(org.cytoscape.view.model.CyNetworkView cyNetworkView,
org.cytoscape.view.model.View<org.cytoscape.model.CyNode> cyNodeView) |
Modifier and Type | Method and Description |
---|---|
String |
getNetName() |
String |
getNetType() |
void |
run(org.cytoscape.work.TaskMonitor taskMonitor) |
void |
setNetName(String netName) |
void |
setNetType(String netType) |
cancel, getTaskIterator, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator
public org.cytoscape.work.util.ListSingleSelection<String> sources
public org.cytoscape.work.util.ListSingleSelection<String> diseaseClass
public ExpandNewNetworkTask(org.cytoscape.view.model.CyNetworkView cyNetworkView, org.cytoscape.view.model.View<org.cytoscape.model.CyNode> cyNodeView)
public void run(org.cytoscape.work.TaskMonitor taskMonitor) throws Exception
run
in interface org.cytoscape.work.Task
run
in class org.cytoscape.work.AbstractTask
Exception
public String getNetType()
public void setNetType(String netType)
public String getNetName()
public void setNetName(String netName)
Copyright © 2019. All rights reserved.