Skip to content

Allow more analyses to be run programmatically. #2887

@schwerdf

Description

@schwerdf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions