[kepler-dev] [Bug 3529] - cannot always set parameters when running workflow from command line

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Oct 15 15:17:10 PDT 2008


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


cxh at eecs.berkeley.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from cxh at eecs.berkeley.edu  2008-10-15 15:17 -------
I'll take this one.  Maybe MoMLSimpleApplication is not the
place for this, since it makes the application not so simple.

Currently, MoMLSimpleApplication is in ptolemy.moml because it does not
require the Configuration and other classes that are used by MoMLApplication
in ptolemy.actor.gui.

MoMLApplication has a homegrown way of handling command line arguments where
the arguments are parsed by the current class and if the argument is not parsed
by the current class, then the argument is parsed by the parent class.

The problem here is that MoMLSimpleApplication and MoMLApplication both extend
Object.  So, we would need to a different implementation so as to avoid code
duplication.


More information about the Kepler-dev mailing list