Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
3349c027
Commit
3349c027
authored
4 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
rename for clarity
parent
6ff2e121
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+4
-4
4 additions, 4 deletions
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
with
4 additions
and
4 deletions
examples/src/OpenDis7Examples/ExampleSimulation.java
→
examples/src/OpenDis7Examples/ExampleSimulation
Program
.java
+
4
−
4
View file @
3349c027
...
...
@@ -13,7 +13,7 @@ import edu.nps.moves.dis7.pdus.Pdu;
import
edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface
;
import
edu.nps.moves.dis7.utilities.PduFactory
;
public
class
ExampleSimulation
public
class
ExampleSimulation
Program
{
// class variables
PduFactory
pduFactory
=
new
PduFactory
();
...
...
@@ -28,7 +28,7 @@ public class ExampleSimulation
* Constructor design goal: additional built-in initialization conveniences can go here
* to keep student efforts focused on the runSimulation() method.
*/
public
ExampleSimulation
()
public
ExampleSimulation
Program
()
{
// Under consideration.
}
...
...
@@ -38,7 +38,7 @@ public class ExampleSimulation
* @param address network address to use
* @param port corresponding network port to use
*/
public
ExampleSimulation
(
String
address
,
int
port
)
public
ExampleSimulation
Program
(
String
address
,
int
port
)
{
setNetworkAddress
(
address
);
...
...
@@ -160,7 +160,7 @@ public class ExampleSimulation
}
ExampleSimulation
thisProgram
=
new
ExampleSimulation
();
// creates instance
ExampleSimulation
Program
thisProgram
=
new
ExampleSimulation
Program
();
// creates instance
thisProgram
.
setUpNetworkInterface
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment