1

The project scenario:

Management, engineers, scientists and users contributes their requirements for a piece of software. They contribute gifs, jpegs, pngs, ms presentation files. They specify the sequence of occurrence.

I want to provide them with a piece of software like the movie scenario and scripting editor. (A movie scenario and scripting editor is a computer aided script writer and scenario presenter in movie production). In my case, I am not producing a movie but documenting and integrating various specifications of software UI sequences.

I need the software to sequence out the UI scenario. A scenario would be comprised by various scenes in specified sequence. A scene is a particular moment of the UI or software state.

I need the software to associate each scene to one or more files (gif/jpg/png/presentation). So that when we present it to mgmt, users, customers, we could progress through the scenario with each scene illustrated by those files.

I need the software to be able to compose sub-scenarios as a standalone project. So that each user could compose his/her own contribution to the project. Then the software should be able to specify project dependency to integrate the scenarios into one big kahuna.

Ideally, the software would generate UML sequences and empty classes.

I think, the gaming software industry might be using something of this nature.

Could anyone please suggest and discuss various software available for the purpose I have described?

4

2 回答 2

1

不幸的是,我不知道有什么软件可以做你所描述的事情——但这听起来很有趣——尤其是用例建模......

如果我尝试编写这样的工具,我可能会查看 Xtext 为您描述的那些场景脚本创建一个带有编辑器的 DSL,并使用来自 topcased.org 的抽象用户界面元模型添加一些代码生成(奇怪的是目前已经关闭...... ) 以UsiXML为蓝本。

祝你好运!

于 2011-08-18T22:45:22.993 回答
0

我将无法讨论,但我可以提出一些我认为类似的建议。敏多摩

于 2011-08-18T18:11:29.943 回答