Process Model

You are here:

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';
addPackage: '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 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