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