eclipselabs / passerelle

Passerelle, an actor-based process engine based on Ptolemy II
5 stars 3 forks source link

Support for DAWN's use of Ptolemy's WorkSpace #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In DAWN, the path where a model is stored is set as the WorkSpace name for the 
parsed model.

But the Passerelle FlowManager.readMoml() methods do not yet support setting 
predefined Workspaces on the parsed models.

This must be added.

Original issue reported on code.google.com by erwin...@gmail.com on 12 Mar 2013 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by erwin...@gmail.com on 12 Mar 2013 at 11:12

GoogleCodeExporter commented 9 years ago
Added readMoml methods including a Workspace argument.
Adapted the RCP workbench's ModelRunner to use this.

Original comment by erwin...@gmail.com on 12 Mar 2013 at 12:15