|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.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! |
void |
setTaskMonitor(TaskMonitor monitor)
Set the task monitor to use for this reader |
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 GraphReader
IOException
- DOCUMENT ME!public int[] getNodeIndicesArray()
getNodeIndicesArray
in interface GraphReader
public int[] getEdgeIndicesArray()
getEdgeIndicesArray
in interface GraphReader
public String getNetworkName()
getNetworkName
in interface GraphReader
public void doPostProcessing(CyNetwork network)
doPostProcessing
in interface GraphReader
public CyLayoutAlgorithm getLayoutAlgorithm()
getLayoutAlgorithm
in interface GraphReader
public void setTaskMonitor(TaskMonitor monitor)
monitor
- the TaskMonitor to usepublic 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 |