Tags and keywords
This content has been marked as discussing an ADVANCED topic!
If you are going to create a ValueType and Units library with assigned QuantityKind items, it's best to create your QuantityKind items first:
In the tool, if you create a QuantityKind in a BDD using the sidebar menu item, it will create an InstanceSpecification that has the QuantityKind stereotype (with keyword «quantityKind») applied and two classifiers QuantityKind and DerivedQuantityKind from the QUDV ModelLibrary:
SysML-1.6: 'A DerivedQuantityKind is a QuantityKind that represents a kind of quantity that is defined as a product of powers of one or more other kinds of quantity. A DerivedQuantityKind may also be used to define a synonym kind of quantity for another kind of quantity.'
This is not always want you want! But you can easily just remove the DerivedQuantityKind classifier and add SimpleQuantityKind.
In the tool, if you create a Unit in a BDD using the sidebar menu item, it will create an InstanceSpecification that has the Unit stereotype (with keyword «unit») applied and two classifiers DerivedUnit and Unit from the QUDV ModelLibrary:
DerivedUnit classifier and add SimpleUnit.
