Skip to content
Snippets Groups Projects
Commit 84c572d5 authored by justi's avatar justi
Browse files

Frank Assignment 3

parent cb743c46
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public class FrankAssisgmentThreeSimulation {
EntityType M829Type = new EntityType(); //2.2.225.2.13.1
M829Type.setEntityKind(EntityKind.MUNITION);
M829Type.setDomain(Domain.inst(PlatformDomain.AIR));
M829Type.setDomain(Domain.inst(PlatformDomain.LAND));
M829Type.setCountry(Country.UNITED_STATES_OF_AMERICA_USA);
M829Type.setCategory(2);
M829Type.setSubCategory(13);
......
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