#BlueJ class context comment0.target=Pet comment0.text=\r\n\ This\ represents\ a\ single\ pet.\r\n\ Pets\ have\ a\ type\ and\ a\ weight\r\n comment1.params=type\ weight comment1.target=Pet(java.lang.String,\ int) comment1.text=\r\n\ Constructor\ for\ objects\ of\ class\ Pet\r\n\ A\ pet\ must\ have\ a\ type\ (eg\ dog,\ cat)\ and\ \r\n comment2.params= comment2.target=int\ getWeight() comment2.text=\r\n\ Return\ the\ number\ of\ legs\ for\ this\ pet\r\n\r\n comment3.params= comment3.target=java.lang.String\ getType() comment3.text=\r\n\ Return\ the\ type\ of\ pet\r\n\r\n numComments=4