|
Cytoscape 2.6.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
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.
FileNotFoundExceptionpublic 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 AbstractGraphReadermonitor - the TaskMonitor to use
public void read()
throws IOException
read in interface GraphReaderread in class AbstractGraphReaderIOException - DOCUMENT ME!public int[] getNodeIndicesArray()
AbstractGraphReader
getNodeIndicesArray in interface GraphReadergetNodeIndicesArray in class AbstractGraphReaderpublic int[] getEdgeIndicesArray()
AbstractGraphReader
getEdgeIndicesArray in interface GraphReadergetEdgeIndicesArray in class AbstractGraphReaderpublic String getNetworkID()
public String getNetworkName()
AbstractGraphReader
getNetworkName in interface GraphReadergetNetworkName in class AbstractGraphReaderpublic CyLayoutAlgorithm getLayoutAlgorithm()
getLayoutAlgorithm in interface GraphReadergetLayoutAlgorithm in class AbstractGraphReaderpublic void doPostProcessing(CyNetwork network)
doPostProcessing in interface GraphReaderdoPostProcessing in class AbstractGraphReadernetwork - DOCUMENT ME!
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||