-
Notifications
You must be signed in to change notification settings - Fork 0
Project structure
Istvan DAVID edited this page Feb 3, 2021
·
3 revisions
Every PROxIMA project follows the structure below.
- Root element: ProximaModel
- FTG - 1 instance.
- ProcessModel - N instances. Each instance using the same FTG.
- ProcessesTree - 1 instance. Lists the ProcessModels in the ProximaModel. Provides a facility to create new ProcessModels.
- ActivityTypingTable and ObjectTypingTable - 1 instance, respectively. Captures typing information between a specific ProcessModel and the FTG.