% a comment -- this is the example used in the Aocl paper % http://www.cs.utexas.edu/ftp/predator/20Aocl.pdf classDiagram Alleg. table(Emp,[name,age:int]). table(Dept,[name,'city']). table(Div,[name]). assoc(Anc,Emp,parOf,BLANK,Emp,chldOf,BLANK). assoc(Job,Emp,employs,BLANK,Dept,worksin,BLANK). assoc(DD,Div,inDiv,BLACK_DIAMOND,Dept,hasDept,BLANK). |