|
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 cytoscape.data.readers.XGMMLReader
public class XGMMLReader
XGMML file reader.
This version is Metanode-compatible.
XGMMLWriter
Constructor Summary | |
---|---|
XGMMLReader(InputStream is)
Constructor. |
|
XGMMLReader(InputStream is,
String name)
Constructor. |
|
XGMMLReader(String fileName)
Constructor. |
|
XGMMLReader(String fileName,
TaskMonitor monitor)
Creates a new XGMMLReader object. |
Method Summary | |
---|---|
void |
doPostProcessing(CyNetwork network)
DOCUMENT ME! |
int[] |
getEdgeIndicesArray()
DOCUMENT ME! |
CyLayoutAlgorithm |
getLayoutAlgorithm()
getLayoutAlgorithm is called to get the Layout Algorithm that will be used to layout the resulting graph. |
String |
getNetworkID()
DOCUMENT ME! |
String |
getNetworkName()
DOCUMENT ME! |
int[] |
getNodeIndicesArray()
DOCUMENT ME! |
void |
read()
DOCUMENT ME! |
void |
setTaskMonitor(TaskMonitor monitor)
Sets the task monitor we want to use |
Methods inherited from class cytoscape.data.readers.AbstractGraphReader |
---|
layout |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XGMMLReader(String fileName)
fileName
- File name of local XGMML file.
FileNotFoundException
public XGMMLReader(InputStream is)
is
- Input stream of XGMML file,public XGMMLReader(InputStream is, String name)
is
- Input stream of XGMML file,public XGMMLReader(String fileName, TaskMonitor monitor)
fileName
- DOCUMENT ME!monitor
- DOCUMENT ME!Method Detail |
---|
public void setTaskMonitor(TaskMonitor monitor)
setTaskMonitor
in class AbstractGraphReader
monitor
- the TaskMonitor to usepublic void read() throws IOException
read
in interface GraphReader
read
in class AbstractGraphReader
IOException
- DOCUMENT ME!public int[] getNodeIndicesArray()
AbstractGraphReader
getNodeIndicesArray
in interface GraphReader
getNodeIndicesArray
in class AbstractGraphReader
public int[] getEdgeIndicesArray()
AbstractGraphReader
getEdgeIndicesArray
in interface GraphReader
getEdgeIndicesArray
in class AbstractGraphReader
public String getNetworkID()
public String getNetworkName()
AbstractGraphReader
getNetworkName
in interface GraphReader
getNetworkName
in class AbstractGraphReader
public CyLayoutAlgorithm getLayoutAlgorithm()
getLayoutAlgorithm
in interface GraphReader
getLayoutAlgorithm
in class AbstractGraphReader
public void doPostProcessing(CyNetwork network)
doPostProcessing
in interface GraphReader
doPostProcessing
in class AbstractGraphReader
network
- DOCUMENT ME!
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |