|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphReader
Interface for Reading in Cytoscape Graphs.
| Method Summary | |
|---|---|
void |
doPostProcessing(CyNetwork network)
Execute whatever post-processing is required. |
int[] |
getEdgeIndicesArray()
Gets an array of edges indices that participate in the newly created graph. |
CyLayoutAlgorithm |
getLayoutAlgorithm()
Returns the CyLayoutAlgorithm used to layout the graph |
String |
getNetworkName()
Gets the name of the network. |
int[] |
getNodeIndicesArray()
Gets an array of node indices that participate in the newly created graph. |
void |
layout(GraphView myView)
Deprecated. Use getLayoutAlgorithm().doLayout(view) instead. Will be removed 5/2008. |
void |
read()
Reads/imports the graph. |
| Method Detail |
|---|
void read()
throws IOException
IOException - IO Errors.void layout(GraphView myView)
myView - CyLayoutAlgorithm getLayoutAlgorithm()
myView - int[] getNodeIndicesArray()
int[] getEdgeIndicesArray()
void doPostProcessing(CyNetwork network)
String getNetworkName()
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||