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
d77816c2
Commit
d77816c2
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
normalize method names
parent
8936665b
No related branches found
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/SimulationManager.java
+6
-6
6 additions, 6 deletions
examples/src/OpenDis7Examples/SimulationManager.java
with
6 additions
and
6 deletions
examples/src/OpenDis7Examples/SimulationManager.java
+
6
−
6
View file @
d77816c2
...
@@ -79,42 +79,42 @@ public class SimulationManager
...
@@ -79,42 +79,42 @@ public class SimulationManager
/**
/**
* Start the simulation according to specifications
* Start the simulation according to specifications
*/
*/
public
void
S
imulationStart
()
public
void
s
imulationStart
()
{
{
// TODO
// TODO
}
}
/**
/**
* Pause the simulation according to specifications
* Pause the simulation according to specifications
*/
*/
public
void
S
imulationPause
()
public
void
s
imulationPause
()
{
{
// TODO
// TODO
}
}
/**
/**
* Resume the simulation according to specifications
* Resume the simulation according to specifications
*/
*/
public
void
S
imulationResume
()
public
void
s
imulationResume
()
{
{
// TODO
// TODO
}
}
/**
/**
* Stop the simulation according to specifications
* Stop the simulation according to specifications
*/
*/
public
void
S
imulationStop
()
public
void
s
imulationStop
()
{
{
// TODO
// TODO
}
}
/**
/**
* An entity can Join the simulation according to specifications
* An entity can Join the simulation according to specifications
*/
*/
public
void
Join
()
public
void
simulation
Join
()
{
{
// TODO
// TODO
}
}
/**
/**
* An entity can Leave the simulation according to specifications
* An entity can Leave the simulation according to specifications
*/
*/
public
void
Leave
()
public
void
simulation
Leave
()
{
{
// TODO
// TODO
}
}
...
...
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