[kepler-dev] [Bug 3997] Supporting display actor conversion for command line execution.

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jun 15 08:16:46 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3997

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cxh at eecs.berkeley.edu
           Severity|blocker                     |enhancement

--- Comment #4 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-06-15 08:16:46 PDT ---
The issue here is to make it possible to capture Display and Plotter data.

A team of CMU students modified how the plotter and Display actors work.

Basically, we now have ptolemy.actor.lib.gui.DisplayInterface.

actor.lib.gui.Display has
protected DisplayInterface _getImplementation()
which reads
ptolemy/actor/ActorModule.properties


The thing to do would be to make it so that we can substitute in a different
ActorModule.properties file that uses different actors as an implementation.

To do this, we would need a class that calls 
ptolemy.actor.injection.ActorModuleInitializer.setInitializer()

The class would need to be invoked via the command line.

I changed this from a blocker to an enhancement because Kepler works as
defined, so this is not a bug, it is missing functionality.  

I can see how it would be important to get this done, so I've left it P1.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list