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

Sysml file import alias resolution failed #184

Closed
GuillaumeEscande opened this issue Apr 12, 2024 · 0 comments
Closed

Sysml file import alias resolution failed #184

GuillaumeEscande opened this issue Apr 12, 2024 · 0 comments

Comments

@GuillaumeEscande
Copy link
Contributor

Using the sysml example file :
https://github.com/Systems-Modeling/SysML-v2-Release/blob/master/sysml/src/examples/Vehicle%20Example/SysML%20v2%20Spec%20Annex%20A%20SimpleVehicleModel.sysml

The sysml import file do not resolve types defined using an alias :
The element SimpleVehicleModel::Definitions::PortDefinitions::DrivePwrPort::torque::Torque is defined in the sysml as :
port def DrivePwrPort{ out torque:Torque; }

The type Torque refer to :
alias Torque for ISQ::TorqueValue;

Syson is currently not able to target the two elements :
image
image

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

No branches or pull requests

2 participants