|
Cytoscape 2.8.0 API | |||||||||
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
Field Summary | |
---|---|
protected String |
fileName
|
protected String |
title
|
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! |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fileName
protected String title
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 use
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |