Package | Description |
---|---|
org.ptolemy.commons |
This packagecontains the VersionSpecification abstract class and its only currently existing implementation; plus FutureValue: a Future implementation that can be used outside of the JDK ExecutorService.
|
Modifier and Type | Method and Description |
---|---|
ThreeDigitVersionSpecification |
ThreeDigitVersionSpecification.increaseMajor()
Return a new version spec with increased major digit.
|
ThreeDigitVersionSpecification |
ThreeDigitVersionSpecification.increaseMicro()
Return a new version spec with increased micro digit.
|
ThreeDigitVersionSpecification |
ThreeDigitVersionSpecification.increaseMinor()
Return a new version spec with increased minor digit.
|