Search in sources :

Example 1 with EdgeList

use of org.cytoscape.command.util.EdgeList in project cytoscape-impl by cytoscape.

the class EdgeListTunableHandler method processArg.

public Object processArg(String arg) throws Exception {
    EdgeList bi = (EdgeList) getValue();
    CyNetwork network = bi.getNetwork();
    List<CyEdge> value = stringHandler.getEdgeList(network, arg);
    bi.setValue(value);
    return bi;
}
Also used : CyNetwork(org.cytoscape.model.CyNetwork) EdgeList(org.cytoscape.command.util.EdgeList) CyEdge(org.cytoscape.model.CyEdge)

Aggregations

EdgeList (org.cytoscape.command.util.EdgeList)1 CyEdge (org.cytoscape.model.CyEdge)1 CyNetwork (org.cytoscape.model.CyNetwork)1