cytoscape.data.readers
Interface GraphReader
- All Known Implementing Classes:
- GMLReader2, InteractionsReader, XGMMLReader
public interface GraphReader
read
void read()
throws IOException
- Throws:
IOException
read
void read(boolean canonicalizeNodeNames)
throws IOException
- Throws:
IOException
getRootGraph
giny.model.RootGraph getRootGraph()
getNodeAttributes
CyAttributes getNodeAttributes()
getEdgeAttributes
CyAttributes getEdgeAttributes()
layout
void layout(giny.view.GraphView myView)
getNodeIndicesArray
int[] getNodeIndicesArray()
getEdgeIndicesArray
int[] getEdgeIndicesArray()