first commit
This commit is contained in:
11
Semester 1/Programming 1/Java/examples/projects/chapter08/zuul-bad/Room.ctxt
Executable file
11
Semester 1/Programming 1/Java/examples/projects/chapter08/zuul-bad/Room.ctxt
Executable file
@@ -0,0 +1,11 @@
|
||||
#BlueJ class context
|
||||
comment0.params=description
|
||||
comment0.target=Room(java.lang.String)
|
||||
comment0.text=\r\n\ Create\ a\ room\ described\ "description".\ Initially,\ it\ has\r\n\ no\ exits.\ "description"\ is\ something\ like\ "a\ kitchen"\ or\r\n\ "an\ open\ court\ yard".\r\n\ @param\ description\ The\ room's\ description.\r\n
|
||||
comment1.params=north\ east\ south\ west
|
||||
comment1.target=void\ setExits(Room,\ Room,\ Room,\ Room)
|
||||
comment1.text=\r\n\ Define\ the\ exits\ of\ this\ room.\ \ Every\ direction\ either\ leads\r\n\ to\ another\ room\ or\ is\ null\ (no\ exit\ there).\r\n\ @param\ north\ The\ north\ exit.\r\n\ @param\ east\ The\ east\ east.\r\n\ @param\ south\ The\ south\ exit.\r\n\ @param\ west\ The\ west\ exit.\r\n
|
||||
comment2.params=
|
||||
comment2.target=java.lang.String\ getDescription()
|
||||
comment2.text=\r\n\ @return\ The\ description\ of\ the\ room.\r\n
|
||||
numComments=3
|
Reference in New Issue
Block a user