|
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 | ||||||||
java.lang.Objectcytoscape.data.readers.AbstractGraphReader
public abstract class AbstractGraphReader
| Constructor Summary | |
|---|---|
AbstractGraphReader(String fileName)
Creates a new AbstractGraphReader object. |
|
| Method Summary | |
|---|---|
void |
doPostProcessing(CyNetwork network)
Executes post-processing: no-op. |
int[] |
getEdgeIndicesArray()
DOCUMENT ME! |
CyLayoutAlgorithm |
getLayoutAlgorithm()
Return the CyLayoutAlgorithm used to layout the graph |
String |
getNetworkName()
DOCUMENT ME! |
int[] |
getNodeIndicesArray()
DOCUMENT ME! |
void |
layout(GraphView view)
Deprecated. Use getLayoutAlgorithm().doLayout(view) instead. Will be removed 5/2008. |
abstract void |
read()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractGraphReader(String fileName)
fileName - DOCUMENT ME!| Method Detail |
|---|
public abstract void read()
throws IOException
read in interface GraphReaderIOException - DOCUMENT ME!public int[] getNodeIndicesArray()
getNodeIndicesArray in interface GraphReaderpublic int[] getEdgeIndicesArray()
getEdgeIndicesArray in interface GraphReaderpublic String getNetworkName()
getNetworkName in interface GraphReaderpublic void doPostProcessing(CyNetwork network)
doPostProcessing in interface GraphReaderpublic CyLayoutAlgorithm getLayoutAlgorithm()
getLayoutAlgorithm in interface GraphReaderpublic void layout(GraphView view)
GraphReader
layout in interface GraphReader
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||