Hint
Interface Product {
attribute string name;
attribute float price;
relationship <Company> madeBy;
}
Interface Company {
attribute string name;
attribute float stock-price;
attribute string address;
relationship set <Product> makes;
}
Previous slide
Next slide
Back to first slide
View graphic version