|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.util.GraphSetUtils
Class contains various static methods to perform set-like operations on graph.
Constructor Summary | |
GraphSetUtils()
|
Method Summary | |
static CyNetwork |
createDifferenceGraph(List networkList,
boolean copyView,
String title)
Create a new graph which is the difference of multiple graphs. |
static CyNetwork |
createIntersectionGraph(List networkList,
boolean copyView,
String title)
Create a new graph which is the intersection of multiple graphs. |
static CyNetwork |
createUnionGraph(List networkList,
boolean copyView,
String title)
Create a new graph which is the union of multiple graphs. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphSetUtils()
Method Detail |
public static CyNetwork createUnionGraph(List networkList, boolean copyView, String title)
networkList
- A list containing all of the networks.copyView
- Flag indicates whether view information should be copied to
the new viewtitle
- The title of the new network
public static CyNetwork createIntersectionGraph(List networkList, boolean copyView, String title)
networkList
- A list containing all of the networks.copyView
- Flag indicates whether view information should be copied to
the new viewtitle
- The title of the new network
public static CyNetwork createDifferenceGraph(List networkList, boolean copyView, String title)
networkList
- A list containing all of the networks.copyView
- Flag indicates whether view information should be copied to
the new viewtitle
- The title of the new network
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |