ODL Declarations, Extended Again
Interface Company {
attribute string name;
attribute float stockprice;
relationship set <Product> makes
inverse Product::madeBy;
relationship set <Person> employs
inverse Person::worksFor;
}
Previous slide
Next slide
Back to first slide
View graphic version