|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.CyProject
This class is constructed from a project file, and contains string values associated with various meaningful variable names that identify the component of a CyNetwork object or various customization options. See the documentation for the readProjectFile method for the recognized file formats.
Constructor Summary | |
CyProject(String fileLocation)
Deprecated. Constructs a Project object by reading the file at the supplied location, by calling readProjectFile with the argument. |
Method Summary | |
String |
getBioDataDirectory()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
boolean |
getCanonicalize()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getDefaultLayoutStrategy()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getDefaultSpeciesName()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String[] |
getEdgeAttributeFilenames()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getExpressionFilename()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getGeometryFilename()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getInteractionsFilename()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String[] |
getNodeAttributeFilenames()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
int |
getNumberOfEdgeAttributeFiles()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
int |
getNumberOfNodeAttributeFiles()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String[] |
getOtherArgs()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getProjectFilename()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getProjectPropsFileName()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
String |
getProjectVizmapPropsFileName()
Deprecated. Will be removed October 2006. CyProject is not used in any way in the core. Cytoscape Sessions now encapsulate all of this functionality. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CyProject(String fileLocation)
Method Detail |
public String getProjectFilename()
public String getInteractionsFilename()
public String getGeometryFilename()
public String getExpressionFilename()
public int getNumberOfNodeAttributeFiles()
public int getNumberOfEdgeAttributeFiles()
public String[] getNodeAttributeFilenames()
public String[] getEdgeAttributeFilenames()
public String getBioDataDirectory()
public String getDefaultSpeciesName()
public String getDefaultLayoutStrategy()
public String getProjectPropsFileName()
public String getProjectVizmapPropsFileName()
public boolean getCanonicalize()
public String[] getOtherArgs()
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |