|
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.CyMain
public class CyMain
This is the main startup class for Cytoscape. This parses the command line and implements CyInitParams so that it can be used to initialize cytoscape.
Look and Feel is modified for jgoodies 2.1.4 by Kei Ono
Field Summary |
---|
Fields inherited from interface cytoscape.init.CyInitParams |
---|
EMBEDDED_WINDOW, ERROR, GUI, LIBRARY, TEXT |
Constructor Summary | |
---|---|
CyMain(String[] args)
Creates a new CyMain object. |
Method Summary | |
---|---|
String[] |
getArgs()
DOCUMENT ME! |
List |
getEdgeAttributeFiles()
DOCUMENT ME! |
List |
getExpressionFiles()
DOCUMENT ME! |
List |
getGraphFiles()
DOCUMENT ME! |
int |
getMode()
DOCUMENT ME! |
List |
getNodeAttributeFiles()
DOCUMENT ME! |
List |
getPlugins()
DOCUMENT ME! |
Properties |
getProps()
DOCUMENT ME! |
String |
getSessionFile()
DOCUMENT ME! |
Properties |
getVizProps()
DOCUMENT ME! |
static void |
main(String[] args)
DOCUMENT ME! |
static void |
setSessionFile(String sf)
Provides access to the session file parsed from arguments intercepted by CyStartupListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CyMain(String[] args) throws Exception
args
- DOCUMENT ME!
Exception
- DOCUMENT ME!Method Detail |
---|
public static void main(String[] args) throws Exception
args
- DOCUMENT ME!
Exception
- DOCUMENT ME!public static void setSessionFile(String sf)
public Properties getProps()
getProps
in interface CyInitParams
public Properties getVizProps()
getVizProps
in interface CyInitParams
public List getGraphFiles()
getGraphFiles
in interface CyInitParams
public List getEdgeAttributeFiles()
getEdgeAttributeFiles
in interface CyInitParams
public List getNodeAttributeFiles()
getNodeAttributeFiles
in interface CyInitParams
public List getExpressionFiles()
getExpressionFiles
in interface CyInitParams
public List getPlugins()
getPlugins
in interface CyInitParams
public String getSessionFile()
getSessionFile
in interface CyInitParams
public int getMode()
getMode
in interface CyInitParams
public String[] getArgs()
getArgs
in interface CyInitParams
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |