| 
 | 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 GraphReaderIOException - IO Errors.
public void read(boolean canonicalizeNodeNames)
          throws IOException
read in interface GraphReaderIOExceptionpublic RootGraph getRootGraph()
getRootGraph in interface GraphReaderpublic CyAttributes getNodeAttributes()
getNodeAttributes in interface GraphReaderpublic CyAttributes getEdgeAttributes()
getEdgeAttributes in interface GraphReaderpublic void layout(GraphView view)
GraphReader
layout in interface GraphReaderpublic int[] getNodeIndicesArray()
GraphReader
getNodeIndicesArray in interface GraphReaderpublic int[] getEdgeIndicesArray()
GraphReader
getEdgeIndicesArray in interface GraphReaderpublic String getNetworkName()
GraphReader
getNetworkName in interface GraphReaderpublic 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 | ||||||||