-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Given this model:
package 'Vehicles' {
private import ISQMechanics::TorqueValue;
private import ScalarValues::*;
part def Automobile;
alias Car for Automobile;
alias Torque for ISQMechanics::TorqueValue;
}
This command should generate a symbol table, but it returns an error instead:
D:\SysML2\sysmlv2>java -jar MCSysMLv2.jar -i Vehicles.sysml -pp -s VehiclesSymbolTable.txt
package Vehicles {
private-import ISQMechanics.TorqueValue::{
}
private-import ScalarValues::*{
}
part def Automobile {
}
alias Car for Automobile{
}
alias Torque for ISQMechanics.TorqueValue{
}
}
[WARN] 0xA0003 Not implemented yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels