|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyVersion
An interface providing access to version information about this version of the Cytoscape application. Cytoscape strives to follow the Semantic Versioning standard to ensure comprehensible backwards compatibility versioning.
Field Summary | |
---|---|
static String |
VERSION_PROPERTY_NAME
The string used to identify the Property containing the version number. |
static String |
VERSION_REGEX
The regular expression used to test the property version string. |
Method Summary | |
---|---|
int |
getBugFixVersion()
The third of the three numbers defining the version of the software, meaning "5" if the version is "3.2.5". |
int |
getMajorVersion()
The first of the three numbers defining the version of the software, meaning "3" if the version is "3.2.5". |
int |
getMinorVersion()
The second of the three numbers defining the version of the software, meaning "2" if the version is "3.2.5". |
String |
getQualifier()
Any text following the last digit of the bug fix version. |
String |
getVersion()
The full version as a string, for example "3.2.5-alpha". |
Field Detail |
---|
static final String VERSION_PROPERTY_NAME
static final String VERSION_REGEX
Method Detail |
---|
String getVersion()
int getMajorVersion()
int getMinorVersion()
int getBugFixVersion()
String getQualifier()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |