|
Cytoscape 2.4.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. |
CyAttributes |
getEdgeAttributes()
Deprecated. Use Cytoscape.getEdgeAttributes() instead. Will be removed Dec 2006. |
int[] |
getEdgeIndicesArray()
Gets an array of edges indices that participate in the newly created graph. |
String |
getNetworkName()
Gets the name of the network. |
CyAttributes |
getNodeAttributes()
Deprecated. Use Cytoscape.getNodeAttributes() instead. Will be removed Dec 2006. |
int[] |
getNodeIndicesArray()
Gets an array of node indices that participate in the newly created graph. |
RootGraph |
getRootGraph()
Deprecated. Use Cytoscape.getRootGraph() instead. Will be removed Dec 2006. |
void |
layout(GraphView myView)
Lays out the graph. |
void |
read()
Reads/imports the graph. |
void |
read(boolean canonicalizeNodeNames)
Deprecated. Use read() instead. Will be removed Dec 2006. |
Method Detail |
---|
void read() throws IOException
IOException
- IO Errors.void layout(GraphView myView)
myView
- int[] getNodeIndicesArray()
int[] getEdgeIndicesArray()
void doPostProcessing(CyNetwork network)
void read(boolean canonicalizeNodeNames) throws IOException
IOException
RootGraph getRootGraph()
CyAttributes getNodeAttributes()
CyAttributes getEdgeAttributes()
String getNetworkName()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |