Package 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.
These classes are used as part of the changes to MoMLParser to support OSGi and the Triquetrum project.
FutureValue is not related to the MomlParser work, but is used in model execution tests.
- Since:
- Ptolemy II 11.0
-
Class Summary Class Description FutureValue<V> A Future implementation that just waits until its result value/exception is available.ThreeDigitVersionSpecification A simple implementation of a version specification, based on a merge of OSGi-conventions and Ptolemy (which in turn seems to be based on JNLP).VersionSpecification Abstract base class for version specifications.