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
3ffa3299
Commit
3ffa3299
authored
3 years ago
by
KReynolds
Browse files
Options
Downloads
Patches
Plain Diff
Fixed an error in the friendly packet
parent
c03c7c1f
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
assignments/src/MV3500Cohort2021JulySeptember/projects/AllenReynolds/KineticFirewallSimulationProgramAllenReynolds.java
+8
-8
8 additions, 8 deletions
...ynolds/KineticFirewallSimulationProgramAllenReynolds.java
with
8 additions
and
8 deletions
assignments/src/MV3500Cohort2021JulySeptember/projects/AllenReynolds/KineticFirewallSimulationProgramAllenReynolds.java
+
8
−
8
View file @
3ffa3299
...
...
@@ -82,14 +82,14 @@ public class KineticFirewallSimulationProgramAllenReynolds {
}
private
EntityType
createFriendPacketType
()
{
EntityType
FN
FireWall
Type
=
new
EntityType
();
FN
FireWall
Type
.
setEntityKind
(
EntityKind
.
PLATFORM
);
FN
FireWall
Type
.
setDomain
(
Domain
.
inst
(
PlatformDomain
.
OTHER
));
FN
FireWall
Type
.
setCountry
(
Country
.
JAPAN_JPN
);
FN
FireWall
Type
.
setCategory
(
3
);
FN
FireWall
Type
.
setSubCategory
(
1
);
FN
FireWall
Type
.
setSpecific
(
1
);
return
FN
FireWall
Type
;
EntityType
FN
Packet
Type
=
new
EntityType
();
FN
Packet
Type
.
setEntityKind
(
EntityKind
.
PLATFORM
);
FN
Packet
Type
.
setDomain
(
Domain
.
inst
(
PlatformDomain
.
OTHER
));
FN
Packet
Type
.
setCountry
(
Country
.
JAPAN_JPN
);
FN
Packet
Type
.
setCategory
(
3
);
FN
Packet
Type
.
setSubCategory
(
1
);
FN
Packet
Type
.
setSpecific
(
1
);
return
FN
Packet
Type
;
}
private
MunitionDescriptor
createTraceroute
()
{
...
...
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