I can at least get the Continuous domain in place for 2.0.0.
I was looking at how to do this, and I've not yet found the docs
about how to add actors to the set of actors that are shipped with
Kepler. One question is: how to I get a new LSID.
I can take a look at this soon.
BTW - There appears to be no way to make a Modal Model in Kepler.
Modal Models would be very useful to scientists building models, see
Finite State Machines and Modal Models in Ptolemy II
Edward A. Lee
EECS Department
University of California, Berkeley
Technical Report No. UCB/EECS-2009-151
November 1, 2009
http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-151.pdf
This report describes the usage and semantics of finite-state machines (FSMs) and modal models in Ptolemy II. FSMs are actors whose behavior is described using a finite set of states and transitions between the states. The transitions between the states are enabled by guards, which are boolean-valued expressions that can reference inputs to the actor and parameters in scope. The transitions can produce outputs and can update the value of parameters in scope. Modal models extend FSMs by allowing states to have refinements, which are hierarchical Ptolemy II models. The refinements may themselves be FSMs, modal models, or any composite actor containing a director compatible with the domain in which the modal model is being used. This report describes the operational semantics, the practical usage, and the semantics of time in modal models.