|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owlapi.util.Version
public class Version
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 09-Dec-2009
| Constructor Summary | |
|---|---|
Version(int major,
int minor,
int patch,
int build)
|
|
| Method Summary | |
|---|---|
int |
getBuild()
|
int |
getMajor()
|
int |
getMinor()
|
int |
getPatch()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Version(int major,
int minor,
int patch,
int build)
| Method Detail |
|---|
public int getMajor()
public int getMinor()
public int getPatch()
public int getBuild()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||