SPEM is a language to model software processes. SPEM stands for Software Process Engineering Meta-Model.
ProcessModel is a SPEM importer for Moose. It offers several Mondrian generated views, focussing on task, role and artifacts.
Download
ProcessModel may be easily downloaded in a Pharo image in which Moose is installed. Just DoIt the following code snippet into a workspace:
Gofer new
squeaksource: 'ProcessModel';
package: 'ConfigurationOfProcessModel';
load.
(Smalltalk at: #ConfigurationOfProcessModel) perform: #loadDefault
Source code
The source code is available online on http://squeaksource.com/ProcessModel.html
Authors
Publications
- Julio Ariel Hurtado Alegría, María Cecilia Bastarrica, and Alexandre Bergel, Analyzing Software Process Models with AVISPA, In Proceedings of the International Conferences on Software and Systems Process (ICSSP’11), May 2011, ACM Press
- Julio Ariel Hurtado Alegria, Alejandro Lagos, Alexandre Bergel and Maria Cecilia Bastarrica, Software Process Model Blueprints, In Proceedings of the International Conferences on Software Processes (ICSP’10)
Data used
- models as XML files may be found on http://www.eclipse.org/epf/
- For convenience, the one we used for the experiment are available online
License: MIT