|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.util.GraphSetUtils
public class 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
- This argument is ignored.title
- 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
- This argument is ignored.title
- 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
- This argument is ignored.title
- 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 |