|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.data.readers.CytoscapeSessionReader
public class CytoscapeSessionReader
Reader 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. Create reader from file name. |
|
CytoscapeSessionReader(String fileName,
TaskMonitor monitor)
Creates a new CytoscapeSessionReader object. |
|
CytoscapeSessionReader(URL sourceName)
Creates a new CytoscapeSessionReader object. |
|
CytoscapeSessionReader(URL sourceName,
TaskMonitor monitor)
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 |
---|
clone, equals, finalize, 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, TaskMonitor monitor) throws IOException
sourceName
-
IOException
- This is for remote session file (URL).public CytoscapeSessionReader(String fileName, TaskMonitor monitor) throws IOException
fileName
- DOCUMENT ME!monitor
- DOCUMENT ME!
IOException
- DOCUMENT ME!public CytoscapeSessionReader(String fileName) throws IOException
fileName
-
IOException
public CytoscapeSessionReader(URL sourceName) throws IOException
sourceName
- DOCUMENT ME!
IOException
- DOCUMENT ME!Method Detail |
---|
public void read() throws IOException, JAXBException, Exception
IOException
JAXBException
Exception
public String getCysessionNote()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |