CvO-Theory / apt

APT – Analysis of Petri nets and labelled transition systems
GNU General Public License v2.0
19 stars 9 forks source link

Made nameReturnValues in ModuleOutput public #4

Closed stromhalm closed 7 years ago

stromhalm commented 8 years ago

In order to iterate threw the output of modules from an external library the HashMap needs to be public (otherwise you can only ask for a specific value).

vsp-ol commented 7 years ago

The ModuleUtils already provide a slightly more complicated way to access this informations. https://github.com/jprellberg/angular-apt/commit/fc80aedf5284925a82655221bf7ac90ed6fbdc8b uses this.