Draw on the right, write (Umple) model code on the left. Analyse models and generate code. This tool stores your data in cookies and on a server. I understand. Click to learn about privacy. Download Donate For help: User manual Ask questions Report issue
// When the multiplicity is a single integer there // must be exactly that number of objects linked // at all times (including when the object at the // other end is first created). Except for '1', // such multiplicities are rare. // // Here, there must be exactly two objects (lower // and upper bound are both 2) class F { 0..1 -- 2 G; } class G{}