Package org.semanticweb.owlapi.util
Class Version
java.lang.Object
org.semanticweb.owlapi.util.Version
A simple utility class that describes the version of a piece of software e.g. reasoner version.
A version number is assumed to be the following format: major.minor.patch.build.
A version number is assumed to be the following format: major.minor.patch.build.
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
public Version(int major, int minor, int patch, int build) - Parameters:
major
- major version numberminor
- minor version numberpatch
- patch numberbuild
- build number
-
Version
- Parameters:
major
- major version numberminor
- minor version numberpatch
- patch numberbuild
- build numberbuildString
- for systems where the build number is not fully numeric (snapshots, versions with a timestamp build)
-
-
Method Details