|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.CyProject
public class 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.
Field Summary | |
---|---|
protected String |
bioDataDirectory
Deprecated. |
protected boolean |
canonicalize
Deprecated. |
protected String |
defaultLayoutStrategy
Deprecated. |
protected String |
defaultSpeciesName
Deprecated. |
protected List |
edgeAttributeFilenames
Deprecated. |
protected String |
expressionFilename
Deprecated. |
protected String |
geometryFilename
Deprecated. |
protected String |
interactionsFilename
Deprecated. |
protected String[] |
layoutStrategies
Deprecated. |
protected List |
nodeAttributeFilenames
Deprecated. |
protected String[] |
otherArgs
Deprecated. |
protected String |
projectFilename
Deprecated. |
protected String |
projectPropsFileName
Deprecated. |
protected String |
projectVizmapPropsFileName
Deprecated. |
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 | |
---|---|
protected String |
absolutizeFilename(File parentDirectory,
String filename)
Deprecated. Helper method to reconstruct the absolute path to a file. |
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. |
protected String[] |
parseProjectFileText(String[] lines,
String key)
Deprecated. Helper method that, given an array of text lines, searches for lines of the form "key=value", where the key is the second argument, and returns an array of all the values. |
protected void |
readProjectFile(String fileLocation)
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String projectFilename
protected String interactionsFilename
protected String geometryFilename
protected String expressionFilename
protected List nodeAttributeFilenames
protected List edgeAttributeFilenames
protected String bioDataDirectory
protected String defaultSpeciesName
protected String[] layoutStrategies
protected String defaultLayoutStrategy
protected String projectPropsFileName
protected String projectVizmapPropsFileName
protected boolean canonicalize
protected String[] otherArgs
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()
protected void readProjectFile(String fileLocation)
protected String absolutizeFilename(File parentDirectory, String filename)
protected String[] parseProjectFileText(String[] lines, String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |