Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow more analyses to be run programmatically. #2887

Open
schwerdf opened this issue Feb 8, 2024 · 1 comment
Open

Allow more analyses to be run programmatically. #2887

schwerdf opened this issue Feb 8, 2024 · 1 comment

Comments

@schwerdf
Copy link
Contributor

schwerdf commented Feb 8, 2024

Several of OSATE's model analyses (e.g., weight totals) have handlers with a public invoke method that make it possible to run the analyses programmatically from, e.g., ANT tasks.

For those analyses that do not have such a method, running them programmatically from outside an Eclipse UI execution event is very difficult. For the flow latency analysis, for example, one potentially has to go through two dialog boxes (for the analysis's five boolean parameters and for a list of system operation modes).

Ideally, each analysis handler should have a public method allowing the analysis to be run independent of the Eclipse UI harness.

@lwrage
Copy link
Contributor

lwrage commented Mar 14, 2024

I'd be happy to accept a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants