Package mpi
Class Version
- java.lang.Object
-
- mpi.Version
-
public final class Version extends java.lang.Object
Version and Subversion for MPI
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Version​(int version, int subVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSubVersion()
Gets the MPI subversion.int
getVersion()
Gets the MPI version.
-