|
Cytoscape 2.8.2 API | |||||||||
| 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
| 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 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 setTaskMonitor(TaskMonitor monitor)
monitor - the TaskMonitor to use
|
Cytoscape 2.8.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||