|
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 |
java.lang.Objectcytoscape.data.readers.AbstractGraphReader
public abstract class AbstractGraphReader
Constructor Summary | |
---|---|
AbstractGraphReader(String fileName)
|
Method Summary | |
---|---|
void |
doPostProcessing(CyNetwork network)
Executes post-processing: no-op. |
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 view)
Lays out the graph. |
abstract void |
read()
Reads/imports the graph. |
void |
read(boolean canonicalizeNodeNames)
Deprecated. Use read() instead. Will be removed Dec 2006. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGraphReader(String fileName)
Method Detail |
---|
public abstract void read() throws IOException
GraphReader
read
in interface GraphReader
IOException
- IO Errors.public void read(boolean canonicalizeNodeNames) throws IOException
read
in interface GraphReader
IOException
public RootGraph getRootGraph()
getRootGraph
in interface GraphReader
public CyAttributes getNodeAttributes()
getNodeAttributes
in interface GraphReader
public CyAttributes getEdgeAttributes()
getEdgeAttributes
in interface GraphReader
public void layout(GraphView view)
GraphReader
layout
in interface GraphReader
public int[] getNodeIndicesArray()
GraphReader
getNodeIndicesArray
in interface GraphReader
public int[] getEdgeIndicesArray()
GraphReader
getEdgeIndicesArray
in interface GraphReader
public String getNetworkName()
GraphReader
getNetworkName
in interface GraphReader
public void doPostProcessing(CyNetwork network)
doPostProcessing
in interface GraphReader
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |