|
Cytoscape 2.5.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.CytoscapeSessionReader
public class CytoscapeSessionReader
Reaser to load CYtoscape Session file (.cys).
This class unzip cys file and read all files in the archive.
This class accept input as URL only! If it is a file, use File.toURL() to get platform dependent file URL.
XGMMLReader
Field Summary | |
---|---|
static String |
BOOKMARK_PACKAGE_NAME
|
static String |
CY_PROPS
|
static String |
CYSESSION
|
static String |
PACKAGE_NAME
|
static String |
VIZMAP_PROPS
|
static String |
XGMML_EXT
|
Constructor Summary | |
---|---|
CytoscapeSessionReader(String fileName)
Constructor. |
|
CytoscapeSessionReader(URL sourceName)
Constructor for remote file (specified by an URL) |
Method Summary | |
---|---|
String |
getCysessionNote()
Extract Session Note test field in cysession.xml |
void |
read()
Read a session file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PACKAGE_NAME
public static final String BOOKMARK_PACKAGE_NAME
public static final String CYSESSION
public static final String VIZMAP_PROPS
public static final String CY_PROPS
public static final String XGMML_EXT
Constructor Detail |
---|
public CytoscapeSessionReader(URL sourceName) throws IOException
sourceName
-
IOException
- This is for remote session file (URL).public CytoscapeSessionReader(String fileName) throws IOException
fileName
-
IOException
Method Detail |
---|
public void read() throws IOException, javax.xml.bind.JAXBException
IOException
javax.xml.bind.JAXBException
public String getCysessionNote()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |