v3.4.0
This version was created from the PR#34.
Added
- Add the
nameproperty toCustomerCategory.
Changed
- The
QuantitativeValueclass now implementsIQuantityto be semanticable. We did't do it with theQuantifiableinterface to let a generic layer.
Fixed
- Fix
CustomerCategory:descriptionwrong constructor binding.
Removed
- Remove the
Quantityclass as there is no Quantity class in the ontology. We should useQuantitativeValue.