Skip to content

Symbol Table Is Not Being Built #9

@tcfordphd

Description

@tcfordphd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions