|
Cytoscape 2.8.0 API | |||||||||
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 |
read()
Reads/imports the graph. |
Method Detail |
---|
void read() throws IOException
IOException
- IO Errors.CyLayoutAlgorithm getLayoutAlgorithm()
myView
- int[] getNodeIndicesArray()
int[] getEdgeIndicesArray()
void doPostProcessing(CyNetwork network)
String getNetworkName()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |