Skip to content

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.

Clone this wiki locally