Skip to content
Snippets Groups Projects
Commit 43690fd4 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

in-class review, additional comments

parent debf6375
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,8 @@ public class ExampleSimulationProgram ...@@ -64,6 +64,8 @@ public class ExampleSimulationProgram
/** MunitionDescriptor for these weapons */ /** MunitionDescriptor for these weapons */
protected MunitionDescriptor munitionDescriptor1; protected MunitionDescriptor munitionDescriptor1;
// hey programmer, what other state do you want? this is a good place to declare it...
/** /**
* Constructor to create an instance of this class. * Constructor to create an instance of this class.
* Design goal: additional built-in initialization conveniences can go here * Design goal: additional built-in initialization conveniences can go here
...@@ -133,7 +135,7 @@ public class ExampleSimulationProgram ...@@ -133,7 +135,7 @@ public class ExampleSimulationProgram
// disChannel.sendCommentPdu(VariableRecordType.OTHER, "ArrivalProcessOpenDis7 initialized"); // hello channel, debug // disChannel.sendCommentPdu(VariableRecordType.OTHER, "ArrivalProcessOpenDis7 initialized"); // hello channel, debug
} }
/** Get ready, get set... initialize simulation entities /** Get ready, get set... initialize simulation entities. Who's who in the zoo?
*/ */
public void initializeSimulationEntities() public void initializeSimulationEntities()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment