|
From: <mas...@us...> - 2003-08-21 23:51:29
|
Update of /cvsroot/pymerase/pymerase/examples/umlExamples In directory sc8-pr-cvs1:/tmp/cvs-serv28660/umlExamples Added Files: Automobile.zargo EstrogenExp.zargo README animal.zargo animal2.zargo author.zargo board.zargo bookshelf.zargo car.zargo computer.zargo house.zargo shoe.zargo Log Message: Various UML examples testing multiplicity. --- NEW FILE: Automobile.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: EstrogenExp.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: README --- simple Test Cases: Multiplicity Name Labeled Ends? author.zargo 0..* -> 1..* with label automobile.zargo none none //Have not tried testing board.zargo 0..1 -> 0..1 with label //Has problem reported bug bookshelf.zargo 1..* -> 0..1 with label car.zargo 1 -> 0..* without label computer.zargo 1..* -> 1 with label house.zargo 1 -> 1 without label //Has problem reported bug shoe.zargo 1 -> 0..1 with label //Had problem Complex Cases: Multiplicity Name Labeled Ends? animal.zargo 1..* -> 0..* with label //Has typing error animal2.zargo 1..* -> 0..* with label estrogen.zargo with label --- NEW FILE: animal.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: animal2.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: author.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: board.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bookshelf.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: car.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: computer.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: house.zargo --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shoe.zargo --- (This appears to be a binary file; contents omitted.) |