diff --git a/entityjars/open-dis7-entities-all.jar b/entityjars/open-dis7-entities-all.jar deleted file mode 100644 index bf060b7480f219bcd0d821c1a466e257a81bd33e..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-all.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-chn.jar b/entityjars/open-dis7-entities-chn.jar deleted file mode 100644 index 261e222cf7fa59ff86ae569cf61b6630cc099fe9..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-chn.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-deu.jar b/entityjars/open-dis7-entities-deu.jar deleted file mode 100644 index dce4b33e44c7d6a38a9ed9089e7631b384e4a89b..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-deu.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-javadoc.jar b/entityjars/open-dis7-entities-javadoc.jar deleted file mode 100644 index 830068409ce36b5ec87cec338b6aa636de0d0a0e..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-javadoc.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-nato.jar b/entityjars/open-dis7-entities-nato.jar deleted file mode 100644 index bb21a0618d44613a2287cdf930e485c61bbc4b46..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-nato.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-rus.jar b/entityjars/open-dis7-entities-rus.jar deleted file mode 100644 index 076881b7343a69230c7dba6b1c5929a4e4188455..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-rus.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-usa-air.jar b/entityjars/open-dis7-entities-usa-air.jar deleted file mode 100644 index d5aa816c56e5021fddea0d93646fbbd8a9ce2626..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-usa-air.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-usa-all.jar b/entityjars/open-dis7-entities-usa-all.jar deleted file mode 100644 index af9df075a29d324fb673d437fe0ef28e1a0fa804..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-usa-all.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-usa-land.jar b/entityjars/open-dis7-entities-usa-land.jar deleted file mode 100644 index 7f23e42f46092e796848d7386d9d89ac9a8fb46f..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-usa-land.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-usa-munitions.jar b/entityjars/open-dis7-entities-usa-munitions.jar deleted file mode 100644 index 49bb4d353a27c57831b241780257f9efba039177..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-usa-munitions.jar and /dev/null differ diff --git a/entityjars/open-dis7-entities-usa-surface.jar b/entityjars/open-dis7-entities-usa-surface.jar deleted file mode 100644 index 682f97fbca6ebd423ccf2cdfac6670d214cd36fa..0000000000000000000000000000000000000000 Binary files a/entityjars/open-dis7-entities-usa-surface.jar and /dev/null differ diff --git a/libs/README.md b/lib/README.md similarity index 100% rename from libs/README.md rename to lib/README.md diff --git a/libs/commons-io-2.6.jar b/lib/commons-io-2.6.jar similarity index 100% rename from libs/commons-io-2.6.jar rename to lib/commons-io-2.6.jar diff --git a/libs/guava-28.0-jre.jar b/lib/guava-28.0-jre.jar similarity index 100% rename from libs/guava-28.0-jre.jar rename to lib/guava-28.0-jre.jar diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index ad77865ed2742a629bc2ab594114577f8960ba78..b16d20b3f73b1fb0d662754693f11ba3924f0cff 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -90,7 +90,7 @@ is divided into following sections: </not> </condition> </fail> - <j2seproject3:modulename property="module.name" sourcepath="${src.src-generated.dir}:${src.dir}"/> + <j2seproject3:modulename property="module.name" sourcepath="${src.dir}:${src.src-generated.dir}"/> <condition property="named.module.internal"> <and> <isset property="module.name"/> @@ -119,7 +119,43 @@ is divided into following sections: <property name="module.name" value=""/> </target> <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property,-init-modules-supported" name="-do-init"> - <property name="platform.java" value="${java.home}/bin/java"/> + <j2seproject1:property name="platform.home" value="platforms.${platform.active}.home"/> + <j2seproject1:property name="platform.bootcp" value="platforms.${platform.active}.bootclasspath"/> + <j2seproject1:property name="platform.compiler" value="platforms.${platform.active}.compile"/> + <j2seproject1:property name="platform.javac.tmp" value="platforms.${platform.active}.javac"/> + <condition property="platform.javac" value="${platform.home}/bin/javac"> + <equals arg1="${platform.javac.tmp}" arg2="$${platforms.${platform.active}.javac}"/> + </condition> + <property name="platform.javac" value="${platform.javac.tmp}"/> + <j2seproject1:property name="platform.java.tmp" value="platforms.${platform.active}.java"/> + <condition property="platform.java" value="${platform.home}/bin/java"> + <equals arg1="${platform.java.tmp}" arg2="$${platforms.${platform.active}.java}"/> + </condition> + <property name="platform.java" value="${platform.java.tmp}"/> + <j2seproject1:property name="platform.javadoc.tmp" value="platforms.${platform.active}.javadoc"/> + <condition property="platform.javadoc" value="${platform.home}/bin/javadoc"> + <equals arg1="${platform.javadoc.tmp}" arg2="$${platforms.${platform.active}.javadoc}"/> + </condition> + <property name="platform.javadoc" value="${platform.javadoc.tmp}"/> + <condition property="platform.invalid" value="true"> + <or> + <contains string="${platform.javac}" substring="$${platforms."/> + <contains string="${platform.java}" substring="$${platforms."/> + <contains string="${platform.javadoc}" substring="$${platforms."/> + </or> + </condition> + <fail unless="platform.home">Must set platform.home</fail> + <fail unless="platform.bootcp">Must set platform.bootcp</fail> + <fail unless="platform.java">Must set platform.java</fail> + <fail unless="platform.javac">Must set platform.javac</fail> + <fail if="platform.invalid"> + The J2SE Platform is not correctly set up. + Your active platform is: ${platform.active}, but the corresponding property "platforms.${platform.active}.home" is not found in the project's properties files. + Either open the project in the IDE and setup the Platform with the same name or add it manually. + For example like this: + ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.${platform.active}.home" in a .properties file) + or ant -Dplatforms.${platform.active}.home=<path_to_JDK_home> jar (where no properties file is used) + </fail> <available file="${manifest.file}" property="manifest.available"/> <condition property="splashscreen.available"> <and> @@ -154,18 +190,6 @@ is divided into following sections: <istrue value="${not.archive.disabled}"/> </or> </condition> - <condition property="do.mkdist"> - <and> - <isset property="do.archive"/> - <isset property="libs.CopyLibs.classpath"/> - <not> - <istrue value="${mkdist.disabled}"/> - </not> - <not> - <istrue value="${modules.supported.internal}"/> - </not> - </and> - </condition> <condition property="do.archive+manifest.available"> <and> <isset property="manifest.available"/> @@ -193,12 +217,13 @@ is divided into following sections: <condition property="have.tests"> <or> <available file="${test.src.dir}"/> + <available file="${test.dist.dir}"/> </or> </condition> <condition property="have.sources"> <or> - <available file="${src.src-generated.dir}"/> <available file="${src.dir}"/> + <available file="${src.src-generated.dir}"/> </or> </condition> <condition property="netbeans.home+have.tests"> @@ -255,20 +280,6 @@ is divided into following sections: <condition else="" property="javac.profile.cmd.line.arg" value="-profile ${javac.profile}"> <isset property="profile.available"/> </condition> - <condition else="false" property="jdkBug6558476"> - <and> - <matches pattern="1\.[56]" string="${java.specification.version}"/> - <not> - <os family="unix"/> - </not> - </and> - </condition> - <condition else="false" property="javac.fork"> - <or> - <istrue value="${jdkBug6558476}"/> - <istrue value="${javac.external.vm}"/> - </or> - </condition> <property name="jar.index" value="false"/> <property name="jar.index.metainf" value="${jar.index}"/> <property name="copylibs.rebase" value="true"/> @@ -301,9 +312,10 @@ is divided into following sections: <!-- You can override this target in the ../build.xml file. --> </target> <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check"> - <fail unless="src.src-generated.dir">Must set src.src-generated.dir</fail> <fail unless="src.dir">Must set src.dir</fail> + <fail unless="src.src-generated.dir">Must set src.src-generated.dir</fail> <fail unless="test.src.dir">Must set test.src.dir</fail> + <fail unless="test.dist.dir">Must set test.dist.dir</fail> <fail unless="build.dir">Must set build.dir</fail> <fail unless="dist.dir">Must set dist.dir</fail> <fail unless="build.classes.dir">Must set build.classes.dir</fail> @@ -324,7 +336,7 @@ is divided into following sections: </target> <target depends="-init-ap-cmdline-properties,-init-source-module-properties" if="modules.supported.internal" name="-init-macrodef-javac-with-module"> <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3"> - <attribute default="${src.src-generated.dir}:${src.dir}" name="srcdir"/> + <attribute default="${src.dir}:${src.src-generated.dir}" name="srcdir"/> <attribute default="${build.classes.dir}" name="destdir"/> <attribute default="${javac.classpath}" name="classpath"/> <attribute default="${javac.modulepath}" name="modulepath"/> @@ -336,7 +348,7 @@ is divided into following sections: <attribute default="${excludes}" name="excludes"/> <attribute default="${javac.debug}" name="debug"/> <attribute default="${empty.dir}" name="sourcepath" unless:set="named.module.internal"/> - <attribute default="${src.src-generated.dir}:${src.dir}" if:set="named.module.internal" name="sourcepath"/> + <attribute default="${src.dir}:${src.src-generated.dir}" if:set="named.module.internal" name="sourcepath"/> <attribute default="${empty.dir}" name="gensrcdir"/> <element name="customize" optional="true"/> <sequential> @@ -357,7 +369,7 @@ is divided into following sections: </path> </resourcecount> </condition> - <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> + <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" executable="${platform.javac}" fork="yes" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> <src> <dirset dir="@{gensrcdir}" erroronmissingdir="false"> <include name="*"/> @@ -391,7 +403,7 @@ is divided into following sections: </target> <target depends="-init-ap-cmdline-properties,-init-source-module-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors" unless="modules.supported.internal"> <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3"> - <attribute default="${src.src-generated.dir}:${src.dir}" name="srcdir"/> + <attribute default="${src.dir}:${src.src-generated.dir}" name="srcdir"/> <attribute default="${build.classes.dir}" name="destdir"/> <attribute default="${javac.classpath}" name="classpath"/> <attribute default="${javac.modulepath}" name="modulepath"/> @@ -408,7 +420,7 @@ is divided into following sections: <property location="${build.dir}/empty" name="empty.dir"/> <mkdir dir="${empty.dir}"/> <mkdir dir="@{apgeneratedsrcdir}"/> - <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> + <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" executable="${platform.javac}" fork="yes" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> <src> <dirset dir="@{gensrcdir}" erroronmissingdir="false"> <include name="*"/> @@ -434,7 +446,7 @@ is divided into following sections: </target> <target depends="-init-ap-cmdline-properties,-init-source-module-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal"> <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3"> - <attribute default="${src.src-generated.dir}:${src.dir}" name="srcdir"/> + <attribute default="${src.dir}:${src.src-generated.dir}" name="srcdir"/> <attribute default="${build.classes.dir}" name="destdir"/> <attribute default="${javac.classpath}" name="classpath"/> <attribute default="${javac.modulepath}" name="modulepath"/> @@ -450,7 +462,7 @@ is divided into following sections: <sequential> <property location="${build.dir}/empty" name="empty.dir"/> <mkdir dir="${empty.dir}"/> - <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> + <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" executable="${platform.javac}" fork="yes" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"> <src> <dirset dir="@{gensrcdir}" erroronmissingdir="false"> <include name="*"/> @@ -469,7 +481,7 @@ is divided into following sections: </target> <target depends="-init-macrodef-javac-with-module,-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac"> <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3"> - <attribute default="${src.src-generated.dir}:${src.dir}" name="srcdir"/> + <attribute default="${src.dir}:${src.src-generated.dir}" name="srcdir"/> <attribute default="${build.classes.dir}" name="destdir"/> <attribute default="${javac.classpath}" name="classpath"/> <sequential> @@ -529,7 +541,7 @@ is divided into following sections: <element name="customizePrototype" optional="true"/> <sequential> <property name="junit.forkmode" value="perTest"/> - <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}"> + <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" jvm="${platform.java}" showoutput="true" tempdir="${build.dir}"> <syspropertyset> <propertyref prefix="test-sys-prop."/> <mapper from="test-sys-prop.*" to="*" type="glob"/> @@ -557,7 +569,7 @@ is divided into following sections: <element name="customizePrototype" optional="true"/> <sequential> <property name="junit.forkmode" value="perTest"/> - <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}"> + <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" jvm="${platform.java}" showoutput="true" tempdir="${build.dir}"> <syspropertyset> <propertyref prefix="test-sys-prop."/> <mapper from="test-sys-prop.*" to="*" type="glob"/> @@ -605,6 +617,9 @@ is divided into following sections: <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}"> <filename name="@{testincludes}"/> </fileset> + <fileset dir="${test.dist.dir}" excludes="@{excludes},${excludes}" includes="@{includes}"> + <filename name="@{testincludes}"/> + </fileset> <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}"> <filename name="${test.binarytestincludes}"/> </fileset> @@ -631,9 +646,12 @@ is divided into following sections: <fileset dir="${test.src.dir}" excludes="@{excludes},**/*.xml,${excludes}" includes="@{includes}"> <filename name="@{testincludes}"/> </fileset> + <fileset dir="${test.dist.dir}" excludes="@{excludes},**/*.xml,${excludes}" includes="@{includes}"> + <filename name="@{testincludes}"/> + </fileset> </union> <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> - <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="open-dis7-java" testname="TestNG tests" workingDir="${work.dir}"> + <testng classfilesetref="test.set" failureProperty="tests.failed" jvm="${platform.java}" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="open-dis7-java" testname="TestNG tests" workingDir="${work.dir}"> <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> <propertyset> <propertyref prefix="test-sys-prop."/> @@ -864,6 +882,9 @@ is divided into following sections: <classpath> <path path="@{classpath}"/> </classpath> + <bootclasspath> + <path path="${platform.bootcp}"/> + </bootclasspath> </nbjpdastart> </sequential> </macrodef> @@ -913,7 +934,7 @@ is divided into following sections: <attribute default="jvm" name="jvm"/> <element name="customize" optional="true"/> <sequential> - <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" module="@{modulename}"> + <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" jvm="${platform.java}" module="@{modulename}"> <classpath> <path path="@{classpath}"/> </classpath> @@ -947,7 +968,7 @@ is divided into following sections: <attribute default="jvm" name="jvm"/> <element name="customize" optional="true"/> <sequential> - <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> + <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" jvm="${platform.java}"> <classpath> <path path="@{classpath}"/> </classpath> @@ -979,7 +1000,7 @@ is divided into following sections: <attribute default="jvm" name="jvm"/> <element name="customize" optional="true"/> <sequential> - <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> + <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" jvm="${platform.java}"> <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> <jvmarg value="-Dfile.encoding=${runtime.encoding}"/> <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/> @@ -1104,13 +1125,13 @@ is divided into following sections: <include name="*"/> </dirset> </pathconvert> - <j2seproject3:depend srcdir="${src.src-generated.dir}:${src.dir}:${build.generated.subdirs}"/> + <j2seproject3:depend srcdir="${src.dir}:${src.src-generated.dir}:${build.generated.subdirs}"/> </target> <target depends="init,deps-jar,-pre-pre-compile,-pre-compile, -copy-persistence-xml,-compile-depend" if="have.sources" name="-do-compile"> <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/> <copy todir="${build.classes.dir}"> - <fileset dir="${src.src-generated.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + <fileset dir="${src.src-generated.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> </copy> </target> <target if="has.persistence.xml" name="-copy-persistence-xml"> @@ -1131,7 +1152,7 @@ is divided into following sections: <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single"> <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail> <j2seproject3:force-recompile/> - <j2seproject3:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}, module-info.java" sourcepath="${src.src-generated.dir}:${src.dir}"/> + <j2seproject3:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}, module-info.java" sourcepath="${src.dir}:${src.src-generated.dir}"/> </target> <target name="-post-compile-single"> <!-- Empty placeholder for easier customization. --> @@ -1196,13 +1217,27 @@ is divided into following sections: <attribute name="SplashScreen-Image" value="META-INF/${splashscreen.basename}"/> </manifest> </target> - <target depends="init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen" if="do.mkdist" name="-do-jar-copylibs"> + <target depends="init,compile" name="-check-do-mkdist"> + <condition property="do.mkdist"> + <and> + <isset property="do.archive"/> + <isset property="libs.CopyLibs.classpath"/> + <not> + <istrue value="${mkdist.disabled}"/> + </not> + <not> + <available file="${build.classes.dir}/module-info.class"/> + </not> + </and> + </condition> + </target> + <target depends="init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-check-do-mkdist" if="do.mkdist" name="-do-jar-copylibs"> <j2seproject3:copylibs manifest="${tmp.manifest.file}"/> <echo level="info">To run this application from the command line without Ant, try:</echo> <property location="${dist.jar}" name="dist.jar.resolved"/> - <echo level="info">java -jar "${dist.jar.resolved}"</echo> + <echo level="info">${platform.java} -jar "${dist.jar.resolved}"</echo> </target> - <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen" if="do.archive" name="-do-jar-jar" unless="do.mkdist"> + <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-check-do-mkdist" if="do.archive" name="-do-jar-jar" unless="do.mkdist"> <j2seproject1:jar manifest="${tmp.manifest.file}"/> <property location="${build.classes.dir}" name="build.classes.dir.resolved"/> <property location="${dist.jar}" name="dist.jar.resolved"/> @@ -1302,8 +1337,8 @@ is divided into following sections: <isset property="main.class.available"/> </and> </condition> - <property name="platform.jlink" value="${jdk.home}/bin/jlink"/> - <property name="jlink.systemmodules.internal" value="${jdk.home}/jmods"/> + <property name="platform.jlink" value="${platform.home}/bin/jlink"/> + <property name="jlink.systemmodules.internal" value="${platform.home}/jmods"/> <exec executable="${platform.jlink}"> <arg value="--module-path"/> <arg path="${jlink.systemmodules.internal}:${run.modulepath}:${dist.jar}"/> @@ -1496,23 +1531,26 @@ is divided into following sections: </not> </and> </condition> + <exec executable="${platform.java}" failonerror="false" outputproperty="platform.version.output"> + <arg value="-version"/> + </exec> <condition else="" property="bug5101868workaround" value="*.java"> - <matches pattern="1\.[56](\..*)?" string="${java.version}"/> + <matches multiline="true" pattern="1\.[56](\..*)?" string="${platform.version.output}"/> </condition> <condition else="" property="javadoc.html5.cmd.line.arg" value="-html5"> <and> <isset property="javadoc.html5"/> - <available file="${jdk.home}${file.separator}lib${file.separator}jrt-fs.jar"/> + <available file="${platform.home}${file.separator}lib${file.separator}jrt-fs.jar"/> </and> </condition> - <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> + <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" executable="${platform.javadoc}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> <classpath> <path path="${javac.classpath}"/> </classpath> - <fileset dir="${src.src-generated.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}"> + <fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}"> <filename name="**/*.java"/> </fileset> - <fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}"> + <fileset dir="${src.src-generated.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}"> <filename name="**/*.java"/> </fileset> <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> @@ -1523,10 +1561,10 @@ is divided into following sections: <arg line="${javadoc.html5.cmd.line.arg}"/> </javadoc> <copy todir="${dist.javadoc.dir}"> - <fileset dir="${src.src-generated.dir}" excludes="${excludes}" includes="${includes}"> + <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}"> <filename name="**/doc-files/**"/> </fileset> - <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}"> + <fileset dir="${src.src-generated.dir}" excludes="${excludes}" includes="${includes}"> <filename name="**/doc-files/**"/> </fileset> <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> @@ -1551,14 +1589,14 @@ is divided into following sections: <!-- You can override this target in the ../build.xml file. --> </target> <target depends="-init-source-module-properties" if="named.module.internal" name="-init-test-javac-module-properties-with-module"> - <j2seproject3:modulename property="test.module.name" sourcepath="${test.src.dir}"/> - <condition else="${empty.dir}" property="javac.test.sourcepath" value="${test.src.dir}"> + <j2seproject3:modulename property="test.module.name" sourcepath="${test.src.dir}:${test.dist.dir}"/> + <condition else="${empty.dir}" property="javac.test.sourcepath" value="${test.src.dir}:${test.dist.dir}"> <and> <isset property="test.module.name"/> <length length="0" string="${test.module.name}" when="greater"/> </and> </condition> - <condition else="--patch-module ${module.name}=${test.src.dir} --add-reads ${module.name}=ALL-UNNAMED" property="javac.test.compilerargs" value="--add-reads ${test.module.name}=ALL-UNNAMED"> + <condition else="--patch-module ${module.name}=${test.src.dir}:${test.dist.dir} --add-reads ${module.name}=ALL-UNNAMED" property="javac.test.compilerargs" value="--add-reads ${test.module.name}=ALL-UNNAMED"> <and> <isset property="test.module.name"/> <length length="0" string="${test.module.name}" when="greater"/> @@ -1599,16 +1637,17 @@ is divided into following sections: </target> <target depends="-init-test-javac-module-properties-with-module,-init-test-module-properties-without-module" name="-init-test-module-properties"/> <target if="do.depend.true" name="-compile-test-depend"> - <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/> + <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}:${test.dist.dir}"/> </target> <target depends="init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test"> - <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="${javac.test.sourcepath}" srcdir="${test.src.dir}"> + <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="${javac.test.sourcepath}" srcdir="${test.src.dir}:${test.dist.dir}"> <customize> <compilerarg line="${javac.test.compilerargs}"/> </customize> </j2seproject3:javac> <copy todir="${build.test.classes.dir}"> <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + <fileset dir="${test.dist.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> </copy> </target> <target name="-post-compile-test"> @@ -1623,13 +1662,14 @@ is divided into following sections: <target depends="init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single"> <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail> <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/> - <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}, module-info.java" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="${test.src.dir}" srcdir="${test.src.dir}"> + <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}, module-info.java" modulepath="${javac.test.modulepath}" processorpath="${javac.test.processorpath}" sourcepath="${test.src.dir}:${test.dist.dir}" srcdir="${test.src.dir}:${test.dist.dir}"> <customize> <compilerarg line="${javac.test.compilerargs}"/> </customize> </j2seproject3:javac> <copy todir="${build.test.classes.dir}"> <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + <fileset dir="${test.dist.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> </copy> </target> <target name="-post-compile-test-single"> diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index c9d6653a90ce4d2092c4782eb95f6c2c2cae0f9c..33dac5711a1da1d49dec9e0b129ebe9bbd824d2f 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=f097698a build.xml.stylesheet.CRC32=f85dc8f2@1.91.1.48 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=d39bc848 -nbproject/build-impl.xml.script.CRC32=8796c3f3 -nbproject/build-impl.xml.stylesheet.CRC32=3a2fa800@1.91.1.48 +nbproject/build-impl.xml.data.CRC32=b309f382 +nbproject/build-impl.xml.script.CRC32=a0a8831d +nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.95.0.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index 0ca379e02eb3dd0f548863c163268111d6f9a45a..3a2801e741f53544c92f15b1b5d807f08894c0f7 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -38,8 +38,8 @@ dist.jlink.output=${dist.jlink.dir}/open-dis7-java endorsed.classpath= excludes=**/logs/ **/X3dInterpolators/ file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar -file.reference.commons-io-2.6.jar=libs/commons-io-2.6.jar -file.reference.guava-28.0-jre.jar=libs/guava-28.0-jre.jar +file.reference.commons-io-2.6.jar=lib/commons-io-2.6.jar +file.reference.guava-28.0-jre.jar=lib/guava-28.0-jre.jar file.reference.junit-platform-commons-1.6.2.jar=testlibs/junit-platform-commons-1.6.2.jar file.reference.junit-platform-console-1.6.2.jar=testlibs/junit-platform-console-1.6.2.jar file.reference.junit-platform-engine-1.6.2.jar=testlibs/junit-platform-engine-1.6.2.jar @@ -52,9 +52,9 @@ jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ - ${file.reference.open-dis7-enumerations-classes.jar}:\ ${file.reference.commons-io-2.6.jar}:\ - ${file.reference.guava-28.0-jre.jar} + ${file.reference.guava-28.0-jre.jar}:\ + ${file.reference.open-dis7-enumerations-classes.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked javac.deprecation=true diff --git a/nbproject/project.xml b/nbproject/project.xml index be32b55672262d368ba31473a13668610f4b307b..59e14974b7e3605bfaa116b4e9560bbd0fa7a758 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,15 +4,18 @@ <configuration> <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> <name>open-dis7-java</name> + <explicit-platform explicit-source-supported="true"/> <source-roots> - <root id="src.src-generated.dir"/> <root id="src.dir"/> + <root id="src.src-generated.dir"/> </source-roots> <test-roots> <root id="test.src.dir"/> + <root id="test.dist.dir"/> </test-roots> </data> <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> + <word>classpath</word> <word>multicast</word> </spellchecker-wordlist> </configuration> diff --git a/optionallibs/README.md b/optionallibs/README.md deleted file mode 100644 index 068a9f63ccf799b833e30f844d939f7470d9df84..0000000000000000000000000000000000000000 --- a/optionallibs/README.md +++ /dev/null @@ -1,4 +0,0 @@ -This directory contains libraries which are required at runtime to use the following classes: - -1. <pre>edu.nps.moves.dis7.utilities.stream.PduRecorder</pre> -2. <pre>edu.nps.moves.dis7.examples.PduReaderPlayer</pre> diff --git a/optionallibs/commons-io-2.6.jar b/optionallibs/commons-io-2.6.jar deleted file mode 100644 index 00556b119d45dd85a3c3073b1826916c3c60b9c4..0000000000000000000000000000000000000000 Binary files a/optionallibs/commons-io-2.6.jar and /dev/null differ diff --git a/optionallibs/guava-28.0-jre.jar b/optionallibs/guava-28.0-jre.jar deleted file mode 100644 index f254aae7680a1a64f886b826a7e1fc25ebdaef1f..0000000000000000000000000000000000000000 Binary files a/optionallibs/guava-28.0-jre.jar and /dev/null differ diff --git a/src-generated/edu/nps/moves/dis7/APA.java b/src-generated/edu/nps/moves/dis7/APA.java index 259145336c69c5d8a833536c486b6238ef56572e..593fec6b834c7325b02ecb36bede29ab734121c2 100644 --- a/src-generated/edu/nps/moves/dis7/APA.java +++ b/src-generated/edu/nps/moves/dis7/APA.java @@ -25,7 +25,10 @@ public class APA extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AcknowledgePdu.java b/src-generated/edu/nps/moves/dis7/AcknowledgePdu.java index 5cc16d4797e4f240cfe268a907a1669e98a33dbe..233d9f2e22af984d68153d0620fa4c7ee29eb597 100644 --- a/src-generated/edu/nps/moves/dis7/AcknowledgePdu.java +++ b/src-generated/edu/nps/moves/dis7/AcknowledgePdu.java @@ -31,7 +31,10 @@ public class AcknowledgePdu extends SimulationManagementFamilyPdu implements Ser setPduType( DISPDUType.ACKNOWLEDGE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AcknowledgeRPdu.java b/src-generated/edu/nps/moves/dis7/AcknowledgeRPdu.java index 87a195304d40e7b4f5223cec7d769342bf6dfdba..1b61bf44bdc3b4e13a4de189c31715a9e3ee971b 100644 --- a/src-generated/edu/nps/moves/dis7/AcknowledgeRPdu.java +++ b/src-generated/edu/nps/moves/dis7/AcknowledgeRPdu.java @@ -31,7 +31,10 @@ public class AcknowledgeRPdu extends SimulationManagementWithReliabilityFamilyPd setPduType( DISPDUType.ACKNOWLEDGE_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AcousticEmitter.java b/src-generated/edu/nps/moves/dis7/AcousticEmitter.java index fffa79ad34b885ba12eb1b8a8b8b7a7c280b99ed..56e793594507db0f316da811244b8d5cc0105a87 100644 --- a/src-generated/edu/nps/moves/dis7/AcousticEmitter.java +++ b/src-generated/edu/nps/moves/dis7/AcousticEmitter.java @@ -30,7 +30,10 @@ public class AcousticEmitter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ActionRequestPdu.java b/src-generated/edu/nps/moves/dis7/ActionRequestPdu.java index a2c85f413ca0f4061d6008448e2cab151f93530b..6239077d9e0e36a2dd528060fca78146dd1afc58 100644 --- a/src-generated/edu/nps/moves/dis7/ActionRequestPdu.java +++ b/src-generated/edu/nps/moves/dis7/ActionRequestPdu.java @@ -40,7 +40,10 @@ public class ActionRequestPdu extends SimulationManagementFamilyPdu implements S setPduType( DISPDUType.ACTION_REQUEST ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ActionRequestRPdu.java b/src-generated/edu/nps/moves/dis7/ActionRequestRPdu.java index f9ac604b54ee855462362b41c63dcff5b02e5929..b8649ff22bcb4c97ee435caa5ff8bda3bb85fe74 100644 --- a/src-generated/edu/nps/moves/dis7/ActionRequestRPdu.java +++ b/src-generated/edu/nps/moves/dis7/ActionRequestRPdu.java @@ -49,7 +49,10 @@ public class ActionRequestRPdu extends SimulationManagementWithReliabilityFamily setPduType( DISPDUType.ACTION_REQUEST_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ActionResponsePdu.java b/src-generated/edu/nps/moves/dis7/ActionResponsePdu.java index ae9838259ca9101f0f45f9ac9860f8b8832299ba..8a7f696a563750d6612efa91b5dcda49f306ff70 100644 --- a/src-generated/edu/nps/moves/dis7/ActionResponsePdu.java +++ b/src-generated/edu/nps/moves/dis7/ActionResponsePdu.java @@ -40,7 +40,10 @@ public class ActionResponsePdu extends SimulationManagementFamilyPdu implements setPduType( DISPDUType.ACTION_RESPONSE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ActionResponseRPdu.java b/src-generated/edu/nps/moves/dis7/ActionResponseRPdu.java index 82098f5cff9b8326ffe916a9af3de4eb29c9cce2..9e21b8c613e320158e85e286eadd29f632a56d2e 100644 --- a/src-generated/edu/nps/moves/dis7/ActionResponseRPdu.java +++ b/src-generated/edu/nps/moves/dis7/ActionResponseRPdu.java @@ -40,7 +40,10 @@ public class ActionResponseRPdu extends SimulationManagementWithReliabilityFamil setPduType( DISPDUType.ACTION_RESPONSE_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AggregateIdentifier.java b/src-generated/edu/nps/moves/dis7/AggregateIdentifier.java index 55d3342bd93fc4aa3adaa0f80959075a709cab54..cc77159d47aa92d95be3742086c611d41d8fd118 100644 --- a/src-generated/edu/nps/moves/dis7/AggregateIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/AggregateIdentifier.java @@ -27,7 +27,10 @@ public class AggregateIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AggregateMarking.java b/src-generated/edu/nps/moves/dis7/AggregateMarking.java index 96814e86feb3976671c6daad6e8e93225620bea4..26074429bfc5521a50b37cbb2bbbaede9234230f 100644 --- a/src-generated/edu/nps/moves/dis7/AggregateMarking.java +++ b/src-generated/edu/nps/moves/dis7/AggregateMarking.java @@ -27,7 +27,10 @@ public class AggregateMarking extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AggregateStatePdu.java b/src-generated/edu/nps/moves/dis7/AggregateStatePdu.java index 86fb388750eb294d4bab1381238174516f9dd4fc..c560c568103bc14386d2f07aa9e6ec58459eb405 100644 --- a/src-generated/edu/nps/moves/dis7/AggregateStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/AggregateStatePdu.java @@ -84,7 +84,10 @@ public class AggregateStatePdu extends EntityManagementFamilyPdu implements Seri setPduType( DISPDUType.AGGREGATE_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AggregateType.java b/src-generated/edu/nps/moves/dis7/AggregateType.java index de474cb759d240eba3b2f6c384271668134e3a63..ff914dad8843a058714bd3d085d483e0cf93b9c9 100644 --- a/src-generated/edu/nps/moves/dis7/AggregateType.java +++ b/src-generated/edu/nps/moves/dis7/AggregateType.java @@ -41,7 +41,10 @@ public class AggregateType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AngleDeception.java b/src-generated/edu/nps/moves/dis7/AngleDeception.java index f97e7060bef26f132ac86e5557fc5a766508bd1a..d7f255b0202490ad28f1c4dcca66843adc45b272 100644 --- a/src-generated/edu/nps/moves/dis7/AngleDeception.java +++ b/src-generated/edu/nps/moves/dis7/AngleDeception.java @@ -54,7 +54,10 @@ public class AngleDeception extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AngularVelocityVector.java b/src-generated/edu/nps/moves/dis7/AngularVelocityVector.java index d885fddcb272a9913258770d36aeef78a61235fc..04114fe877fbe95de001f637507d24852eb68059 100644 --- a/src-generated/edu/nps/moves/dis7/AngularVelocityVector.java +++ b/src-generated/edu/nps/moves/dis7/AngularVelocityVector.java @@ -30,7 +30,10 @@ public class AngularVelocityVector extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AntennaLocation.java b/src-generated/edu/nps/moves/dis7/AntennaLocation.java index 010b61d67c3914f0598b7e6115aa6c5618c31851..02c2d196b6046e2075b8673039f20900bc414c9a 100644 --- a/src-generated/edu/nps/moves/dis7/AntennaLocation.java +++ b/src-generated/edu/nps/moves/dis7/AntennaLocation.java @@ -27,7 +27,10 @@ public class AntennaLocation extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Appearance.java b/src-generated/edu/nps/moves/dis7/Appearance.java index 931697d31e7440e00b904d1005803add878e08b9..b74e9008c05b058a4a80987586851d759ba2afb4 100644 --- a/src-generated/edu/nps/moves/dis7/Appearance.java +++ b/src-generated/edu/nps/moves/dis7/Appearance.java @@ -29,7 +29,10 @@ public class Appearance extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AppearancePdu.java b/src-generated/edu/nps/moves/dis7/AppearancePdu.java index 04e3cdfa56a3c50b398c38971374c9411b3a7266..d078f743bda7f33a56dce7cf2d2e36e7945a6a0e 100644 --- a/src-generated/edu/nps/moves/dis7/AppearancePdu.java +++ b/src-generated/edu/nps/moves/dis7/AppearancePdu.java @@ -40,7 +40,10 @@ public class AppearancePdu extends LiveEntityFamilyPdu implements Serializable setPduType( DISPDUType.APPEARANCE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ArealObjectStatePdu.java b/src-generated/edu/nps/moves/dis7/ArealObjectStatePdu.java index 8cbd0a63a39ebcb19481dbc508e5b76f8abddafb..d90c2f54a4370e1291890a3689ed06d0cc3be77c 100644 --- a/src-generated/edu/nps/moves/dis7/ArealObjectStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/ArealObjectStatePdu.java @@ -58,7 +58,10 @@ public class ArealObjectStatePdu extends SyntheticEnvironmentFamilyPdu implement setPduType( DISPDUType.AREAL_OBJECT_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ArticulatedPartVP.java b/src-generated/edu/nps/moves/dis7/ArticulatedPartVP.java index 1d48217722cfe7d03fd86d22d0b4e6f9ebbbd2a9..1a51e080a57e95639b6d9dcb46f0007daaddfb85 100644 --- a/src-generated/edu/nps/moves/dis7/ArticulatedPartVP.java +++ b/src-generated/edu/nps/moves/dis7/ArticulatedPartVP.java @@ -38,7 +38,10 @@ public class ArticulatedPartVP extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ArticulatedPartsPdu.java b/src-generated/edu/nps/moves/dis7/ArticulatedPartsPdu.java index 1f81748c74ef95120573489c544a43b2948c7b0c..4118acd29716e07d3e4988a95491774a3125625a 100644 --- a/src-generated/edu/nps/moves/dis7/ArticulatedPartsPdu.java +++ b/src-generated/edu/nps/moves/dis7/ArticulatedPartsPdu.java @@ -28,7 +28,10 @@ public class ArticulatedPartsPdu extends LiveEntityFamilyPdu implements Serializ setPduType( DISPDUType.ARTICULATED_PARTS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Association.java b/src-generated/edu/nps/moves/dis7/Association.java index 7271ec296d6125cbe56cc71b5100a78d9270008c..27f6d25e0649301f645d3bffddf837e385cc88ff 100644 --- a/src-generated/edu/nps/moves/dis7/Association.java +++ b/src-generated/edu/nps/moves/dis7/Association.java @@ -32,7 +32,10 @@ public class Association extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AttachedPartVP.java b/src-generated/edu/nps/moves/dis7/AttachedPartVP.java index ba931cf0c7309134999355551f123c433d65bbfa..4359038b5d44ba6c55148cb2254d98f33351dd6d 100644 --- a/src-generated/edu/nps/moves/dis7/AttachedPartVP.java +++ b/src-generated/edu/nps/moves/dis7/AttachedPartVP.java @@ -36,7 +36,10 @@ public class AttachedPartVP extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Attribute.java b/src-generated/edu/nps/moves/dis7/Attribute.java index 1a1ee42e95b78aedcdb4c776c8a40672ae056934..f670bcc9bb2ae950b93e4dd241d68519789e2136 100644 --- a/src-generated/edu/nps/moves/dis7/Attribute.java +++ b/src-generated/edu/nps/moves/dis7/Attribute.java @@ -29,7 +29,10 @@ public class Attribute extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AttributePdu.java b/src-generated/edu/nps/moves/dis7/AttributePdu.java index 787d47881505327b5803da5b6c034c47f37af1a8..becef027fd232dd53b29464de2803128ff784ede 100644 --- a/src-generated/edu/nps/moves/dis7/AttributePdu.java +++ b/src-generated/edu/nps/moves/dis7/AttributePdu.java @@ -51,7 +51,10 @@ public class AttributePdu extends EntityInformationFamilyPdu implements Serializ setPduType( DISPDUType.ATTRIBUTE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/AttributeRecordSet.java b/src-generated/edu/nps/moves/dis7/AttributeRecordSet.java index c4e32f3fc34c5414eb6cde316885f522c9dc68f0..af470fbbe0ba3c532ebcc677ba135c779bc5cf99 100644 --- a/src-generated/edu/nps/moves/dis7/AttributeRecordSet.java +++ b/src-generated/edu/nps/moves/dis7/AttributeRecordSet.java @@ -26,7 +26,10 @@ public class AttributeRecordSet extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/BeamAntennaPattern.java b/src-generated/edu/nps/moves/dis7/BeamAntennaPattern.java index 75ce5797d2508fe6c8c343072a3cf4a6d42a2358..f9b87420bb5eee05a1be12e4a6437618061c873d 100644 --- a/src-generated/edu/nps/moves/dis7/BeamAntennaPattern.java +++ b/src-generated/edu/nps/moves/dis7/BeamAntennaPattern.java @@ -47,7 +47,10 @@ public class BeamAntennaPattern extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/BeamData.java b/src-generated/edu/nps/moves/dis7/BeamData.java index f22b6cf35e2e59ad9025c3dfa02d7d26fe5054cc..8a7a9b66e102ac0138f77c6ee88c0b6e82e93d2f 100644 --- a/src-generated/edu/nps/moves/dis7/BeamData.java +++ b/src-generated/edu/nps/moves/dis7/BeamData.java @@ -36,7 +36,10 @@ public class BeamData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/BeamStatus.java b/src-generated/edu/nps/moves/dis7/BeamStatus.java index ac5d3de9ae11645762ab553160b20b43cbd3eeff..d8b3fb15d39ac17320196458da12707e8fa16110 100644 --- a/src-generated/edu/nps/moves/dis7/BeamStatus.java +++ b/src-generated/edu/nps/moves/dis7/BeamStatus.java @@ -24,7 +24,10 @@ public class BeamStatus extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/BlankingSector.java b/src-generated/edu/nps/moves/dis7/BlankingSector.java index e29f37850ee2720db45d36c7a749d63aca804eef..6ac5f25d5caae6fbe670fdd4b13090f7cebea904 100644 --- a/src-generated/edu/nps/moves/dis7/BlankingSector.java +++ b/src-generated/edu/nps/moves/dis7/BlankingSector.java @@ -48,7 +48,10 @@ public class BlankingSector extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ChangeOptions.java b/src-generated/edu/nps/moves/dis7/ChangeOptions.java index ab93a6430f78bda04f961d0b27e069aacfc11c88..ab888e68dd13aaaf2ec578a92a54e4ea4f259cbc 100644 --- a/src-generated/edu/nps/moves/dis7/ChangeOptions.java +++ b/src-generated/edu/nps/moves/dis7/ChangeOptions.java @@ -23,7 +23,10 @@ public class ChangeOptions extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ClockTime.java b/src-generated/edu/nps/moves/dis7/ClockTime.java index bab00ddf0a2f225ff9329c2f13e5a0a3cc09b190..313f4f57128d809aa19718cc221a5e9d6021d0aa 100644 --- a/src-generated/edu/nps/moves/dis7/ClockTime.java +++ b/src-generated/edu/nps/moves/dis7/ClockTime.java @@ -27,7 +27,10 @@ public class ClockTime extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CollisionElasticPdu.java b/src-generated/edu/nps/moves/dis7/CollisionElasticPdu.java index adbb30e4813635cc50ad59267d39e1fe04f1aaf5..48a09601d782155e35b75e477ee8d5ae95cb5095 100644 --- a/src-generated/edu/nps/moves/dis7/CollisionElasticPdu.java +++ b/src-generated/edu/nps/moves/dis7/CollisionElasticPdu.java @@ -67,7 +67,10 @@ public class CollisionElasticPdu extends EntityInformationFamilyPdu implements S setPduType( DISPDUType.COLLISION_ELASTIC ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CollisionPdu.java b/src-generated/edu/nps/moves/dis7/CollisionPdu.java index 388242bb09a3214fd705f6794bda5f1c5404c455..bce68636ccb068724d9807e57fb7fba8c5f94852 100644 --- a/src-generated/edu/nps/moves/dis7/CollisionPdu.java +++ b/src-generated/edu/nps/moves/dis7/CollisionPdu.java @@ -46,7 +46,10 @@ public class CollisionPdu extends EntityInformationFamilyPdu implements Serializ setPduType( DISPDUType.COLLISION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CommentPdu.java b/src-generated/edu/nps/moves/dis7/CommentPdu.java index 03b1061035efbb949188323b325b7b72a0b18766..a247c2a13bf9f3eb3916d7b1d24cbb83cc506957 100644 --- a/src-generated/edu/nps/moves/dis7/CommentPdu.java +++ b/src-generated/edu/nps/moves/dis7/CommentPdu.java @@ -31,7 +31,10 @@ public class CommentPdu extends SimulationManagementFamilyPdu implements Seriali setPduType( DISPDUType.COMMENT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CommentRPdu.java b/src-generated/edu/nps/moves/dis7/CommentRPdu.java index 9ccfddce6a16b661cf78c77bf76adc7f3a95a60a..86ebae65faca325460f4269b6e6bb5d12bc5b5a7 100644 --- a/src-generated/edu/nps/moves/dis7/CommentRPdu.java +++ b/src-generated/edu/nps/moves/dis7/CommentRPdu.java @@ -31,7 +31,10 @@ public class CommentRPdu extends SimulationManagementWithReliabilityFamilyPdu im setPduType( DISPDUType.COMMENT_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CommunicationsNodeID.java b/src-generated/edu/nps/moves/dis7/CommunicationsNodeID.java index 1cc818f7ec3c95521ab231acfee2431b9c4be886..7432bcc57459ed5ec9d8a6a89872d209b146116a 100644 --- a/src-generated/edu/nps/moves/dis7/CommunicationsNodeID.java +++ b/src-generated/edu/nps/moves/dis7/CommunicationsNodeID.java @@ -25,7 +25,10 @@ public class CommunicationsNodeID extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CreateEntityPdu.java b/src-generated/edu/nps/moves/dis7/CreateEntityPdu.java index 4db1682bf4beb028f34d1ff00cb3017f09276e57..d593738a5fd1c72cc56e85978177f4699bb39959 100644 --- a/src-generated/edu/nps/moves/dis7/CreateEntityPdu.java +++ b/src-generated/edu/nps/moves/dis7/CreateEntityPdu.java @@ -25,7 +25,10 @@ public class CreateEntityPdu extends SimulationManagementFamilyPdu implements Se setPduType( DISPDUType.CREATE_ENTITY ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/CreateEntityRPdu.java b/src-generated/edu/nps/moves/dis7/CreateEntityRPdu.java index ccf13a899c4632fa907284aa95148c7e0aa45579..f1dce4b3c35cfbf9cd23c9d58d0925e95728fcaf 100644 --- a/src-generated/edu/nps/moves/dis7/CreateEntityRPdu.java +++ b/src-generated/edu/nps/moves/dis7/CreateEntityRPdu.java @@ -32,7 +32,10 @@ public class CreateEntityRPdu extends SimulationManagementWithReliabilityFamilyP setPduType( DISPDUType.CREATE_ENTITY_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataFilterRecord.java b/src-generated/edu/nps/moves/dis7/DataFilterRecord.java index f98e961fec853fcd1d99ca0b5641121739b45e5f..75e77b67602645fb94d827e6b9e015bf21c50cf3 100644 --- a/src-generated/edu/nps/moves/dis7/DataFilterRecord.java +++ b/src-generated/edu/nps/moves/dis7/DataFilterRecord.java @@ -35,7 +35,10 @@ public class DataFilterRecord extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataPdu.java b/src-generated/edu/nps/moves/dis7/DataPdu.java index 81b68316530b8e2494c80e4507b3201a2be90d5e..735ab6d7155c1b236e4a77d724a48d9c1aa8ed73 100644 --- a/src-generated/edu/nps/moves/dis7/DataPdu.java +++ b/src-generated/edu/nps/moves/dis7/DataPdu.java @@ -40,7 +40,10 @@ public class DataPdu extends SimulationManagementFamilyPdu implements Serializab setPduType( DISPDUType.DATA ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataQueryDatumSpecification.java b/src-generated/edu/nps/moves/dis7/DataQueryDatumSpecification.java index 8385c78458b54a670cdb4895bb32032486d72ee9..40e90b1ead9cb884034090e3321e40fff2933cec 100644 --- a/src-generated/edu/nps/moves/dis7/DataQueryDatumSpecification.java +++ b/src-generated/edu/nps/moves/dis7/DataQueryDatumSpecification.java @@ -33,7 +33,10 @@ public class DataQueryDatumSpecification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataQueryPdu.java b/src-generated/edu/nps/moves/dis7/DataQueryPdu.java index b8adb6ec261570a7d59c2418306dfb834cb9b47b..41a3a69ae5bd62c9543b7697e198849111720cfb 100644 --- a/src-generated/edu/nps/moves/dis7/DataQueryPdu.java +++ b/src-generated/edu/nps/moves/dis7/DataQueryPdu.java @@ -40,7 +40,10 @@ public class DataQueryPdu extends SimulationManagementFamilyPdu implements Seria setPduType( DISPDUType.DATA_QUERY ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataQueryRPdu.java b/src-generated/edu/nps/moves/dis7/DataQueryRPdu.java index 534292ca3f57c29e504d96605b425715f462fe1b..dac2d5c73dace279c8e40c138bd88823027e6c7e 100644 --- a/src-generated/edu/nps/moves/dis7/DataQueryRPdu.java +++ b/src-generated/edu/nps/moves/dis7/DataQueryRPdu.java @@ -49,7 +49,10 @@ public class DataQueryRPdu extends SimulationManagementWithReliabilityFamilyPdu setPduType( DISPDUType.DATA_QUERY_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DataRPdu.java b/src-generated/edu/nps/moves/dis7/DataRPdu.java index ec58d35729daf4cb547b14066f58dd6316edd491..772e753f6d19b386fa286eb4cb47441793f5bdda 100644 --- a/src-generated/edu/nps/moves/dis7/DataRPdu.java +++ b/src-generated/edu/nps/moves/dis7/DataRPdu.java @@ -46,7 +46,10 @@ public class DataRPdu extends SimulationManagementWithReliabilityFamilyPdu imple setPduType( DISPDUType.DATA_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DatumSpecification.java b/src-generated/edu/nps/moves/dis7/DatumSpecification.java index 45058b0fb838ded1dd02bedac39d7b2fe0e35ce1..0af30069152a0ce5b05f215d80d243cc0cb6b873 100644 --- a/src-generated/edu/nps/moves/dis7/DatumSpecification.java +++ b/src-generated/edu/nps/moves/dis7/DatumSpecification.java @@ -33,7 +33,10 @@ public class DatumSpecification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DeadReckoningParameters.java b/src-generated/edu/nps/moves/dis7/DeadReckoningParameters.java index 44da70d5465ef44c0bd45c8a5968aa073d6b1970..fb78036f0660cd5f4ed75edda2dd7abaf11693e8 100644 --- a/src-generated/edu/nps/moves/dis7/DeadReckoningParameters.java +++ b/src-generated/edu/nps/moves/dis7/DeadReckoningParameters.java @@ -33,7 +33,10 @@ public class DeadReckoningParameters extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DesignatorPdu.java b/src-generated/edu/nps/moves/dis7/DesignatorPdu.java index b114aaebf224c02a5f2f2c3bd539f65102799f4a..4b891ee1210092e147ab877a73e31e621e23245a 100644 --- a/src-generated/edu/nps/moves/dis7/DesignatorPdu.java +++ b/src-generated/edu/nps/moves/dis7/DesignatorPdu.java @@ -58,7 +58,10 @@ public class DesignatorPdu extends DistributedEmissionsFamilyPdu implements Seri setPduType( DISPDUType.DESIGNATOR ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DetonationPdu.java b/src-generated/edu/nps/moves/dis7/DetonationPdu.java index 53df05591401a7a2b6e066fd5aa26b2991432bfd..a228641c2be96533cb5cfb01a9d55567e143e3e3 100644 --- a/src-generated/edu/nps/moves/dis7/DetonationPdu.java +++ b/src-generated/edu/nps/moves/dis7/DetonationPdu.java @@ -58,7 +58,10 @@ public class DetonationPdu extends WarfareFamilyPdu implements Serializable setPduType( DISPDUType.DETONATION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DirectedEnergyAreaAimpoint.java b/src-generated/edu/nps/moves/dis7/DirectedEnergyAreaAimpoint.java index bf5f8be02bef81d304b2a7cc11843782675f6ca5..ff192054b682f4da88649ccbaac919790c737eda 100644 --- a/src-generated/edu/nps/moves/dis7/DirectedEnergyAreaAimpoint.java +++ b/src-generated/edu/nps/moves/dis7/DirectedEnergyAreaAimpoint.java @@ -44,7 +44,10 @@ public class DirectedEnergyAreaAimpoint extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DirectedEnergyDamage.java b/src-generated/edu/nps/moves/dis7/DirectedEnergyDamage.java index 2c40a77644d8046c073c0c9cba03fd2b761d02a3..6dc52dfe9da5d088e6053e1b26cb81331e5749f8 100644 --- a/src-generated/edu/nps/moves/dis7/DirectedEnergyDamage.java +++ b/src-generated/edu/nps/moves/dis7/DirectedEnergyDamage.java @@ -57,7 +57,10 @@ public class DirectedEnergyDamage extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DirectedEnergyFirePdu.java b/src-generated/edu/nps/moves/dis7/DirectedEnergyFirePdu.java index f8a725a3d9f9abe4adf90faec961c5d462b2a5de..f552eaceb7b07d8d53cb77255cef124b3e95e1d1 100644 --- a/src-generated/edu/nps/moves/dis7/DirectedEnergyFirePdu.java +++ b/src-generated/edu/nps/moves/dis7/DirectedEnergyFirePdu.java @@ -70,7 +70,10 @@ public class DirectedEnergyFirePdu extends WarfareFamilyPdu implements Serializa setPduType( DISPDUType.DIRECTED_ENERGY_FIRE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DirectedEnergyPrecisionAimpoint.java b/src-generated/edu/nps/moves/dis7/DirectedEnergyPrecisionAimpoint.java index 285f8d0a3a5dc4a4db7844c4036c2388c41a5a86..da05138341880026e5ceb78488a54286142bfce3 100644 --- a/src-generated/edu/nps/moves/dis7/DirectedEnergyPrecisionAimpoint.java +++ b/src-generated/edu/nps/moves/dis7/DirectedEnergyPrecisionAimpoint.java @@ -66,7 +66,10 @@ public class DirectedEnergyPrecisionAimpoint extends Object implements Serializa { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DirectedEnergyTargetEnergyDeposition.java b/src-generated/edu/nps/moves/dis7/DirectedEnergyTargetEnergyDeposition.java index 5081adc39a89443dc7975dbe52bf89d00e55a3d2..527dd405de25c5e8e8c139ca39f66bdd3e8a60ce 100644 --- a/src-generated/edu/nps/moves/dis7/DirectedEnergyTargetEnergyDeposition.java +++ b/src-generated/edu/nps/moves/dis7/DirectedEnergyTargetEnergyDeposition.java @@ -30,7 +30,10 @@ public class DirectedEnergyTargetEnergyDeposition extends Object implements Seri { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/DisBitSet.java b/src-generated/edu/nps/moves/dis7/DisBitSet.java index a2ea35364b09e0e48f18a811e35a0377223c401f..fe5a3e176d55938834255772d1a7dd288844dc98 100644 --- a/src-generated/edu/nps/moves/dis7/DisBitSet.java +++ b/src-generated/edu/nps/moves/dis7/DisBitSet.java @@ -60,6 +60,10 @@ public abstract class DisBitSet extends BitSet implements Marshaller } } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ @Override public int getMarshalledSize() { diff --git a/src-generated/edu/nps/moves/dis7/DistributedEmissionsFamilyPdu.java b/src-generated/edu/nps/moves/dis7/DistributedEmissionsFamilyPdu.java index 157a6ee089a5104a505fd2fd38b83089e8438343..a1596a7ad2dd13b602564f0b8394561316f14083 100644 --- a/src-generated/edu/nps/moves/dis7/DistributedEmissionsFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/DistributedEmissionsFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class DistributedEmissionsFamilyPdu extends PduBase implements S setProtocolFamily( DISProtocolFamily.DISTRIBUTED_EMISSION_REGENERATION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Domain.java b/src-generated/edu/nps/moves/dis7/Domain.java index e679edd8bdac683dd8836f95b326c0a59b629b15..eed1c8982697355dd43da5f02a3e2b3f0fbe74c3 100644 --- a/src-generated/edu/nps/moves/dis7/Domain.java +++ b/src-generated/edu/nps/moves/dis7/Domain.java @@ -110,14 +110,14 @@ public class Domain return (String) invoke(getDescription, null); } - /** - * - * @return - */ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() - { - return (Integer) invoke(mSize, null); - } + { + return (Integer) invoke(mSize, null); + } /** * diff --git a/src-generated/edu/nps/moves/dis7/EEFundamentalParameterData.java b/src-generated/edu/nps/moves/dis7/EEFundamentalParameterData.java index 8208ea4614b57113927927698ea7e5aacd6cee21..1675c640e5e203a97476046a3e49f77086ad29c8 100644 --- a/src-generated/edu/nps/moves/dis7/EEFundamentalParameterData.java +++ b/src-generated/edu/nps/moves/dis7/EEFundamentalParameterData.java @@ -36,7 +36,10 @@ public class EEFundamentalParameterData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ElectromagneticEmissionPdu.java b/src-generated/edu/nps/moves/dis7/ElectromagneticEmissionPdu.java index 67b0c3bce93aed280f754ea3e8a79dd3900154f0..f078df5411a3abb1fc7fb1290a5fe356d07080ea 100644 --- a/src-generated/edu/nps/moves/dis7/ElectromagneticEmissionPdu.java +++ b/src-generated/edu/nps/moves/dis7/ElectromagneticEmissionPdu.java @@ -41,7 +41,10 @@ public class ElectromagneticEmissionPdu extends DistributedEmissionsFamilyPdu im setPaddingForEmissionsPdu( (short)0 ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ElectronicEmitter.java b/src-generated/edu/nps/moves/dis7/ElectronicEmitter.java index 89b34e9649c51f4b0446f404a8db262d57b6e8f1..1b9a647b92c87ca24593c9e445406636346b0fbc 100644 --- a/src-generated/edu/nps/moves/dis7/ElectronicEmitter.java +++ b/src-generated/edu/nps/moves/dis7/ElectronicEmitter.java @@ -35,7 +35,10 @@ public class ElectronicEmitter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EmitterBeam.java b/src-generated/edu/nps/moves/dis7/EmitterBeam.java index dd452863e4d4ab5c75bbe294563d48ab5b44609b..bffdd1b904d55290cadc0bdf8e4c31dd9adc1d6e 100644 --- a/src-generated/edu/nps/moves/dis7/EmitterBeam.java +++ b/src-generated/edu/nps/moves/dis7/EmitterBeam.java @@ -44,7 +44,10 @@ public class EmitterBeam extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EmitterSystem.java b/src-generated/edu/nps/moves/dis7/EmitterSystem.java index 5ff47980e1815ac3d808fdbd80cbad4f1ed0b3bc..0730a045e17aef1fe73cab6ac8699d3b766e78db 100644 --- a/src-generated/edu/nps/moves/dis7/EmitterSystem.java +++ b/src-generated/edu/nps/moves/dis7/EmitterSystem.java @@ -30,7 +30,10 @@ public class EmitterSystem extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EngineFuel.java b/src-generated/edu/nps/moves/dis7/EngineFuel.java index 10f5471056c8b0898a5c1820ef59bd7277fbab9c..6fe99b1f49d43be17b9f327d0ab082878b39e4c2 100644 --- a/src-generated/edu/nps/moves/dis7/EngineFuel.java +++ b/src-generated/edu/nps/moves/dis7/EngineFuel.java @@ -36,7 +36,10 @@ public class EngineFuel extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EngineFuelReload.java b/src-generated/edu/nps/moves/dis7/EngineFuelReload.java index 5f184e2c36a1a07c955d4645172e8cc99685085a..807ed54ad86f8525596723c56c78c1608645d82e 100644 --- a/src-generated/edu/nps/moves/dis7/EngineFuelReload.java +++ b/src-generated/edu/nps/moves/dis7/EngineFuelReload.java @@ -45,7 +45,10 @@ public class EngineFuelReload extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityAssociationVP.java b/src-generated/edu/nps/moves/dis7/EntityAssociationVP.java index b8c6173495f5b010c09d7e023b379445e58471ea..b9d2591ded37e50f25735474bea7c3882f506938 100644 --- a/src-generated/edu/nps/moves/dis7/EntityAssociationVP.java +++ b/src-generated/edu/nps/moves/dis7/EntityAssociationVP.java @@ -48,7 +48,10 @@ public class EntityAssociationVP extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityDamageStatusPdu.java b/src-generated/edu/nps/moves/dis7/EntityDamageStatusPdu.java index 9ee00d92d7ec60e948304072c8eff4b9137cd32e..01dac2024f1e7fb053db3df5c76455803d913fe8 100644 --- a/src-generated/edu/nps/moves/dis7/EntityDamageStatusPdu.java +++ b/src-generated/edu/nps/moves/dis7/EntityDamageStatusPdu.java @@ -35,7 +35,10 @@ public class EntityDamageStatusPdu extends WarfareFamilyPdu implements Serializa setPduType( DISPDUType.ENTITY_DAMAGE_STATUS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityID.java b/src-generated/edu/nps/moves/dis7/EntityID.java index 25aa6e518e062d6763a64315f1b0c149e2f9609e..4921605f1e73b1866ce8013d6c2a0e35a1afbe24 100644 --- a/src-generated/edu/nps/moves/dis7/EntityID.java +++ b/src-generated/edu/nps/moves/dis7/EntityID.java @@ -30,7 +30,10 @@ public class EntityID extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityIdentifier.java b/src-generated/edu/nps/moves/dis7/EntityIdentifier.java index 012ef3e32e3f1be038c401153c345a8cfa6ba1ce..e98f06203038819f174680de55e0af8decd5b5f2 100644 --- a/src-generated/edu/nps/moves/dis7/EntityIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/EntityIdentifier.java @@ -27,7 +27,10 @@ public class EntityIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityInformationFamilyPdu.java b/src-generated/edu/nps/moves/dis7/EntityInformationFamilyPdu.java index e8cdab056ec04ddcedaac22c839420faa5a47f70..512fc853a5dd48d8d247d8106010321fd3ebe5c2 100644 --- a/src-generated/edu/nps/moves/dis7/EntityInformationFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/EntityInformationFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class EntityInformationFamilyPdu extends PduBase implements Seri setProtocolFamily( DISProtocolFamily.ENTITY_INFORMATION_INTERACTION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityManagementFamilyPdu.java b/src-generated/edu/nps/moves/dis7/EntityManagementFamilyPdu.java index 62f4ebc527607db9364ad15a252d75db9f97400e..a8f0e3aa4cdff79dfd2d70db1e5d9952b9d593bf 100644 --- a/src-generated/edu/nps/moves/dis7/EntityManagementFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/EntityManagementFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class EntityManagementFamilyPdu extends PduBase implements Seria setProtocolFamily( DISProtocolFamily.ENTITY_MANAGEMENT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityMarking.java b/src-generated/edu/nps/moves/dis7/EntityMarking.java index 84419737bbe9be39dcc777dcd076ebda0ec078f1..f3481b9f699ecfb97a98f9d9c7b80dbbdfc7d894 100644 --- a/src-generated/edu/nps/moves/dis7/EntityMarking.java +++ b/src-generated/edu/nps/moves/dis7/EntityMarking.java @@ -27,7 +27,10 @@ public class EntityMarking extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityStatePdu.java b/src-generated/edu/nps/moves/dis7/EntityStatePdu.java index 8bb0601ff70727acc6f5c38534ccadcf1f675c1b..55f7f6415254aacae790aeb994502c5657ee3821 100644 --- a/src-generated/edu/nps/moves/dis7/EntityStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/EntityStatePdu.java @@ -60,7 +60,10 @@ public class EntityStatePdu extends EntityInformationFamilyPdu implements Serial setPduType( DISPDUType.ENTITY_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityStateUpdatePdu.java b/src-generated/edu/nps/moves/dis7/EntityStateUpdatePdu.java index edc90df72e864e8553acf6c8478faf9cb914a300..d942e06db6763bcae59c7341707a394d143739a2 100644 --- a/src-generated/edu/nps/moves/dis7/EntityStateUpdatePdu.java +++ b/src-generated/edu/nps/moves/dis7/EntityStateUpdatePdu.java @@ -46,7 +46,10 @@ public class EntityStateUpdatePdu extends EntityInformationFamilyPdu implements setPduType( DISPDUType.ENTITY_STATE_UPDATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityType.java b/src-generated/edu/nps/moves/dis7/EntityType.java index 25080bcc84b39ed8ef934e8646dbf0e1089758b4..b1a2f63c439536bf8d897f56d4c90c48c3f04674 100644 --- a/src-generated/edu/nps/moves/dis7/EntityType.java +++ b/src-generated/edu/nps/moves/dis7/EntityType.java @@ -41,7 +41,10 @@ public class EntityType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityTypeRaw.java b/src-generated/edu/nps/moves/dis7/EntityTypeRaw.java index cbb028fd243de5d79462fecbe96f2ac742253c66..44d0c77d0dbc0d032a1dbc8ff23ef5e9b2251a87 100644 --- a/src-generated/edu/nps/moves/dis7/EntityTypeRaw.java +++ b/src-generated/edu/nps/moves/dis7/EntityTypeRaw.java @@ -41,7 +41,10 @@ public class EntityTypeRaw extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EntityTypeVP.java b/src-generated/edu/nps/moves/dis7/EntityTypeVP.java index 7cdd884fbbc3cf63ad5fbb5aaa3c606a1757d318..14d02997ea88c0adc9efa411f9155954ba1f8f09 100644 --- a/src-generated/edu/nps/moves/dis7/EntityTypeVP.java +++ b/src-generated/edu/nps/moves/dis7/EntityTypeVP.java @@ -36,7 +36,10 @@ public class EntityTypeVP extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Environment.java b/src-generated/edu/nps/moves/dis7/Environment.java index e142b07c1cb7d5deae5908e0c8a9896cb544f2a6..940d26c7150198423b508fd812af3ac55568482b 100644 --- a/src-generated/edu/nps/moves/dis7/Environment.java +++ b/src-generated/edu/nps/moves/dis7/Environment.java @@ -38,7 +38,10 @@ public class Environment extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EnvironmentalProcessPdu.java b/src-generated/edu/nps/moves/dis7/EnvironmentalProcessPdu.java index 6687360d51fa5ce542c30929ba1b137f18cb4a3e..b3582532aad571b1fb4203b08d5b358ad601e864 100644 --- a/src-generated/edu/nps/moves/dis7/EnvironmentalProcessPdu.java +++ b/src-generated/edu/nps/moves/dis7/EnvironmentalProcessPdu.java @@ -43,7 +43,10 @@ public class EnvironmentalProcessPdu extends SyntheticEnvironmentFamilyPdu imple setPduType( DISPDUType.ENVIRONMENTAL_PROCESS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EulerAngles.java b/src-generated/edu/nps/moves/dis7/EulerAngles.java index f13fe4f7eebba056603c7ad0308f51f72ad8c6db..9ae2ec36f8413e33dcde22e1f2cd96dccffa1962 100644 --- a/src-generated/edu/nps/moves/dis7/EulerAngles.java +++ b/src-generated/edu/nps/moves/dis7/EulerAngles.java @@ -27,7 +27,10 @@ public class EulerAngles extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EventIdentifier.java b/src-generated/edu/nps/moves/dis7/EventIdentifier.java index 78862cda472c7d9a5a6969220e51ddbbf2749574..b864cf0c3641e57148620f0c1832bafb485fd017 100644 --- a/src-generated/edu/nps/moves/dis7/EventIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/EventIdentifier.java @@ -26,7 +26,10 @@ public class EventIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EventIdentifierLiveEntity.java b/src-generated/edu/nps/moves/dis7/EventIdentifierLiveEntity.java index 632f3eb3e5b1616b6bf96e074865e20172a92d67..b6e7a7fa0e51e872589d953153f6e85eeef04f29 100644 --- a/src-generated/edu/nps/moves/dis7/EventIdentifierLiveEntity.java +++ b/src-generated/edu/nps/moves/dis7/EventIdentifierLiveEntity.java @@ -27,7 +27,10 @@ public class EventIdentifierLiveEntity extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EventReportPdu.java b/src-generated/edu/nps/moves/dis7/EventReportPdu.java index 75a06f270da3749ae24fd5b406443875670e17a7..d7333eece42d8b0d6a0a31577f68eb5c73d2e4b6 100644 --- a/src-generated/edu/nps/moves/dis7/EventReportPdu.java +++ b/src-generated/edu/nps/moves/dis7/EventReportPdu.java @@ -40,7 +40,10 @@ public class EventReportPdu extends SimulationManagementFamilyPdu implements Ser setPduType( DISPDUType.EVENT_REPORT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/EventReportRPdu.java b/src-generated/edu/nps/moves/dis7/EventReportRPdu.java index 725f5aa2c1c5207f06c9601f02bda4f7c4855676..4ad64e5fe3d55ac074253d72aae62c61898e8df1 100644 --- a/src-generated/edu/nps/moves/dis7/EventReportRPdu.java +++ b/src-generated/edu/nps/moves/dis7/EventReportRPdu.java @@ -40,7 +40,10 @@ public class EventReportRPdu extends SimulationManagementWithReliabilityFamilyPd setPduType( DISPDUType.EVENT_REPORT_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Expendable.java b/src-generated/edu/nps/moves/dis7/Expendable.java index 156af9ccfc28173f93c6dd3b129dffb6e7fef293..fa4cee6c911a5de85580d99403d59abca4733b31 100644 --- a/src-generated/edu/nps/moves/dis7/Expendable.java +++ b/src-generated/edu/nps/moves/dis7/Expendable.java @@ -33,7 +33,10 @@ public class Expendable extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ExpendableDescriptor.java b/src-generated/edu/nps/moves/dis7/ExpendableDescriptor.java index ae00e02f8a4e04bf4ebe25f6ba1cb36ea315f1e1..777b88bfec4850232cb1fbb9850cdab77c1a97bd 100644 --- a/src-generated/edu/nps/moves/dis7/ExpendableDescriptor.java +++ b/src-generated/edu/nps/moves/dis7/ExpendableDescriptor.java @@ -27,7 +27,10 @@ public class ExpendableDescriptor extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ExpendableReload.java b/src-generated/edu/nps/moves/dis7/ExpendableReload.java index 9b05e150b30e5030c4cc0db252e36bc2b3460f44..1151c5afd78698b6f5a3f96e223adab17d6b55a9 100644 --- a/src-generated/edu/nps/moves/dis7/ExpendableReload.java +++ b/src-generated/edu/nps/moves/dis7/ExpendableReload.java @@ -34,7 +34,10 @@ public class ExpendableReload extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ExplosionDescriptor.java b/src-generated/edu/nps/moves/dis7/ExplosionDescriptor.java index 154ad868b7ffdc29f8254f894557c14018fcd439..ec951c860adb5beebc55adcb41b0a032902c3199 100644 --- a/src-generated/edu/nps/moves/dis7/ExplosionDescriptor.java +++ b/src-generated/edu/nps/moves/dis7/ExplosionDescriptor.java @@ -33,7 +33,10 @@ public class ExplosionDescriptor extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/FalseTargetsAttribute.java b/src-generated/edu/nps/moves/dis7/FalseTargetsAttribute.java index 35921657ea302066beb7588a881359606cc6847b..359c47b1579c9082245a697321fb789bd0bf48c1 100644 --- a/src-generated/edu/nps/moves/dis7/FalseTargetsAttribute.java +++ b/src-generated/edu/nps/moves/dis7/FalseTargetsAttribute.java @@ -52,7 +52,10 @@ public class FalseTargetsAttribute extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/FastEntityStatePdu.java b/src-generated/edu/nps/moves/dis7/FastEntityStatePdu.java index 67f8d01004180084656704053ff384a3614a1a21..2fc2e00db5e2c81ecabc09b4e419e13d730167db 100644 --- a/src-generated/edu/nps/moves/dis7/FastEntityStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/FastEntityStatePdu.java @@ -137,7 +137,10 @@ public class FastEntityStatePdu extends EntityInformationFamilyPdu implements Se setPduType( DISPDUType.ENTITY_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/FirePdu.java b/src-generated/edu/nps/moves/dis7/FirePdu.java index 83a4e322c0d5b3d6d6c135ac4f361e7ffdde85a1..864185c510f6354c009c52628ee6509855435e18 100644 --- a/src-generated/edu/nps/moves/dis7/FirePdu.java +++ b/src-generated/edu/nps/moves/dis7/FirePdu.java @@ -49,7 +49,10 @@ public class FirePdu extends WarfareFamilyPdu implements Serializable setPduType( DISPDUType.FIRE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/FixedDatum.java b/src-generated/edu/nps/moves/dis7/FixedDatum.java index e6d3cd68a6a79f81c6c4786815f6a5a61b5e8681..8fe34b3302cb0208e3709435e4b81b013dc6e1dd 100644 --- a/src-generated/edu/nps/moves/dis7/FixedDatum.java +++ b/src-generated/edu/nps/moves/dis7/FixedDatum.java @@ -27,7 +27,10 @@ public class FixedDatum extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/FundamentalOperationalData.java b/src-generated/edu/nps/moves/dis7/FundamentalOperationalData.java index c1696abefd42e984aa153b70a0be73530046a91d..7be45b92304d970b286b6d27e3b4ac9145590e5a 100644 --- a/src-generated/edu/nps/moves/dis7/FundamentalOperationalData.java +++ b/src-generated/edu/nps/moves/dis7/FundamentalOperationalData.java @@ -51,7 +51,10 @@ public class FundamentalOperationalData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridAxisDescriptor.java b/src-generated/edu/nps/moves/dis7/GridAxisDescriptor.java index 74c689ebdee2fbbe86f68a3cfd2bc3d19e4315be..3fd9fa3465dc0bc149b7c196b856a2d0e41d23ef 100644 --- a/src-generated/edu/nps/moves/dis7/GridAxisDescriptor.java +++ b/src-generated/edu/nps/moves/dis7/GridAxisDescriptor.java @@ -35,7 +35,10 @@ public class GridAxisDescriptor extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridAxisDescriptorFixed.java b/src-generated/edu/nps/moves/dis7/GridAxisDescriptorFixed.java index 2f7d606f2ba755ed218edfa4059070c10206075e..1ab420c18b0e98dc71da9f81956d18d31f0840a9 100644 --- a/src-generated/edu/nps/moves/dis7/GridAxisDescriptorFixed.java +++ b/src-generated/edu/nps/moves/dis7/GridAxisDescriptorFixed.java @@ -27,7 +27,10 @@ public class GridAxisDescriptorFixed extends GridAxisDescriptor implements Seria { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridAxisDescriptorVariable.java b/src-generated/edu/nps/moves/dis7/GridAxisDescriptorVariable.java index 96a8dc729344de7794a0a81ab530fca6121db1b7..5da3a13623cd10a4db9b2389aaf93eab5c3b6617 100644 --- a/src-generated/edu/nps/moves/dis7/GridAxisDescriptorVariable.java +++ b/src-generated/edu/nps/moves/dis7/GridAxisDescriptorVariable.java @@ -38,7 +38,10 @@ public class GridAxisDescriptorVariable extends GridAxisDescriptor implements Se { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridData.java b/src-generated/edu/nps/moves/dis7/GridData.java index 376320048d3cb376526d722a0685c9daed3402d1..362e7e8ea618f1e569d97588dbb61ae310716707 100644 --- a/src-generated/edu/nps/moves/dis7/GridData.java +++ b/src-generated/edu/nps/moves/dis7/GridData.java @@ -27,7 +27,10 @@ public class GridData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridDataType0.java b/src-generated/edu/nps/moves/dis7/GridDataType0.java index f15115a2599ae83ce789dd531489b74cc3fe1405..e72793e8f3879a9082e71c1e0d3863e1444f423b 100644 --- a/src-generated/edu/nps/moves/dis7/GridDataType0.java +++ b/src-generated/edu/nps/moves/dis7/GridDataType0.java @@ -27,7 +27,10 @@ public class GridDataType0 extends GridData implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridDataType1.java b/src-generated/edu/nps/moves/dis7/GridDataType1.java index 0f282a321fc1bc8427410dc671c9aa794ce88635..c5e759305d793e77c688ee17db9424b6db2cbd33 100644 --- a/src-generated/edu/nps/moves/dis7/GridDataType1.java +++ b/src-generated/edu/nps/moves/dis7/GridDataType1.java @@ -31,7 +31,10 @@ public class GridDataType1 extends GridData implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GridDataType2.java b/src-generated/edu/nps/moves/dis7/GridDataType2.java index c147aac8206cd4c1da3ee35896e42fa82eaa564e..05cc3e2aaf22c458e1ac48dcd10574b4739d78f8 100644 --- a/src-generated/edu/nps/moves/dis7/GridDataType2.java +++ b/src-generated/edu/nps/moves/dis7/GridDataType2.java @@ -27,7 +27,10 @@ public class GridDataType2 extends GridData implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GriddedDataPdu.java b/src-generated/edu/nps/moves/dis7/GriddedDataPdu.java index a22a71969162de8b4f8ad1e416262fc2f5368eb7..72699ab763333e4f0bb44a24f62e5cae88e8a746 100644 --- a/src-generated/edu/nps/moves/dis7/GriddedDataPdu.java +++ b/src-generated/edu/nps/moves/dis7/GriddedDataPdu.java @@ -70,7 +70,10 @@ public class GriddedDataPdu extends SyntheticEnvironmentFamilyPdu implements Ser setPduType( DISPDUType.GRIDDED_DATA ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/GroupID.java b/src-generated/edu/nps/moves/dis7/GroupID.java index 8683fac54827dedae57c037e64d9c9fbdc305cb0..b49e41f4a425253d5a2d2d630035ce1f527516ed 100644 --- a/src-generated/edu/nps/moves/dis7/GroupID.java +++ b/src-generated/edu/nps/moves/dis7/GroupID.java @@ -27,7 +27,10 @@ public class GroupID extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IFFData.java b/src-generated/edu/nps/moves/dis7/IFFData.java index 016f4acccc2e44bffb682edf85e89f38d333afd7..51bb97f42df52e34c63eb8e01b28d762d049d6bc 100644 --- a/src-generated/edu/nps/moves/dis7/IFFData.java +++ b/src-generated/edu/nps/moves/dis7/IFFData.java @@ -31,7 +31,10 @@ public class IFFData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IFFFundamentalParameterData.java b/src-generated/edu/nps/moves/dis7/IFFFundamentalParameterData.java index d5a7adf6af420df3abd8d61cc053bb34eea907a0..a1ef9df2ebadb89102b090ab906bb6027902ba04 100644 --- a/src-generated/edu/nps/moves/dis7/IFFFundamentalParameterData.java +++ b/src-generated/edu/nps/moves/dis7/IFFFundamentalParameterData.java @@ -42,7 +42,10 @@ public class IFFFundamentalParameterData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IFFLayer2Pdu.java b/src-generated/edu/nps/moves/dis7/IFFLayer2Pdu.java index 3d0aa3395da5638b5855c68fc86e4ca323b759ee..3cc46540b4e8ef679b609522fef7c8307d60d017 100644 --- a/src-generated/edu/nps/moves/dis7/IFFLayer2Pdu.java +++ b/src-generated/edu/nps/moves/dis7/IFFLayer2Pdu.java @@ -36,7 +36,10 @@ public class IFFLayer2Pdu extends IFFPdu implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IFFPdu.java b/src-generated/edu/nps/moves/dis7/IFFPdu.java index c76fa15c824175176d3686b3af0769cd2c4ad42d..dd7a93a94139370393d1063062b3c7b490e428f0 100644 --- a/src-generated/edu/nps/moves/dis7/IFFPdu.java +++ b/src-generated/edu/nps/moves/dis7/IFFPdu.java @@ -40,7 +40,10 @@ public class IFFPdu extends DistributedEmissionsFamilyPdu implements Serializabl setPduType( DISPDUType.IDENTIFICATION_FRIEND_OR_FOE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IOCommsNodeRecord.java b/src-generated/edu/nps/moves/dis7/IOCommsNodeRecord.java index 997137b97287fc8a97d124ca9672a89256e93059..9ded36d2d3a812efde17241d78f4a65f94d3293e 100644 --- a/src-generated/edu/nps/moves/dis7/IOCommsNodeRecord.java +++ b/src-generated/edu/nps/moves/dis7/IOCommsNodeRecord.java @@ -33,7 +33,10 @@ public class IOCommsNodeRecord extends IORecord implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IOEffectRecord.java b/src-generated/edu/nps/moves/dis7/IOEffectRecord.java index 087c3a9e369a7e287c0b877cd366b4fd88cc686d..0f270941f9d992543f422a4b10584a51628955a4 100644 --- a/src-generated/edu/nps/moves/dis7/IOEffectRecord.java +++ b/src-generated/edu/nps/moves/dis7/IOEffectRecord.java @@ -44,7 +44,10 @@ public class IOEffectRecord extends IORecord implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IORecord.java b/src-generated/edu/nps/moves/dis7/IORecord.java index 89d29fcbdb988a5a78331b6c4af7771820e713dc..8b4e82d4969205174dafffce7a9f6c4224d57cae 100644 --- a/src-generated/edu/nps/moves/dis7/IORecord.java +++ b/src-generated/edu/nps/moves/dis7/IORecord.java @@ -21,7 +21,10 @@ public class IORecord extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IffDataSpecification.java b/src-generated/edu/nps/moves/dis7/IffDataSpecification.java index 4c5e7b875967c8ea3f5421b74fd513b6d074d5fe..9e1ef327044bf8fe66c2ef74c31bb4978661f3f8 100644 --- a/src-generated/edu/nps/moves/dis7/IffDataSpecification.java +++ b/src-generated/edu/nps/moves/dis7/IffDataSpecification.java @@ -27,7 +27,10 @@ public class IffDataSpecification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/InformationOperationsActionPdu.java b/src-generated/edu/nps/moves/dis7/InformationOperationsActionPdu.java index a49aeaed4884c2c97bc4c40d640ad3f37b05b7cf..5525279381ef9ac16d4989e81cdf9dd2efe04ddc 100644 --- a/src-generated/edu/nps/moves/dis7/InformationOperationsActionPdu.java +++ b/src-generated/edu/nps/moves/dis7/InformationOperationsActionPdu.java @@ -52,7 +52,10 @@ public class InformationOperationsActionPdu extends InformationOperationsFamilyP setPduType( DISPDUType.INFORMATION_OPERATIONS_ACTION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/InformationOperationsFamilyPdu.java b/src-generated/edu/nps/moves/dis7/InformationOperationsFamilyPdu.java index 1f71cac39fcfff23a139ab34f884cfa3bed693ed..32fee552194a78144537419b66e234d06f7b114f 100644 --- a/src-generated/edu/nps/moves/dis7/InformationOperationsFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/InformationOperationsFamilyPdu.java @@ -24,7 +24,10 @@ public abstract class InformationOperationsFamilyPdu extends PduBase implements setProtocolFamily( DISProtocolFamily.INFORMATION_OPERATIONS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/InformationOperationsReportPdu.java b/src-generated/edu/nps/moves/dis7/InformationOperationsReportPdu.java index 6cee86a9bb6dfc849513fc3dd6854f9bf27d9d02..018d02995a60f8bfd2835152cd75b9694eee9809 100644 --- a/src-generated/edu/nps/moves/dis7/InformationOperationsReportPdu.java +++ b/src-generated/edu/nps/moves/dis7/InformationOperationsReportPdu.java @@ -42,7 +42,10 @@ public class InformationOperationsReportPdu extends InformationOperationsFamilyP setPduType( DISPDUType.INFORMATION_OPERATIONS_REPORT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IntercomCommunicationsParameters.java b/src-generated/edu/nps/moves/dis7/IntercomCommunicationsParameters.java index ead1e6d6319d302bdd06aa45c88ec361a2b71e94..ea362b0c9ae2a35a789c70f728450cd6de5fa7b8 100644 --- a/src-generated/edu/nps/moves/dis7/IntercomCommunicationsParameters.java +++ b/src-generated/edu/nps/moves/dis7/IntercomCommunicationsParameters.java @@ -32,7 +32,10 @@ public class IntercomCommunicationsParameters extends Object implements Serializ { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IntercomControlPdu.java b/src-generated/edu/nps/moves/dis7/IntercomControlPdu.java index d6f14cb863a3a01b66f7c0f76376bb632030a9f8..6c48dd397c66fddc595a4c5a669da64ad7b0ff42 100644 --- a/src-generated/edu/nps/moves/dis7/IntercomControlPdu.java +++ b/src-generated/edu/nps/moves/dis7/IntercomControlPdu.java @@ -59,7 +59,10 @@ public class IntercomControlPdu extends RadioCommunicationsFamilyPdu implements setPduType( DISPDUType.INTERCOM_CONTROL ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IntercomIdentifier.java b/src-generated/edu/nps/moves/dis7/IntercomIdentifier.java index 3dd653aaa0c8bbb91ccdfa929fe8e58b1257fddf..d723557f8c041cdc935884a30781b4400e0b196e 100644 --- a/src-generated/edu/nps/moves/dis7/IntercomIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/IntercomIdentifier.java @@ -29,7 +29,10 @@ public class IntercomIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IntercomReferenceID.java b/src-generated/edu/nps/moves/dis7/IntercomReferenceID.java index 54a8080b58c2a1664c493f25bb6ba165887db914..0c818f6dce649957dc9da0ae1e42314d35572ab3 100644 --- a/src-generated/edu/nps/moves/dis7/IntercomReferenceID.java +++ b/src-generated/edu/nps/moves/dis7/IntercomReferenceID.java @@ -26,7 +26,10 @@ public class IntercomReferenceID extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IntercomSignalPdu.java b/src-generated/edu/nps/moves/dis7/IntercomSignalPdu.java index 84b153c14950cea6e9e0593ebfb2df098eb68157..91f85f90003f7f44081fa5111bd487e407c408f0 100644 --- a/src-generated/edu/nps/moves/dis7/IntercomSignalPdu.java +++ b/src-generated/edu/nps/moves/dis7/IntercomSignalPdu.java @@ -66,7 +66,7 @@ public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements S /** * Returns the size of this serialized object in bytes - * @return + * @return size in bytes */ @Override public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/IsGroupOfPdu.java b/src-generated/edu/nps/moves/dis7/IsGroupOfPdu.java index fce9d131f7d1ce0e17bdca6b4e00eae71055c069..8f5054d611f8f0f13e8027d7dfa1e1c54a88a9cc 100644 --- a/src-generated/edu/nps/moves/dis7/IsGroupOfPdu.java +++ b/src-generated/edu/nps/moves/dis7/IsGroupOfPdu.java @@ -43,7 +43,10 @@ public class IsGroupOfPdu extends EntityManagementFamilyPdu implements Serializa setPduType( DISPDUType.ISGROUPOF ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/IsPartOfPdu.java b/src-generated/edu/nps/moves/dis7/IsPartOfPdu.java index d932c67024f7b2db90bdcc0f29fff16f9d40c126..f5d3dc990b11f2c4aa31b408aae23ace3ce49263 100644 --- a/src-generated/edu/nps/moves/dis7/IsPartOfPdu.java +++ b/src-generated/edu/nps/moves/dis7/IsPartOfPdu.java @@ -40,7 +40,10 @@ public class IsPartOfPdu extends EntityManagementFamilyPdu implements Serializab setPduType( DISPDUType.ISPARTOF ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/JammingTechnique.java b/src-generated/edu/nps/moves/dis7/JammingTechnique.java index a1b1b2a7c6dd0ce008f29f1873186bd2aa9238d2..cae9ffd8a5a9ae8c8cdf0c4323b1dfebb5105b88 100644 --- a/src-generated/edu/nps/moves/dis7/JammingTechnique.java +++ b/src-generated/edu/nps/moves/dis7/JammingTechnique.java @@ -29,7 +29,10 @@ public class JammingTechnique extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LEDetonationPdu.java b/src-generated/edu/nps/moves/dis7/LEDetonationPdu.java index e71b6b4110e4ae7bf2453d2669b446c19694ee5c..102589842766c723d915d56c6bd5e1a9a128ac30 100644 --- a/src-generated/edu/nps/moves/dis7/LEDetonationPdu.java +++ b/src-generated/edu/nps/moves/dis7/LEDetonationPdu.java @@ -47,7 +47,10 @@ public class LEDetonationPdu extends LiveEntityFamilyPdu implements Serializable setPduType( DISPDUType.LIVE_ENTITY_DETONATION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LEFirePdu.java b/src-generated/edu/nps/moves/dis7/LEFirePdu.java index bbbe6e4039736c5dbec9ef704c0ce3a81ec2c949..3ddca21f04fb2dae3f44266e5d048a41a031c131 100644 --- a/src-generated/edu/nps/moves/dis7/LEFirePdu.java +++ b/src-generated/edu/nps/moves/dis7/LEFirePdu.java @@ -41,7 +41,10 @@ public class LEFirePdu extends LiveEntityFamilyPdu implements Serializable setPduType( DISPDUType.LIVE_ENTITY_FIRE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LEVector3FixedByte.java b/src-generated/edu/nps/moves/dis7/LEVector3FixedByte.java index 9b4ec45c329dbf6e30f4409274613b71585ff7f8..ef727ddf8ab76e8b9e1903da3cff46619854516a 100644 --- a/src-generated/edu/nps/moves/dis7/LEVector3FixedByte.java +++ b/src-generated/edu/nps/moves/dis7/LEVector3FixedByte.java @@ -30,7 +30,10 @@ public class LEVector3FixedByte extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LaunchedMunitionRecord.java b/src-generated/edu/nps/moves/dis7/LaunchedMunitionRecord.java index e16f9f7a9fc6007ae917f89f484517f17c841b6c..037f248b8a9e4fb475f3c929e08d2ae7ed255f69 100644 --- a/src-generated/edu/nps/moves/dis7/LaunchedMunitionRecord.java +++ b/src-generated/edu/nps/moves/dis7/LaunchedMunitionRecord.java @@ -35,7 +35,10 @@ public class LaunchedMunitionRecord extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LayerHeader.java b/src-generated/edu/nps/moves/dis7/LayerHeader.java index 6e3c743fb2a8327e7a294a3cbbfad4320b9914e5..c50cf9f069377811e922fb2e271e549c8fbb868f 100644 --- a/src-generated/edu/nps/moves/dis7/LayerHeader.java +++ b/src-generated/edu/nps/moves/dis7/LayerHeader.java @@ -29,7 +29,10 @@ public class LayerHeader extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LinearObjectStatePdu.java b/src-generated/edu/nps/moves/dis7/LinearObjectStatePdu.java index 33ab3f15bb204ae919020b8e02acb2387eb9074e..4aabd097f66265e71c6574f9829ac8bae3fdc9d9 100644 --- a/src-generated/edu/nps/moves/dis7/LinearObjectStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/LinearObjectStatePdu.java @@ -49,7 +49,10 @@ public class LinearObjectStatePdu extends SyntheticEnvironmentFamilyPdu implemen setPduType( DISPDUType.LINEAR_OBJECT_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LinearSegmentParameter.java b/src-generated/edu/nps/moves/dis7/LinearSegmentParameter.java index a94ab594ed605a69b009b4bcc05056281b747344..5c8c2467182c7177ca83eaa08bbf09adb2ef5c20 100644 --- a/src-generated/edu/nps/moves/dis7/LinearSegmentParameter.java +++ b/src-generated/edu/nps/moves/dis7/LinearSegmentParameter.java @@ -54,7 +54,10 @@ public class LinearSegmentParameter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveDeadReckoningParameters.java b/src-generated/edu/nps/moves/dis7/LiveDeadReckoningParameters.java index 1d948457fbfd66713a71104168ece463833178db..b3dfc13eb224812f959acb72fd3143a7b140f22e 100644 --- a/src-generated/edu/nps/moves/dis7/LiveDeadReckoningParameters.java +++ b/src-generated/edu/nps/moves/dis7/LiveDeadReckoningParameters.java @@ -28,7 +28,10 @@ public class LiveDeadReckoningParameters extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityFamilyPdu.java b/src-generated/edu/nps/moves/dis7/LiveEntityFamilyPdu.java index 6247921c8523763c37839a8119af11f6777861d5..779029909d06a8304c48d9d3cd4cd2beca95fd9d 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityFamilyPdu.java @@ -21,7 +21,10 @@ public abstract class LiveEntityFamilyPdu extends LiveEntityPdu implements Seria setProtocolFamily( DISProtocolFamily.LIVE_ENTITY_LE_INFORMATION_INTERACTION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityIdentifier.java b/src-generated/edu/nps/moves/dis7/LiveEntityIdentifier.java index 60f3763f2b7c2d503b13ad472318004ff86ee989..ac6fcbc5a31573cf907485aa4f936cd2ae7faf2e 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityIdentifier.java @@ -27,7 +27,10 @@ public class LiveEntityIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityLinearVelocity.java b/src-generated/edu/nps/moves/dis7/LiveEntityLinearVelocity.java index bd455ac989ce3a02eabbd6f308996545d55f1b90..5f02a8faee5e687030fcbb1b73271a27c97ec07d 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityLinearVelocity.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityLinearVelocity.java @@ -27,7 +27,10 @@ public class LiveEntityLinearVelocity extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityOrientation.java b/src-generated/edu/nps/moves/dis7/LiveEntityOrientation.java index 4681182d95583b817a35effcf26e49b5202b7721..7c86752b10ded88ae64de4a32977e514abf54e68 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityOrientation.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityOrientation.java @@ -27,7 +27,10 @@ public class LiveEntityOrientation extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityOrientation16.java b/src-generated/edu/nps/moves/dis7/LiveEntityOrientation16.java index a1764e8797a070fec15d53ea50b3fc9c65d041f1..906285c95d1c038c243b60f7bec0e9b4557d2ee0 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityOrientation16.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityOrientation16.java @@ -27,7 +27,10 @@ public class LiveEntityOrientation16 extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityOrientationError.java b/src-generated/edu/nps/moves/dis7/LiveEntityOrientationError.java index 3f0e6b5007b5a100bc9b76c89d6215996d662f49..e5a89cea4b50efe0ca8aaa95b6ed397df15fd14e 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityOrientationError.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityOrientationError.java @@ -27,7 +27,10 @@ public class LiveEntityOrientationError extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityPdu.java b/src-generated/edu/nps/moves/dis7/LiveEntityPdu.java index 25cca0201a23805c77b90486f225274c2415d77f..8bb25672e0d3639aba404d3580ddd2590ba61b7d 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityPdu.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityPdu.java @@ -27,7 +27,10 @@ public abstract class LiveEntityPdu extends Pdu implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityPositionError.java b/src-generated/edu/nps/moves/dis7/LiveEntityPositionError.java index 993317d5aa5c238ba03058505677f0dc2eaeec26..8a588cbc4731d6d853d7aa3dfa937487b9184a40 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityPositionError.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityPositionError.java @@ -25,7 +25,10 @@ public class LiveEntityPositionError extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveEntityRelativeWorldCoordinates.java b/src-generated/edu/nps/moves/dis7/LiveEntityRelativeWorldCoordinates.java index 9fcc89dbbbcaa1e0eb3fbe62165837f64ca87c19..08d86e19637e434ed6b5c6360abde19e0cb815d9 100644 --- a/src-generated/edu/nps/moves/dis7/LiveEntityRelativeWorldCoordinates.java +++ b/src-generated/edu/nps/moves/dis7/LiveEntityRelativeWorldCoordinates.java @@ -29,7 +29,10 @@ public class LiveEntityRelativeWorldCoordinates extends Object implements Serial { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LiveSimulationAddress.java b/src-generated/edu/nps/moves/dis7/LiveSimulationAddress.java index 1610247037fa640c4dd973c1ed8210e2bab2af70..b0034848ed1d809d9aa005b07100a19f2d53a0f5 100644 --- a/src-generated/edu/nps/moves/dis7/LiveSimulationAddress.java +++ b/src-generated/edu/nps/moves/dis7/LiveSimulationAddress.java @@ -27,7 +27,10 @@ public class LiveSimulationAddress extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/LogisticsFamilyPdu.java b/src-generated/edu/nps/moves/dis7/LogisticsFamilyPdu.java index a340fe88bfb2d4f0f64dc5cca202dbc37deddd5d..16f53740ae6b1b2b6c53e1fb1b75ef4f1e992c1b 100644 --- a/src-generated/edu/nps/moves/dis7/LogisticsFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/LogisticsFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class LogisticsFamilyPdu extends PduBase implements Serializable setProtocolFamily( DISProtocolFamily.LOGISTICS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Marshaller.java b/src-generated/edu/nps/moves/dis7/Marshaller.java index 16d9c5c7c79e6928fae51b038f2e363baa41fb97..adcc3705d987309c8310ec39a35f4729752d06cf 100644 --- a/src-generated/edu/nps/moves/dis7/Marshaller.java +++ b/src-generated/edu/nps/moves/dis7/Marshaller.java @@ -16,14 +16,14 @@ public interface Marshaller { /** * - * @return the size in bytes of a value from a stream + * @return size in bytes of a value from a stream */ int getMarshalledSize(); /** * * @param dos the output stream to marshal to - * @throws Exception + * @throws Exception error during marshaling */ void marshal(DataOutputStream dos) throws Exception; @@ -31,13 +31,13 @@ public interface Marshaller * * @param dis the input stream to unmarshal from * @return the size of the PDU - * @throws Exception + * @throws Exception error during unmarshalling */ int unmarshal(DataInputStream dis) throws Exception; /** * Packs a Pdu into the ByteBuffer. - * @throws java.lang.Exception + * @throws Exception error during marshaling * @see java.nio.ByteBuffer * @param buff The ByteBuffer at the position to begin writing */ @@ -46,7 +46,7 @@ public interface Marshaller /** * Unpacks a Pdu from the underlying data. * @return the size of the PDU - * @throws java.lang.Exception + * @throws Exception error during unmarshalling * @see java.nio.ByteBuffer * @param buff The ByteBuffer at the position to begin reading */ diff --git a/src-generated/edu/nps/moves/dis7/MineEmplacementTime.java b/src-generated/edu/nps/moves/dis7/MineEmplacementTime.java index c933bba40e5eb117fdcfb2e5f23000baaab0ea6d..404353ce3ed3d17966966d53b724f918ab267a4d 100644 --- a/src-generated/edu/nps/moves/dis7/MineEmplacementTime.java +++ b/src-generated/edu/nps/moves/dis7/MineEmplacementTime.java @@ -24,7 +24,10 @@ public class MineEmplacementTime extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MineEntityIdentifier.java b/src-generated/edu/nps/moves/dis7/MineEntityIdentifier.java index a613529b2b7b58051d6fce3484fe23df8dcad2f2..20e50bd2a3f88db8a3ccc0b8ed91c593db42bf74 100644 --- a/src-generated/edu/nps/moves/dis7/MineEntityIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/MineEntityIdentifier.java @@ -27,7 +27,10 @@ public class MineEntityIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldDataPdu.java b/src-generated/edu/nps/moves/dis7/MinefieldDataPdu.java index ceafd81703c3f9635c8a06278cb1e166c85650b1..42495161e37b5cd498cd416e82ce71c6d2cdaade 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldDataPdu.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldDataPdu.java @@ -95,7 +95,10 @@ public class MinefieldDataPdu extends MinefieldFamilyPdu implements Serializable setPduType( DISPDUType.MINEFIELD_DATA ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldFamilyPdu.java b/src-generated/edu/nps/moves/dis7/MinefieldFamilyPdu.java index a8393d99ad5b3a789898ce4ec423fd6bea296cfa..6389f4db83bd560aa9cfa08aad50d3bd3555cd82 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class MinefieldFamilyPdu extends PduBase implements Serializable setProtocolFamily( DISProtocolFamily.MINEFIELD ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldIdentifier.java b/src-generated/edu/nps/moves/dis7/MinefieldIdentifier.java index 62fb5d63443b20874365ed769947a30d258e4e68..c44777e0213d13760d02e743bd1d633a680cffc3 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldIdentifier.java @@ -27,7 +27,10 @@ public class MinefieldIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldQueryPdu.java b/src-generated/edu/nps/moves/dis7/MinefieldQueryPdu.java index e5b0b053edebc593cd3c07fa9e44aa29a155849b..fac662e6799d51dc34d8670df95dbc4f523d5c7f 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldQueryPdu.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldQueryPdu.java @@ -51,7 +51,10 @@ public class MinefieldQueryPdu extends MinefieldFamilyPdu implements Serializabl setPduType( DISPDUType.MINEFIELD_QUERY ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldResponseNACKPdu.java b/src-generated/edu/nps/moves/dis7/MinefieldResponseNACKPdu.java index dada21071c456c92f6a01324185647e87accd9d7..a74093cedb899b1911820300a3ee94d091d54f56 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldResponseNACKPdu.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldResponseNACKPdu.java @@ -37,7 +37,10 @@ public class MinefieldResponseNACKPdu extends MinefieldFamilyPdu implements Seri setPduType( DISPDUType.MINEFIELD_RESPONSE_NACK ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldSensorType.java b/src-generated/edu/nps/moves/dis7/MinefieldSensorType.java index 283d26286c0a6447f0dbb40e01b4ea4ebc22fb41..4b89220b966761e0aeac912e0d7fd41477f6a619 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldSensorType.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldSensorType.java @@ -24,7 +24,10 @@ public class MinefieldSensorType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MinefieldStatePdu.java b/src-generated/edu/nps/moves/dis7/MinefieldStatePdu.java index 9afb5ce50ece7063901548287d8731b0f65d0964..dd2fc921748eeb7a2e12be225b28d630b4f4c68e 100644 --- a/src-generated/edu/nps/moves/dis7/MinefieldStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/MinefieldStatePdu.java @@ -58,7 +58,10 @@ public class MinefieldStatePdu extends MinefieldFamilyPdu implements Serializabl setPduType( DISPDUType.MINEFIELD_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ModulationParameters.java b/src-generated/edu/nps/moves/dis7/ModulationParameters.java index 312a29b7dbc3adb538faf7eb0fb6d39bbdce4fe8..bd37e999009a13e0dcc0cfceea1feb671dec976c 100644 --- a/src-generated/edu/nps/moves/dis7/ModulationParameters.java +++ b/src-generated/edu/nps/moves/dis7/ModulationParameters.java @@ -25,7 +25,10 @@ public class ModulationParameters extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ModulationType.java b/src-generated/edu/nps/moves/dis7/ModulationType.java index 4e60f082b0740e4ca1fdf6fc076294b33249ed95..533e7dd34c61ec0c9e359b8f720725e8c35ad4f1 100644 --- a/src-generated/edu/nps/moves/dis7/ModulationType.java +++ b/src-generated/edu/nps/moves/dis7/ModulationType.java @@ -33,7 +33,10 @@ public class ModulationType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Munition.java b/src-generated/edu/nps/moves/dis7/Munition.java index 78d9d8e35cb4f79321a6879ce0fbe86548d012b7..6738ec333e08eb13031055ecd1defaa63f7e8efa 100644 --- a/src-generated/edu/nps/moves/dis7/Munition.java +++ b/src-generated/edu/nps/moves/dis7/Munition.java @@ -36,7 +36,10 @@ public class Munition extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MunitionDescriptor.java b/src-generated/edu/nps/moves/dis7/MunitionDescriptor.java index 679ab3153dec9d343b35880fbbd440461b969e45..5c6382f4530459bba513604ccaa651069f8b3ebf 100644 --- a/src-generated/edu/nps/moves/dis7/MunitionDescriptor.java +++ b/src-generated/edu/nps/moves/dis7/MunitionDescriptor.java @@ -36,7 +36,10 @@ public class MunitionDescriptor extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/MunitionReload.java b/src-generated/edu/nps/moves/dis7/MunitionReload.java index 1b7bcb45f386cce68f5a1b0c3c9095a7b5af591b..3fabc38b5fc2c884faa766a9ba2f15413db08a5e 100644 --- a/src-generated/edu/nps/moves/dis7/MunitionReload.java +++ b/src-generated/edu/nps/moves/dis7/MunitionReload.java @@ -39,7 +39,10 @@ public class MunitionReload extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/NamedLocationIdentification.java b/src-generated/edu/nps/moves/dis7/NamedLocationIdentification.java index 6c31177d4fa646e86d060df366c89369dad0afc6..b5ea298818e7549dfd34ae9c08709aa38a75f5f8 100644 --- a/src-generated/edu/nps/moves/dis7/NamedLocationIdentification.java +++ b/src-generated/edu/nps/moves/dis7/NamedLocationIdentification.java @@ -27,7 +27,10 @@ public class NamedLocationIdentification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ObjectIdentifier.java b/src-generated/edu/nps/moves/dis7/ObjectIdentifier.java index 50e75520c2727efa4867e9da7d8d05fb5d028d63..ab00374fdb6b7b8ea3992e7ddb4253f05cec0038 100644 --- a/src-generated/edu/nps/moves/dis7/ObjectIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/ObjectIdentifier.java @@ -27,7 +27,10 @@ public class ObjectIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ObjectType.java b/src-generated/edu/nps/moves/dis7/ObjectType.java index 047a786052f66dce26d60e9dc0a807bdd1890c46..96e8582f382aab398b10841478765e43258069b3 100644 --- a/src-generated/edu/nps/moves/dis7/ObjectType.java +++ b/src-generated/edu/nps/moves/dis7/ObjectType.java @@ -33,7 +33,10 @@ public class ObjectType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/OwnershipStatusRecord.java b/src-generated/edu/nps/moves/dis7/OwnershipStatusRecord.java index 48de4996248241993ad97175b47434a695beafc6..46d34c89a54916d352ad2bb9646f714ac807a8b1 100644 --- a/src-generated/edu/nps/moves/dis7/OwnershipStatusRecord.java +++ b/src-generated/edu/nps/moves/dis7/OwnershipStatusRecord.java @@ -30,7 +30,10 @@ public class OwnershipStatusRecord extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Pdu.java b/src-generated/edu/nps/moves/dis7/Pdu.java index c7c32fa3a33fd36133c78afae0118ea6e956d510..a5128cdb727f2a7f8621566ff11da97b0173b69c 100644 --- a/src-generated/edu/nps/moves/dis7/Pdu.java +++ b/src-generated/edu/nps/moves/dis7/Pdu.java @@ -39,7 +39,10 @@ public abstract class Pdu extends Object implements Serializable,Marshaller { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/PduBase.java b/src-generated/edu/nps/moves/dis7/PduBase.java index 257a573aa933ace52483fdfd12f16ccd3a3c7692..92b369013e6944566dfa951e53de2a15eb1e1bb9 100644 --- a/src-generated/edu/nps/moves/dis7/PduBase.java +++ b/src-generated/edu/nps/moves/dis7/PduBase.java @@ -27,7 +27,10 @@ public abstract class PduBase extends Pdu implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/PduStatus.java b/src-generated/edu/nps/moves/dis7/PduStatus.java index 7fdc45ad652e001ecd13666ace4e38eb7b36ceb7..46ea56d9a0fb442072e3498e7508cc01ebc49e11 100644 --- a/src-generated/edu/nps/moves/dis7/PduStatus.java +++ b/src-generated/edu/nps/moves/dis7/PduStatus.java @@ -84,6 +84,10 @@ public class PduStatus return value; } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 1; diff --git a/src-generated/edu/nps/moves/dis7/PointObjectStatePdu.java b/src-generated/edu/nps/moves/dis7/PointObjectStatePdu.java index ac082a5ccbca971bfb707b6b6314b0e10c586ca8..a3bd9abb949716e40c88b74ee0ad8639188ef5fa 100644 --- a/src-generated/edu/nps/moves/dis7/PointObjectStatePdu.java +++ b/src-generated/edu/nps/moves/dis7/PointObjectStatePdu.java @@ -63,7 +63,10 @@ public class PointObjectStatePdu extends SyntheticEnvironmentFamilyPdu implement setPduType( DISPDUType.POINT_OBJECT_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/PropulsionSystemData.java b/src-generated/edu/nps/moves/dis7/PropulsionSystemData.java index af5531af34669b1464a3ed01ad22c2554856b2ea..e010eed87c35dc5687d7e7b859ee860fc24734dc 100644 --- a/src-generated/edu/nps/moves/dis7/PropulsionSystemData.java +++ b/src-generated/edu/nps/moves/dis7/PropulsionSystemData.java @@ -27,7 +27,10 @@ public class PropulsionSystemData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ProtocolMode.java b/src-generated/edu/nps/moves/dis7/ProtocolMode.java index e22ace2805759e7dd67a06737c1b4185b43b4401..9192d4a38500e07fa2cc0d4280c2acbd75f7c1f7 100644 --- a/src-generated/edu/nps/moves/dis7/ProtocolMode.java +++ b/src-generated/edu/nps/moves/dis7/ProtocolMode.java @@ -24,7 +24,10 @@ public class ProtocolMode extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RadioCommsHeader.java b/src-generated/edu/nps/moves/dis7/RadioCommsHeader.java index c98b046fdb2c181c66623c6a9394e0b3dc8952a9..e25b270d8ac8d7b61b2f7f8535e59725e8956d1e 100644 --- a/src-generated/edu/nps/moves/dis7/RadioCommsHeader.java +++ b/src-generated/edu/nps/moves/dis7/RadioCommsHeader.java @@ -26,7 +26,10 @@ public class RadioCommsHeader extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RadioCommunicationsFamilyPdu.java b/src-generated/edu/nps/moves/dis7/RadioCommunicationsFamilyPdu.java index dce627cc791f61ef988f662b20d9634393b9af61..a316f9ea23914f1d935b15d5624be6d5235f3112 100644 --- a/src-generated/edu/nps/moves/dis7/RadioCommunicationsFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/RadioCommunicationsFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class RadioCommunicationsFamilyPdu extends PduBase implements Se setProtocolFamily( DISProtocolFamily.RADIO_COMMUNICATIONS ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RadioIdentifier.java b/src-generated/edu/nps/moves/dis7/RadioIdentifier.java index e563f9761e6f71f1f40ce6dc9a37095b9b7252ab..5d9873b136334d811593cb0b9f2aa16b7e97f39c 100644 --- a/src-generated/edu/nps/moves/dis7/RadioIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/RadioIdentifier.java @@ -33,7 +33,10 @@ public class RadioIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RadioType.java b/src-generated/edu/nps/moves/dis7/RadioType.java index 59cea42fc090248aeef49fa569aa6e70683a71dd..b591da0928fcc18b284dee772f6894039c8c3774 100644 --- a/src-generated/edu/nps/moves/dis7/RadioType.java +++ b/src-generated/edu/nps/moves/dis7/RadioType.java @@ -40,7 +40,10 @@ public class RadioType extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ReceiverPdu.java b/src-generated/edu/nps/moves/dis7/ReceiverPdu.java index b876312aeaadf8186536c7a9cefa9cb5e22d21a9..71af5f4c577758ef17f55c98d59e9c70be17e8d8 100644 --- a/src-generated/edu/nps/moves/dis7/ReceiverPdu.java +++ b/src-generated/edu/nps/moves/dis7/ReceiverPdu.java @@ -38,7 +38,10 @@ public class ReceiverPdu extends RadioCommunicationsFamilyPdu implements Seriali setPduType( DISPDUType.RECEIVER ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RecordQueryRPdu.java b/src-generated/edu/nps/moves/dis7/RecordQueryRPdu.java index df19c345de1ce42c28fc14825c093aa20e896228..15d23e6a433ba7190db6c95bf8ebdc286961f9b3 100644 --- a/src-generated/edu/nps/moves/dis7/RecordQueryRPdu.java +++ b/src-generated/edu/nps/moves/dis7/RecordQueryRPdu.java @@ -43,7 +43,10 @@ public class RecordQueryRPdu extends SimulationManagementWithReliabilityFamilyPd setPduType( DISPDUType.RECORD_QUERY_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RecordQuerySpecification.java b/src-generated/edu/nps/moves/dis7/RecordQuerySpecification.java index 07c59bda8dd8d976af698957e7d3220a4452c5bb..94e9d1f17933749a4a456e39dcbe2746b26ea658 100644 --- a/src-generated/edu/nps/moves/dis7/RecordQuerySpecification.java +++ b/src-generated/edu/nps/moves/dis7/RecordQuerySpecification.java @@ -26,7 +26,10 @@ public class RecordQuerySpecification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RecordRPdu.java b/src-generated/edu/nps/moves/dis7/RecordRPdu.java index 4750cd59403b4b1e1dc9449b73fa588f5323bbe0..3815dae89942bc95009c8b55e91183ace40b5932 100644 --- a/src-generated/edu/nps/moves/dis7/RecordRPdu.java +++ b/src-generated/edu/nps/moves/dis7/RecordRPdu.java @@ -39,7 +39,10 @@ public class RecordRPdu extends SimulationManagementWithReliabilityFamilyPdu imp setPduType( DISPDUType.RECORD_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RecordSpecification.java b/src-generated/edu/nps/moves/dis7/RecordSpecification.java index 93df98bfa26b5eef627db8b7b03525c7b884e195..4bcde00710f1040eacb8d6ae344e9aeb986b1de0 100644 --- a/src-generated/edu/nps/moves/dis7/RecordSpecification.java +++ b/src-generated/edu/nps/moves/dis7/RecordSpecification.java @@ -27,7 +27,10 @@ public class RecordSpecification extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RecordSpecificationElement.java b/src-generated/edu/nps/moves/dis7/RecordSpecificationElement.java index efcc7c3a5f043e80dbc785e4873725c2409a274e..a86962e2ebe2aab0ace45805b65babee8717ed8f 100644 --- a/src-generated/edu/nps/moves/dis7/RecordSpecificationElement.java +++ b/src-generated/edu/nps/moves/dis7/RecordSpecificationElement.java @@ -41,7 +41,10 @@ public class RecordSpecificationElement extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Relationship.java b/src-generated/edu/nps/moves/dis7/Relationship.java index 2951938317139c256be38798707999d7c62839a0..9d2990b9aa73e6630e7d8b331c576cee5fca3df2 100644 --- a/src-generated/edu/nps/moves/dis7/Relationship.java +++ b/src-generated/edu/nps/moves/dis7/Relationship.java @@ -27,7 +27,10 @@ public class Relationship extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RemoveEntityPdu.java b/src-generated/edu/nps/moves/dis7/RemoveEntityPdu.java index 26250f5f14198968da4052c02606946fd703c458..e24a22bcb295957f099538795ac9143f21758e4a 100644 --- a/src-generated/edu/nps/moves/dis7/RemoveEntityPdu.java +++ b/src-generated/edu/nps/moves/dis7/RemoveEntityPdu.java @@ -25,7 +25,10 @@ public class RemoveEntityPdu extends SimulationManagementFamilyPdu implements Se setPduType( DISPDUType.REMOVE_ENTITY ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RemoveEntityRPdu.java b/src-generated/edu/nps/moves/dis7/RemoveEntityRPdu.java index 162ddcce6053e38fa98506ae534f5bb5d1046ee6..111fb9174bf8227e65c72c979782c379150f180b 100644 --- a/src-generated/edu/nps/moves/dis7/RemoveEntityRPdu.java +++ b/src-generated/edu/nps/moves/dis7/RemoveEntityRPdu.java @@ -32,7 +32,10 @@ public class RemoveEntityRPdu extends SimulationManagementWithReliabilityFamilyP setPduType( DISPDUType.REMOVE_ENTITY_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RepairCompletePdu.java b/src-generated/edu/nps/moves/dis7/RepairCompletePdu.java index 803b16fbf7bbb9bd3bed46c88a0b81d6c059a42e..f92c6e9501cb78be6271584c715e16e1f13e967d 100644 --- a/src-generated/edu/nps/moves/dis7/RepairCompletePdu.java +++ b/src-generated/edu/nps/moves/dis7/RepairCompletePdu.java @@ -34,7 +34,10 @@ public class RepairCompletePdu extends LogisticsFamilyPdu implements Serializabl setPduType( DISPDUType.REPAIR_COMPLETE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RepairResponsePdu.java b/src-generated/edu/nps/moves/dis7/RepairResponsePdu.java index 64ef893e75443749bb41d13909cda368489be0a9..e4b560ef5a90f7e37213826fcb2f813f53372d60 100644 --- a/src-generated/edu/nps/moves/dis7/RepairResponsePdu.java +++ b/src-generated/edu/nps/moves/dis7/RepairResponsePdu.java @@ -37,7 +37,10 @@ public class RepairResponsePdu extends LogisticsFamilyPdu implements Serializabl setPduType( DISPDUType.REPAIR_RESPONSE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/RequestID.java b/src-generated/edu/nps/moves/dis7/RequestID.java index ef54e1f5ce0c7abe6a829ba291d34c9a67963c47..5a5d9821d9e2287324060276d36331c24f20982e 100644 --- a/src-generated/edu/nps/moves/dis7/RequestID.java +++ b/src-generated/edu/nps/moves/dis7/RequestID.java @@ -24,7 +24,10 @@ public class RequestID extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ResupplyCancelPdu.java b/src-generated/edu/nps/moves/dis7/ResupplyCancelPdu.java index 9d30477457d260ae33b0f3d2f1557ff9b256122a..f013e587f78b58447215d92ea34c2365dceeb6fd 100644 --- a/src-generated/edu/nps/moves/dis7/ResupplyCancelPdu.java +++ b/src-generated/edu/nps/moves/dis7/ResupplyCancelPdu.java @@ -28,7 +28,10 @@ public class ResupplyCancelPdu extends LogisticsFamilyPdu implements Serializabl setPduType( DISPDUType.RESUPPLY_CANCEL ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ResupplyOfferPdu.java b/src-generated/edu/nps/moves/dis7/ResupplyOfferPdu.java index e09564510342df1d136710bb1bb584fd227622cf..9c05c3b2e2e8ba874041c77b2d997b780a123009 100644 --- a/src-generated/edu/nps/moves/dis7/ResupplyOfferPdu.java +++ b/src-generated/edu/nps/moves/dis7/ResupplyOfferPdu.java @@ -40,7 +40,10 @@ public class ResupplyOfferPdu extends LogisticsFamilyPdu implements Serializable setPduType( DISPDUType.RESUPPLY_OFFER ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ResupplyReceivedPdu.java b/src-generated/edu/nps/moves/dis7/ResupplyReceivedPdu.java index 1ed7936bab445bb00559d4a063981139786d3d76..4cb81ce383e3bb42e39bd9e73cea54484c11ea88 100644 --- a/src-generated/edu/nps/moves/dis7/ResupplyReceivedPdu.java +++ b/src-generated/edu/nps/moves/dis7/ResupplyReceivedPdu.java @@ -40,7 +40,10 @@ public class ResupplyReceivedPdu extends LogisticsFamilyPdu implements Serializa setPduType( DISPDUType.RESUPPLY_RECEIVED ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SEESPdu.java b/src-generated/edu/nps/moves/dis7/SEESPdu.java index 79416ece8467bf955be6fcfe5fab6a1a8ad6ceed..80d8e3e2ac97dfaf185dd823510c7ba9fc7f5ee2 100644 --- a/src-generated/edu/nps/moves/dis7/SEESPdu.java +++ b/src-generated/edu/nps/moves/dis7/SEESPdu.java @@ -46,7 +46,10 @@ public class SEESPdu extends DistributedEmissionsFamilyPdu implements Serializab setPduType( DISPDUType.SUPPLEMENTAL_EMISSION_ENTITY_STATE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SecondaryOperationalData.java b/src-generated/edu/nps/moves/dis7/SecondaryOperationalData.java index c06b68ca656fc5b58a7c4ee7809febf52389d59c..88de6891ad52739903b08e9698cf1c9d74c6a61a 100644 --- a/src-generated/edu/nps/moves/dis7/SecondaryOperationalData.java +++ b/src-generated/edu/nps/moves/dis7/SecondaryOperationalData.java @@ -30,7 +30,10 @@ public class SecondaryOperationalData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Sensor.java b/src-generated/edu/nps/moves/dis7/Sensor.java index 7afe7c90017d7f514ec9a0b5777f1b66a74e0f3e..24ab0757c5bda54b9069e794cf755add70476457 100644 --- a/src-generated/edu/nps/moves/dis7/Sensor.java +++ b/src-generated/edu/nps/moves/dis7/Sensor.java @@ -39,7 +39,10 @@ public class Sensor extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SeparationVP.java b/src-generated/edu/nps/moves/dis7/SeparationVP.java index 3acff5c47f7f4373ec6ae2cb2e92667518de279c..8041f1412efdecde83c6dcdb34e4531e34781499 100644 --- a/src-generated/edu/nps/moves/dis7/SeparationVP.java +++ b/src-generated/edu/nps/moves/dis7/SeparationVP.java @@ -42,7 +42,10 @@ public class SeparationVP extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ServiceRequestPdu.java b/src-generated/edu/nps/moves/dis7/ServiceRequestPdu.java index caa19376da9f15b4d20d11df42495c7494a830e8..26d96ebdca156493bb40fb6ba61256d7960a6e0f 100644 --- a/src-generated/edu/nps/moves/dis7/ServiceRequestPdu.java +++ b/src-generated/edu/nps/moves/dis7/ServiceRequestPdu.java @@ -38,7 +38,10 @@ public class ServiceRequestPdu extends LogisticsFamilyPdu implements Serializabl setPduType( DISPDUType.SERVICE_REQUEST ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SetDataPdu.java b/src-generated/edu/nps/moves/dis7/SetDataPdu.java index 4655a1261c327639de1fb50095067f672a573354..a67bea43c846c66b53bac591527ccbaf4511359c 100644 --- a/src-generated/edu/nps/moves/dis7/SetDataPdu.java +++ b/src-generated/edu/nps/moves/dis7/SetDataPdu.java @@ -40,7 +40,10 @@ public class SetDataPdu extends SimulationManagementFamilyPdu implements Seriali setPduType( DISPDUType.SET_DATA ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SetDataRPdu.java b/src-generated/edu/nps/moves/dis7/SetDataRPdu.java index bd1d0c72d54d6b90101afda8a6f0902763cf0f69..c05e150902235b569f97d5e1774c48c3d99f7618 100644 --- a/src-generated/edu/nps/moves/dis7/SetDataRPdu.java +++ b/src-generated/edu/nps/moves/dis7/SetDataRPdu.java @@ -46,7 +46,10 @@ public class SetDataRPdu extends SimulationManagementWithReliabilityFamilyPdu im setPduType( DISPDUType.SET_DATA_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SetRecordRPdu.java b/src-generated/edu/nps/moves/dis7/SetRecordRPdu.java index 24f0bb7bae7e52d6cb2b5b307e75ee7518f133e8..c986977ab04573bce3abf7b85196e489eb8735a0 100644 --- a/src-generated/edu/nps/moves/dis7/SetRecordRPdu.java +++ b/src-generated/edu/nps/moves/dis7/SetRecordRPdu.java @@ -40,7 +40,10 @@ public class SetRecordRPdu extends SimulationManagementWithReliabilityFamilyPdu setPduType( DISPDUType.SET_RECORD_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/ShaftRPM.java b/src-generated/edu/nps/moves/dis7/ShaftRPM.java index 5aeff9273c8c7705db472358768f774fd126e02d..48938df5fe3a576e5c2befbb132e07e8197b211d 100644 --- a/src-generated/edu/nps/moves/dis7/ShaftRPM.java +++ b/src-generated/edu/nps/moves/dis7/ShaftRPM.java @@ -26,7 +26,10 @@ public class ShaftRPM extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SignalPdu.java b/src-generated/edu/nps/moves/dis7/SignalPdu.java index 91cedcff7f2fcf90307f19db0469bb04bbba0c50..8afa39ebbf7a6363dadcf5d04863dc5d00fcd997 100644 --- a/src-generated/edu/nps/moves/dis7/SignalPdu.java +++ b/src-generated/edu/nps/moves/dis7/SignalPdu.java @@ -60,8 +60,8 @@ public class SignalPdu extends RadioCommunicationsFamilyPdu implements Serializa } /** - * Returns the size of this serialized object in bytes - * @return + * Returns size of this serialized object in bytes + * @return size in bytes */ @Override public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/SilentEntitySystem.java b/src-generated/edu/nps/moves/dis7/SilentEntitySystem.java index 28aab81d448a3fe3c6382790e356b05188ba06b5..d5c60c1494f52f7e4ec35df03ae5523f03cf8c88 100644 --- a/src-generated/edu/nps/moves/dis7/SilentEntitySystem.java +++ b/src-generated/edu/nps/moves/dis7/SilentEntitySystem.java @@ -33,7 +33,10 @@ public class SilentEntitySystem extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SimulationAddress.java b/src-generated/edu/nps/moves/dis7/SimulationAddress.java index a5a6211d9ad810b3e46470a15d9adc3863531516..de6cc831baf0f1ce056237cfe49f95fea36a1e03 100644 --- a/src-generated/edu/nps/moves/dis7/SimulationAddress.java +++ b/src-generated/edu/nps/moves/dis7/SimulationAddress.java @@ -27,7 +27,10 @@ public class SimulationAddress extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SimulationIdentifier.java b/src-generated/edu/nps/moves/dis7/SimulationIdentifier.java index 904f5fa90422cbbda396cc2d807a9ea51f90840e..84bc7a0d34153b88fbdb8fe683c49f8925a980db 100644 --- a/src-generated/edu/nps/moves/dis7/SimulationIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/SimulationIdentifier.java @@ -27,7 +27,10 @@ public class SimulationIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SimulationManagementFamilyPdu.java b/src-generated/edu/nps/moves/dis7/SimulationManagementFamilyPdu.java index 76cc5853b227edd8237971307b40c8ef2970a8a8..2e0f7f2d55fae8b6b4a92579d89a71664eee5d5c 100644 --- a/src-generated/edu/nps/moves/dis7/SimulationManagementFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/SimulationManagementFamilyPdu.java @@ -28,7 +28,10 @@ public abstract class SimulationManagementFamilyPdu extends PduBase implements S setProtocolFamily( DISProtocolFamily.SIMULATION_MANAGEMENT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SimulationManagementWithReliabilityFamilyPdu.java b/src-generated/edu/nps/moves/dis7/SimulationManagementWithReliabilityFamilyPdu.java index 683ec72f215d7fe16a18f7572c278fdf65d5036c..6d03e6cb9ce6f82618e2ff0119573afc88c2cf86 100644 --- a/src-generated/edu/nps/moves/dis7/SimulationManagementWithReliabilityFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/SimulationManagementWithReliabilityFamilyPdu.java @@ -27,7 +27,10 @@ public abstract class SimulationManagementWithReliabilityFamilyPdu extends PduBa setProtocolFamily( DISProtocolFamily.SIMULATION_MANAGEMENT_WITH_RELIABILITY ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StandardVariableRecord.java b/src-generated/edu/nps/moves/dis7/StandardVariableRecord.java index 64bec6b92cb5afc1f07ae50442f4154974775dfd..31722407cb80bec71b913c3a467b807c0722a7e1 100644 --- a/src-generated/edu/nps/moves/dis7/StandardVariableRecord.java +++ b/src-generated/edu/nps/moves/dis7/StandardVariableRecord.java @@ -30,7 +30,10 @@ public class StandardVariableRecord extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StandardVariableSpecification.java b/src-generated/edu/nps/moves/dis7/StandardVariableSpecification.java index 073f3a34fbe15fe5c630b51e1587cb07b546a9a6..b32e0db9cfadead2a127962622dcf23d2b8dffb0 100644 --- a/src-generated/edu/nps/moves/dis7/StandardVariableSpecification.java +++ b/src-generated/edu/nps/moves/dis7/StandardVariableSpecification.java @@ -27,7 +27,10 @@ public class StandardVariableSpecification extends Object implements Serializabl { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StartResumePdu.java b/src-generated/edu/nps/moves/dis7/StartResumePdu.java index 79cd2756f163636dab725cbf065993bb04e00bab..1bcc25f83c4eda1c06ac7c9ed09a29941010e7ff 100644 --- a/src-generated/edu/nps/moves/dis7/StartResumePdu.java +++ b/src-generated/edu/nps/moves/dis7/StartResumePdu.java @@ -31,7 +31,10 @@ public class StartResumePdu extends SimulationManagementFamilyPdu implements Ser setPduType( DISPDUType.START_RESUME ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StartResumeRPdu.java b/src-generated/edu/nps/moves/dis7/StartResumeRPdu.java index c405d40de7b162639b56aab4571314a07e36f54b..6c28e7293f330bf15a5e6d7fb87753baccdac806 100644 --- a/src-generated/edu/nps/moves/dis7/StartResumeRPdu.java +++ b/src-generated/edu/nps/moves/dis7/StartResumeRPdu.java @@ -38,7 +38,10 @@ public class StartResumeRPdu extends SimulationManagementWithReliabilityFamilyPd setPduType( DISPDUType.START_RESUME_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StopFreezePdu.java b/src-generated/edu/nps/moves/dis7/StopFreezePdu.java index 1b675112614902056784fbdc89dbb43021e2ab97..be9231ac06a55f7b1ad0be8642d16995e4b45b79 100644 --- a/src-generated/edu/nps/moves/dis7/StopFreezePdu.java +++ b/src-generated/edu/nps/moves/dis7/StopFreezePdu.java @@ -37,7 +37,10 @@ public class StopFreezePdu extends SimulationManagementFamilyPdu implements Seri setPduType( DISPDUType.STOP_FREEZE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StopFreezeRPdu.java b/src-generated/edu/nps/moves/dis7/StopFreezeRPdu.java index 13b1f1cf90d8e307f2555611a939b3d6e6e7f3bb..28b309ea0a56b0a2a1a7faec20e621e46f99d354 100644 --- a/src-generated/edu/nps/moves/dis7/StopFreezeRPdu.java +++ b/src-generated/edu/nps/moves/dis7/StopFreezeRPdu.java @@ -40,7 +40,10 @@ public class StopFreezeRPdu extends SimulationManagementWithReliabilityFamilyPdu setPduType( DISPDUType.STOP_FREEZE_RELIABLE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StorageFuel.java b/src-generated/edu/nps/moves/dis7/StorageFuel.java index be46be38bce63ed8eecbfd47d856df7424d89e92..e2e0da38eaaa5cc298e4758ddb9a4f7eb307ad85 100644 --- a/src-generated/edu/nps/moves/dis7/StorageFuel.java +++ b/src-generated/edu/nps/moves/dis7/StorageFuel.java @@ -36,7 +36,10 @@ public class StorageFuel extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/StorageFuelReload.java b/src-generated/edu/nps/moves/dis7/StorageFuelReload.java index 73cb91c311907d6dd27b53cd63d232471ca93c08..a18b0fd380702a91ef08c8174d0fb5ff7e996ada 100644 --- a/src-generated/edu/nps/moves/dis7/StorageFuelReload.java +++ b/src-generated/edu/nps/moves/dis7/StorageFuelReload.java @@ -45,7 +45,10 @@ public class StorageFuelReload extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SupplyQuantity.java b/src-generated/edu/nps/moves/dis7/SupplyQuantity.java index 94aefbc44a1533a8c948b2af7dbd2a71cb2b064a..ff71d949134ca1e280ed3f20117541dac26c906e 100644 --- a/src-generated/edu/nps/moves/dis7/SupplyQuantity.java +++ b/src-generated/edu/nps/moves/dis7/SupplyQuantity.java @@ -27,7 +27,10 @@ public class SupplyQuantity extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SyntheticEnvironmentFamilyPdu.java b/src-generated/edu/nps/moves/dis7/SyntheticEnvironmentFamilyPdu.java index 12fccc842715a9345cbcb90ebca2253f78f0ccce..0f929680763c94458edb66504c9f082b6e89fdf6 100644 --- a/src-generated/edu/nps/moves/dis7/SyntheticEnvironmentFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/SyntheticEnvironmentFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class SyntheticEnvironmentFamilyPdu extends PduBase implements S setProtocolFamily( DISProtocolFamily.SYNTHETIC_ENVIRONMENT ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/SystemIdentifier.java b/src-generated/edu/nps/moves/dis7/SystemIdentifier.java index 7c5a83c4cd0efce1eabb55a34307d810669d0fc1..5e82da35b33d82b89646a886682efa34d05254da 100644 --- a/src-generated/edu/nps/moves/dis7/SystemIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/SystemIdentifier.java @@ -33,7 +33,10 @@ public class SystemIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/TSPIPdu.java b/src-generated/edu/nps/moves/dis7/TSPIPdu.java index 5761f0745ee1864cf3346fc02b56db01cee86176..76fd04e5d27d66bba7e6c6fa87da60b46d53b825 100644 --- a/src-generated/edu/nps/moves/dis7/TSPIPdu.java +++ b/src-generated/edu/nps/moves/dis7/TSPIPdu.java @@ -45,7 +45,10 @@ public class TSPIPdu extends LiveEntityFamilyPdu implements Serializable setPduType( DISPDUType.TIME_SPACE_POSITION_INFORMATION ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/TotalRecordSets.java b/src-generated/edu/nps/moves/dis7/TotalRecordSets.java index 80d8900432e70e9535c69b18d7d62f7f5f077b1f..4ceac7550cd9a4ef57e56e79fe6bf2f95432dfaa 100644 --- a/src-generated/edu/nps/moves/dis7/TotalRecordSets.java +++ b/src-generated/edu/nps/moves/dis7/TotalRecordSets.java @@ -27,7 +27,10 @@ public class TotalRecordSets extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/TrackJamData.java b/src-generated/edu/nps/moves/dis7/TrackJamData.java index 8e434497dab88334e446f8297c6b30610e10f789..46e1364f49ab30b3d01e15c64ebfe010c1cf6af4 100644 --- a/src-generated/edu/nps/moves/dis7/TrackJamData.java +++ b/src-generated/edu/nps/moves/dis7/TrackJamData.java @@ -30,7 +30,10 @@ public class TrackJamData extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/TransferOwnershipPdu.java b/src-generated/edu/nps/moves/dis7/TransferOwnershipPdu.java index 986a719386329f534184edd34d417363f57731f8..0745f67dc985c849745da21a66f26648bd70ccd2 100644 --- a/src-generated/edu/nps/moves/dis7/TransferOwnershipPdu.java +++ b/src-generated/edu/nps/moves/dis7/TransferOwnershipPdu.java @@ -42,7 +42,10 @@ public class TransferOwnershipPdu extends EntityManagementFamilyPdu implements S setPduType( DISPDUType.TRANSFER_OWNERSHIP ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/TransmitterPdu.java b/src-generated/edu/nps/moves/dis7/TransmitterPdu.java index 791b8b34f2db2450d0965263fd8c2c279d51d35b..81c4bea538298c4718e33ec434c234a766c6c545 100644 --- a/src-generated/edu/nps/moves/dis7/TransmitterPdu.java +++ b/src-generated/edu/nps/moves/dis7/TransmitterPdu.java @@ -82,7 +82,10 @@ public class TransmitterPdu extends RadioCommunicationsFamilyPdu implements Seri setPduType( DISPDUType.TRANSMITTER ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UABeam.java b/src-generated/edu/nps/moves/dis7/UABeam.java index 6ef24d03f1a0aabf51da4c300c0ce8cb85b29eb4..b3865b53bee9b6181e0f5ad7121766b397d3a3a0 100644 --- a/src-generated/edu/nps/moves/dis7/UABeam.java +++ b/src-generated/edu/nps/moves/dis7/UABeam.java @@ -28,7 +28,10 @@ public class UABeam extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UAEmitter.java b/src-generated/edu/nps/moves/dis7/UAEmitter.java index f22fcccb48bb317c7de9edb7efdabe30edb78452..e22acf7cd6ab81074c3e04dbf129722c50ed11f7 100644 --- a/src-generated/edu/nps/moves/dis7/UAEmitter.java +++ b/src-generated/edu/nps/moves/dis7/UAEmitter.java @@ -37,7 +37,10 @@ public class UAEmitter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UAFundamentalParameter.java b/src-generated/edu/nps/moves/dis7/UAFundamentalParameter.java index 818af16837c72d64264443fab746ac040110bf1c..94191130e0e15b9440af3351edd52408fb5304bd 100644 --- a/src-generated/edu/nps/moves/dis7/UAFundamentalParameter.java +++ b/src-generated/edu/nps/moves/dis7/UAFundamentalParameter.java @@ -39,7 +39,10 @@ public class UAFundamentalParameter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UnattachedIdentifier.java b/src-generated/edu/nps/moves/dis7/UnattachedIdentifier.java index e7b726129acf0ef2fe083ddd54d22e5bb8fd5c9c..2e24aeb87abd7ee7ae7a44b652ce4997790b1bdd 100644 --- a/src-generated/edu/nps/moves/dis7/UnattachedIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/UnattachedIdentifier.java @@ -27,7 +27,10 @@ public class UnattachedIdentifier extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UnderwaterAcousticPdu.java b/src-generated/edu/nps/moves/dis7/UnderwaterAcousticPdu.java index c741d7f55087698c91c8bb80aac64920dec63cf0..e570bbd834d86cf54046f4370ae12a502daa22f0 100644 --- a/src-generated/edu/nps/moves/dis7/UnderwaterAcousticPdu.java +++ b/src-generated/edu/nps/moves/dis7/UnderwaterAcousticPdu.java @@ -57,7 +57,10 @@ public class UnderwaterAcousticPdu extends DistributedEmissionsFamilyPdu impleme setPduType( DISPDUType.UNDERWATER_ACOUSTIC ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/UnsignedDISInteger.java b/src-generated/edu/nps/moves/dis7/UnsignedDISInteger.java index 94c7d90dbcab864fe8484128ce63eb5fa6f23ed7..aaf9a831ec89b108cdff53c18f181a7335f3d948 100644 --- a/src-generated/edu/nps/moves/dis7/UnsignedDISInteger.java +++ b/src-generated/edu/nps/moves/dis7/UnsignedDISInteger.java @@ -24,7 +24,10 @@ public class UnsignedDISInteger extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/VariableDatum.java b/src-generated/edu/nps/moves/dis7/VariableDatum.java index 934ea9cfd62e39875286a914e72355cd72040e69..53bd4300b203d8a63666ee7b74653a57bb18b1de 100644 --- a/src-generated/edu/nps/moves/dis7/VariableDatum.java +++ b/src-generated/edu/nps/moves/dis7/VariableDatum.java @@ -33,7 +33,8 @@ public class VariableDatum extends Object implements Serializable private byte[] padding = new byte[0]; // pad to 64-bit boundary /** - * @return the size of this serialized object in bytes + * Returns size of this serialized object in bytes + * @return size in bytes */ public int getMarshalledSize() { diff --git a/src-generated/edu/nps/moves/dis7/VariableParameter.java b/src-generated/edu/nps/moves/dis7/VariableParameter.java index d47ab3e62d68aa0d8c38d3387bee6e5108af5f99..4d69a1c6ff5cbc70f97a25a5202463473683cc0c 100644 --- a/src-generated/edu/nps/moves/dis7/VariableParameter.java +++ b/src-generated/edu/nps/moves/dis7/VariableParameter.java @@ -27,7 +27,10 @@ public class VariableParameter extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/VariableTransmitterParameters.java b/src-generated/edu/nps/moves/dis7/VariableTransmitterParameters.java index 89f04d0bfa88e8b11de1617190147f661ada56a2..6b43745f170bc38fec5585edd28960151069a698 100644 --- a/src-generated/edu/nps/moves/dis7/VariableTransmitterParameters.java +++ b/src-generated/edu/nps/moves/dis7/VariableTransmitterParameters.java @@ -31,7 +31,10 @@ public class VariableTransmitterParameters extends Object implements Serializabl { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Vector2Float.java b/src-generated/edu/nps/moves/dis7/Vector2Float.java index 2d83385f78b00862847466e2a262b29824044c02..becee085c8e2937d2086c48e0ccf699a0abc01df 100644 --- a/src-generated/edu/nps/moves/dis7/Vector2Float.java +++ b/src-generated/edu/nps/moves/dis7/Vector2Float.java @@ -27,7 +27,10 @@ public class Vector2Float extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Vector3Double.java b/src-generated/edu/nps/moves/dis7/Vector3Double.java index 8a10f7c637ee77f06d8acb3e2334272c7b4380b8..1c7f9eb9506f7476bc1a92311b9e66f6ae5d5651 100644 --- a/src-generated/edu/nps/moves/dis7/Vector3Double.java +++ b/src-generated/edu/nps/moves/dis7/Vector3Double.java @@ -30,7 +30,10 @@ public class Vector3Double extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/Vector3Float.java b/src-generated/edu/nps/moves/dis7/Vector3Float.java index 3b1b9f3263c64aed5293cf2b5492efac7a6c66aa..b7e0fbe39e6f607a68434e36fe1b8df3f965eff0 100644 --- a/src-generated/edu/nps/moves/dis7/Vector3Float.java +++ b/src-generated/edu/nps/moves/dis7/Vector3Float.java @@ -30,7 +30,10 @@ public class Vector3Float extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/VectoringNozzleSystem.java b/src-generated/edu/nps/moves/dis7/VectoringNozzleSystem.java index cf16cf3fb3aab6e5d45095fa46a89e55ca07750f..cc24a6ddb8b62ddacb23c02b2d80f8046b54916d 100644 --- a/src-generated/edu/nps/moves/dis7/VectoringNozzleSystem.java +++ b/src-generated/edu/nps/moves/dis7/VectoringNozzleSystem.java @@ -27,7 +27,10 @@ public class VectoringNozzleSystem extends Object implements Serializable { } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/WarfareFamilyPdu.java b/src-generated/edu/nps/moves/dis7/WarfareFamilyPdu.java index 3ea1fccb9fabf332669e7b94cd9db48950100ea0..5771955367f17c5e323f88548d76fc9fb402e46e 100644 --- a/src-generated/edu/nps/moves/dis7/WarfareFamilyPdu.java +++ b/src-generated/edu/nps/moves/dis7/WarfareFamilyPdu.java @@ -22,7 +22,10 @@ public abstract class WarfareFamilyPdu extends PduBase implements Serializable setProtocolFamily( DISProtocolFamily.WARFARE ); } -/** Returns the size of this serialized object in bytes*/ + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { int marshalSize = 0; diff --git a/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java index cf3d003785e8d045057f730f8c00c784c9bd1269..cf37fd2e19bfda059a2d435469ed68978b83fc88 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 281 marshal size 2<br> - * APAParameterIndexAPAStatus + * ______________________________ */ public enum APAParameterIndexAPAStatus { @@ -93,6 +93,8 @@ public enum APAParameterIndexAPAStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java index 72398804921f5e48f7f0ef95c1a86b374ddb24b7..2bda628dd086cb54d6fe70774b8a443372413f03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 69 marshal size 16<br> - * AcknowledgeAcknowledgeFlag + * ____________________________ */ public enum AcknowledgeAcknowledgeFlag { @@ -80,6 +80,10 @@ public enum AcknowledgeAcknowledgeFlag return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java index 78aef2a48a00f6287e84b70955e18f8990a6d6c8..3f1e75802c401e1a8841d78330c02389edcf44cf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 70 marshal size 16<br> - * AcknowledgeResponseFlag + * _________________________ */ public enum AcknowledgeResponseFlag { @@ -78,6 +78,10 @@ public enum AcknowledgeResponseFlag return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java b/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java index ed87a63cf3e4b61ead06a1d4cdf174a5d230f477..ee57c340965cda530805d5ab91fa2342c353693f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 71 marshal size 32<br> - * ActionRequestActionID + * ________________________ */ public enum ActionRequestActionID { @@ -174,6 +174,10 @@ public enum ActionRequestActionID return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java index 3a2666ebe2dabcbf56ed69605eb605e0bd6c789d..3ea8247b325534e51ba2ee10f1f1a60bd36f9d38 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 72 marshal size 32<br> - * ActionResponseRequestStatus + * ______________________________ */ public enum ActionResponseRequestStatus { @@ -98,6 +98,10 @@ public enum ActionResponseRequestStatus return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java index a325b270891ac5e3586adbe1edb8b6c98de50ec8..dbb3c342e5f3559375b4a3ce3b765c59dd4ef5db 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 133 marshal size 8<br> - * AddSpecificDimensionEnumerationsforSubsurfaceAreaSize<br> + * ____________________________________________________________<br> * The gaps in enumeration values are intentional and are reserved for future additions. */ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize @@ -99,6 +99,8 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java index 9513ce41dadf89eb67133e9c7ad47fa875b754d7..75961af2ee5dedbcb62c944493f584aed3ef0151 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 137 marshal size 8<br> - * AddVariantsforAirCategory201Insect + * __________________________________________ */ public enum AddVariantsforAirCategory201Insect { @@ -91,6 +91,8 @@ public enum AddVariantsforAirCategory201Insect return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java index c612672d56dbbf3181881012e5f572efb8c024de..c2b54c6756ac53d853d9f464329d6fdfb09cba62 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 134 marshal size 8<br> - * AddVariantsforLandCategory200Mammal + * ___________________________________________ */ public enum AddVariantsforLandCategory200Mammal { @@ -97,6 +97,8 @@ public enum AddVariantsforLandCategory200Mammal return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java index b4e63c5c2850f16e44b8dd1dbee357357b44474c..3f9697d04739cc4c4af2043afeb958cd0ad0e368 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 138 marshal size 8<br> - * AddVariantsforSubsurfaceCategoriesFish,Mollusk,Crustacean,andInsect + * ____________________________________________________________________________ */ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect { @@ -101,6 +101,8 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java index 136914da5caeb11f5a9d26dd8cbfa91806c3337c..838941196cfd280fea589517f3383c84ee6b7849 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 206 marshal size 8<br> - * AggregateStateAggregateKind + * ______________________________ */ public enum AggregateStateAggregateKind { @@ -97,6 +97,8 @@ public enum AggregateStateAggregateKind return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java index d168a490244149d8105ee759490f4744b2354674..e8f3f99d33f081a351515f6ddfd1cab45ae5dceb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 204 marshal size 8<br> - * AggregateStateAggregateState + * _______________________________ */ public enum AggregateStateAggregateState { @@ -97,6 +97,8 @@ public enum AggregateStateAggregateState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java index 84104bd9430c482724772caf37a6a6e2cd2295e1..4c57be6c7c187d7afaccc776140eead88f5d047f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 205 marshal size 32<br> - * AggregateStateFormation + * _________________________ */ public enum AggregateStateFormation { @@ -82,6 +82,10 @@ public enum AggregateStateFormation return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java index 82acd89cf93c04400d88883446516556dcabc803..2d97804aa7013a4587ce767059e650e26673afaf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 209 marshal size 8<br> - * AggregateStateSpecific + * ________________________ */ public enum AggregateStateSpecific { @@ -89,6 +89,8 @@ public enum AggregateStateSpecific return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java index 392ef1445bb113c4ff12f41fb7d81c5c5ece77a3..c4afad10f41860694b295598b6cabf7935d86b4b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 208 marshal size 8<br> - * AggregateStateSubcategory + * ___________________________ */ public enum AggregateStateSubcategory implements SubCategory { @@ -131,6 +131,8 @@ public enum AggregateStateSubcategory implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformAppearance.java index 8e86ff7fb29e79a4db9564c34e7f06416d36ec7c..896192003cc12d8cf4c061f65058c2c1eecbef65 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformAppearance.java @@ -5,122 +5,122 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 32 marshal size 32<br> - * AirPlatformAppearance + * _______________________ */ public class AirPlatformAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits PROPULSIONKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether air platform lighting is in covert or overt mode, Use {@link AppearanceNVGMode} values for this field */ - public static Bits NVGMODE = new Bits(2, 1, AppearanceNVGMode.class); + public static Bits undef_3 = new Bits(2, 1, AppearanceNVGMode.class); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_4 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_5 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * Describes the size of the contrails or ionization trailing effects, Use {@link AppearanceTrailingEffects} values for this field */ - public static Bits TRAILINGEFFECTS = new Bits(7, 2, AppearanceTrailingEffects.class); + public static Bits undef_7 = new Bits(7, 2, AppearanceTrailingEffects.class); /** * Describes the state of the canopy/troop door, Use {@link AppearanceCanopy} values for this field */ - public static Bits CANOPY_TROOPDOOR = new Bits(9, 3, AppearanceCanopy.class); + public static Bits undef_8 = new Bits(9, 3, AppearanceCanopy.class); /** * Describes whether landing lights are on or off */ - public static Bits LANDINGLIGHTSON = new Bits(12, 1); + public static Bits undef_9 = new Bits(12, 1); /** * Describes whether navigation lights are on or off */ - public static Bits NAVIGATIONLIGHTSON = new Bits(13, 1); + public static Bits undef_10 = new Bits(13, 1); /** * Describes whether Anti-Collision lights are on or off */ - public static Bits ANTICOLLISIONLIGHTSON = new Bits(14, 1); + public static Bits undef_11 = new Bits(14, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_12 = new Bits(15, 1); /** * Describes if the air platform is in afterburner */ - public static Bits AFTERBURNERON = new Bits(16, 1); + public static Bits undef_13 = new Bits(16, 1); /** * Describes whether the lower Anti-Collision light is on or off */ - public static Bits LOWERANTICOLLISIONLIGHTON = new Bits(17, 1); + public static Bits undef_14 = new Bits(17, 1); /** * Describes whether the upper Anti-Collision light is on or off */ - public static Bits UPPERANTICOLLISIONLIGHTON = new Bits(18, 1); + public static Bits undef_15 = new Bits(18, 1); /** * Describes the day/night status of the Anti-Collision lights, Use {@link AppearanceAntiCollisionDayNight} values for this field */ - public static Bits ANTICOLLISIONLIGHTDAY_NIGHT = new Bits(19, 1, AppearanceAntiCollisionDayNight.class); + public static Bits undef_16 = new Bits(19, 1, AppearanceAntiCollisionDayNight.class); /** * Indicates whether any air platform lights are blinking or not */ - public static Bits ISBLINKING = new Bits(20, 1); + public static Bits undef_17 = new Bits(20, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_18 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_19 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_20 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether formation lights are on or off */ - public static Bits FORMATIONLIGHTSON = new Bits(24, 1); + public static Bits undef_21 = new Bits(24, 1); /** * Describes whether the landing gear is wholly retracted or extended */ - public static Bits LANDINGGEAREXTENDED = new Bits(25, 1); + public static Bits undef_22 = new Bits(25, 1); /** * Describes whether the cargo doors (main door) are closed or open */ - public static Bits CARGODOORSOPENED = new Bits(26, 1); + public static Bits undef_23 = new Bits(26, 1); /** * Describes the brightness of the navigation/position lights, Use {@link AppearanceNavigationPositionBrightness} values for this field */ - public static Bits NAVIGATION_POSITIONBRIGHTNESS = new Bits(27, 1, AppearanceNavigationPositionBrightness.class); + public static Bits undef_24 = new Bits(27, 1, AppearanceNavigationPositionBrightness.class); /** * Describes whether spot/search light #1 is on or off */ - public static Bits SPOT_SEARCHLIGHT1ON = new Bits(28, 1); + public static Bits undef_25 = new Bits(28, 1); /** * Describes whether interior lights are on or off */ - public static Bits INTERIORLIGHTSON = new Bits(29, 1); + public static Bits undef_26 = new Bits(29, 1); /** * Describes whether the air platform has engaged reverse thrust */ - public static Bits REVERSETHRUSTENGAGED = new Bits(30, 1); + public static Bits undef_27 = new Bits(30, 1); /** * Describes whether the air platform has weight on its main landing gear */ - public static Bits WEIGHTONWHEELS = new Bits(31, 1); + public static Bits undef_28 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformCapabilities.java index 8127557292caa7e6af63a59b7550decf1e932311..90dff6473c0f4b123391a7a8611e04a7cdd9ab8c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AirPlatformCapabilities.java @@ -5,50 +5,50 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 451 marshal size 32<br> - * AirPlatformCapabilities + * _________________________ */ public class AirPlatformCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * Describes whether the entity is equipped with Automatic Dependent Surveillance - Broadcast (ADS-B) */ - public static Bits ADSB = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); /** * The Entity is able to carry a payload in a sling load. The extended appearance record (if available) will identify the current sling load status and entity association and/or entity offset records (if available) will provide additional sling load details (such as payload). */ - public static Bits SLINGLOADCARRIER = new Bits(5, 1); + public static Bits undef_6 = new Bits(5, 1); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_7 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_8 = new Bits(7, 1); /** * The Entity (normally a virtual manned module) can be task organized into an existing mixed mode unit (where mixed mode is intended to comprise a combination of computer-generated forces and virtual or even live forces). */ - public static Bits TASKORGANIZABLE = new Bits(8, 1); + public static Bits undef_9 = new Bits(8, 1); /** * Describes whether the entity is equipped with Large Aircraft Infrared Countermeasures (LAIRCM) */ - public static Bits LAIRCM = new Bits(9, 1); + public static Bits undef_10 = new Bits(9, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java index ae1f966183b3fd46ee3e2e836271d9d2f942e658..a21d78151d2a786c46eadd950a17da3abbd06f44 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 364 marshal size 1<br> - * AircraftAddressSource + * _______________________ */ public enum AircraftAddressSource { @@ -89,6 +89,8 @@ public enum AircraftAddressSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java index 58f0238d5e51a76a2cb77bb83fcd215a0890741c..bb0b47a31ca7634aaf0b2ddb951a22eb7f64efeb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 357 marshal size 8<br> - * AircraftIdentificationType + * ____________________________ */ public enum AircraftIdentificationType { @@ -91,6 +91,8 @@ public enum AircraftIdentificationType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java index 6af593cf0c7a0d16c12e8d5c511cf95828429ed7..b658918eed01ccbc08e68c813c28ea404d92abaf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 356 marshal size 8<br> - * AircraftPresentDomain + * _______________________ */ public enum AircraftPresentDomain { @@ -91,6 +91,8 @@ public enum AircraftPresentDomain return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java index faf6c0ce48a86a614d46552fe99f4f71264e846a..65ae55f7252ae5d71ca5c855b2979c61f178dcf9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 368 marshal size 3<br> - * AircraftType/Wake + * __________________ */ public enum AircraftTypeWake { @@ -87,6 +87,8 @@ public enum AircraftTypeWake return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java b/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java index c196f1d7bafa140491348ff6f1a55e9a2e2e3b46..8772632a2505ea2877ccf0196222071595f07a6e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 130 marshal size 8<br> - * AnimalLifeformGroupSizeRangeEnumerationforallDomains<br> + * ____________________________________________________________<br> * The gaps in enumeration values are intentional and are reserved for future additions. */ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains @@ -115,6 +115,8 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java b/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java index b71fdc06fd6b84ed58aab27fe14941e6a6373bcc..fc974f2e7202c63cc87f5e74bcef946ea0362e8f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 351 marshal size 2<br> - * AntennaSelection + * _________________ */ public enum AntennaSelection { @@ -93,6 +93,8 @@ public enum AntennaSelection return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java index 1ee48be2647c009a3cb348d3b356845177e9fbe0..346f4712993305607a8addf7f22859a391fb0907 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 371 marshal size 8<br> - * AntennaStatus + * ______________ */ public enum AntennaStatus { @@ -91,6 +91,8 @@ public enum AntennaStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java index 0ce1cc73ab84af74535942afc17dcc8ce8d8eeb5..4122b2c369480b735996a8f36543b6abf57e9f7a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 397 marshal size 1<br> - * AppearanceAntiCollisionDay/Night + * ___________________________________ */ public enum AppearanceAntiCollisionDayNight { @@ -89,6 +89,8 @@ public enum AppearanceAntiCollisionDayNight return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java index 700875265c4ccaffe46a052462138e9b61c01104..a7fa7502bf8a11cfd76cf68f76cd7457611bfed5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 384 marshal size 2<br> - * AppearanceCamouflageType + * __________________________ */ public enum AppearanceCamouflageType { @@ -93,6 +93,8 @@ public enum AppearanceCamouflageType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java index 5871d05fdba6241e71fc9fdc9bef1968b114dcff..4b3c215370c0d68a7d1100de18a8ea21a022c837 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 387 marshal size 3<br> - * AppearanceCanopy + * _________________ */ public enum AppearanceCanopy { @@ -99,6 +99,8 @@ public enum AppearanceCanopy return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java index 44f40277cb1b561790d77a2d186b27da1ae707b6..d4b4c58d84b7dfdbcea45855eaafa7ef0c0ff2c5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 394 marshal size 1<br> - * AppearanceConcealedMovement + * _____________________________ */ public enum AppearanceConcealedMovement { @@ -89,6 +89,8 @@ public enum AppearanceConcealedMovement return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java index a8bdd97d10c52be8ead9695ca944459d8ea8f4be..37fea931d395e425a1ceff207d25fdb11612eaaf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 385 marshal size 1<br> - * AppearanceConcealedPosition + * _____________________________ */ public enum AppearanceConcealedPosition { @@ -89,6 +89,8 @@ public enum AppearanceConcealedPosition return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java index f6a49d4d193af5bd825702393e843b05df8700cb..ca5093072a43dceb2f810a0bc5a2aecfe043fbb6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 379 marshal size 2<br> - * AppearanceDamage + * _________________ */ public enum AppearanceDamage { @@ -93,6 +93,8 @@ public enum AppearanceDamage return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java index aae9532e4ac6e1232c4c68938dcca45759eeff49..4c1f1d01750f068099a4665f639bed0b041e7106 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 386 marshal size 1<br> - * AppearanceEntityorObjectState + * _________________________________ */ public enum AppearanceEntityorObjectState { @@ -89,6 +89,8 @@ public enum AppearanceEntityorObjectState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java index bafadbfcfe37735fed037fa4778ab625e75cd596..fd9e3e982cb31cacedaa884f158906cd3be1ff31 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 395 marshal size 4<br> - * AppearanceEnvironmentalDensity + * ________________________________ */ public enum AppearanceEnvironmentalDensity { @@ -95,6 +95,8 @@ public enum AppearanceEnvironmentalDensity return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java index 2773bb50725ce44873591b44b894648a30d3ff66..f4cf65e2cb42b844d827d5bc898093b469cdcdc3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 382 marshal size 3<br> - * AppearanceHatch + * ________________ */ public enum AppearanceHatch { @@ -97,6 +97,8 @@ public enum AppearanceHatch return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java index c68dc49d3f2f1aa3418ca4d44da6bde16837412d..1362122cb0160e91a47c7a89aa212deb6be871d4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 383 marshal size 1<br> - * AppearanceLauncher/Operational + * _______________________________ */ public enum AppearanceLauncherOperational { @@ -89,6 +89,8 @@ public enum AppearanceLauncherOperational return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java index 8de1d2d9e069f23bf6ef3dcf861f0b8d034759f5..44cfdf1be0ba883556b007a1829c67b07d458297 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 391 marshal size 4<br> - * AppearanceLifeFormComplianceStatus + * ______________________________________ */ public enum AppearanceLifeFormComplianceStatus { @@ -117,6 +117,8 @@ public enum AppearanceLifeFormComplianceStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java index 347e448a176b56928aac6a8135d9d8efe7d0f5ad..fa6981d15fbe1704eb7a7ca8c634094ab863c942 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 392 marshal size 4<br> - * AppearanceLifeFormPosture + * ____________________________ */ public enum AppearanceLifeFormPosture { @@ -117,6 +117,8 @@ public enum AppearanceLifeFormPosture return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java index 49a6d9742c582b66c27e8daf648bb44570279ce7..848e319350756088e28dc3b0eff4c49219fde356 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 393 marshal size 2<br> - * AppearanceLifeFormWeapon/Implement + * _____________________________________ */ public enum AppearanceLifeFormWeaponImplement { @@ -93,6 +93,8 @@ public enum AppearanceLifeFormWeaponImplement return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java index 9ff576f606461d099bf6b53b6081bbca7a361245..95f5ba3781db6ba4051c787c357cf8fefea537fb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 390 marshal size 2<br> - * AppearanceLifeformHealth + * __________________________ */ public enum AppearanceLifeformHealth { @@ -93,6 +93,8 @@ public enum AppearanceLifeformHealth return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java index ff0f404f0428c3a6fe0b0bdb948f9c8da68ca294..4621527a400ec8806f9637a7fda171c095d7612f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 410 marshal size 2<br> - * AppearanceLinearObjectLaneMarkerVisible + * ____________________________________________ */ public enum AppearanceLinearObjectLaneMarkerVisible { @@ -91,6 +91,8 @@ public enum AppearanceLinearObjectLaneMarkerVisible return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java index e140fa6414d539faf92e4469eda88f2df2e9aad8..1c2a8d8d9679d503094c9d1cb08175da3971d58c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 409 marshal size 2<br> - * AppearanceLinearObjectTankDitchBreach + * __________________________________________ */ public enum AppearanceLinearObjectTankDitchBreach { @@ -93,6 +93,8 @@ public enum AppearanceLinearObjectTankDitchBreach return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java index 50834a63b2596ad9c851a6829fc0cc9d35902466..22c99517fcf78a24f6614434724e836e9916e584 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 400 marshal size 1<br> - * AppearanceNVGMode + * ___________________ */ public enum AppearanceNVGMode { @@ -89,6 +89,8 @@ public enum AppearanceNVGMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java index 20dff7f9174064db4930a3e66126ee85ec4fa4b9..3b3a774b2676c889d79ac77b507927c594bc266b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 398 marshal size 1<br> - * AppearanceNavigation/PositionBrightness + * _________________________________________ */ public enum AppearanceNavigationPositionBrightness { @@ -89,6 +89,8 @@ public enum AppearanceNavigationPositionBrightness return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java index 95dc6ed238a40958371d853df405db38e75ad46f..492ff5ec05a0fbecd07001459795dfe62031e4ef 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 405 marshal size 2<br> - * AppearanceObjectGeneralDamage + * ________________________________ */ public enum AppearanceObjectGeneralDamage { @@ -91,6 +91,8 @@ public enum AppearanceObjectGeneralDamage return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java index 627d09cad6316b6201fbb288426f51157ee43e20..fc741f3f94e34b13c5bea0b06b50537feb9becda 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 411 marshal size 2<br> - * AppearanceObjectGeneralIEDPresent + * _____________________________________ */ public enum AppearanceObjectGeneralIEDPresent { @@ -93,6 +93,8 @@ public enum AppearanceObjectGeneralIEDPresent return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java index 5b90b6e8316865d97dd5c842082ac292c00774e9..43922cdc0e899097b0830facb61f7ed89796e313 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 406 marshal size 1<br> - * AppearanceObjectGeneralPredistributed + * ________________________________________ */ public enum AppearanceObjectGeneralPredistributed { @@ -89,6 +89,8 @@ public enum AppearanceObjectGeneralPredistributed return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java index 8a66625cc38e27367d6ff1a569093262e112219c..8ff3423fec10659e46a37f40ea05304b60c0cc6c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 407 marshal size 2<br> - * AppearanceObjectSpecificBreachState + * _______________________________________ */ public enum AppearanceObjectSpecificBreachState { @@ -91,6 +91,8 @@ public enum AppearanceObjectSpecificBreachState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java index 87300e0a17bb87fff27af2292f17d89c59fc4576..4f246490bcaea4ac8759cd0113c6035957d11b4a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 408 marshal size 2<br> - * AppearanceObjectSpecificChemicalType + * ________________________________________ */ public enum AppearanceObjectSpecificChemicalType { @@ -93,6 +93,8 @@ public enum AppearanceObjectSpecificChemicalType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java index 7bbf82c2de7f859db8c7a6228bf35cb0f52fc8c8..743fe2443fbdbf852b4e795875caadc83080e0b0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 378 marshal size 1<br> - * AppearancePaintScheme + * _______________________ */ public enum AppearancePaintScheme { @@ -89,6 +89,8 @@ public enum AppearancePaintScheme return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java index 348c05916c8d58c6c5e6cee1c410d5178cea8191..56ec0e88577437829f0a261dbe884b1a0e34835c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 388 marshal size 3<br> - * AppearanceSubsurfaceHatch + * ___________________________ */ public enum AppearanceSubsurfaceHatch { @@ -91,6 +91,8 @@ public enum AppearanceSubsurfaceHatch return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java index 8acb3d68412e9b5de8c97b70eb8a54c0ffe3f4b9..842f6ad35194874ac33e433f61c20ed049297a56 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 399 marshal size 2<br> - * AppearanceSupplyDeployed + * __________________________ */ public enum AppearanceSupplyDeployed { @@ -93,6 +93,8 @@ public enum AppearanceSupplyDeployed return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java index 5ef252124db9cbfb0da92c6c599db6ac8aaeb614..098f5e1eaa64d0c503c1bc8015bd0ce35fecfae7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 381 marshal size 2<br> - * AppearanceTrailingEffects + * ___________________________ */ public enum AppearanceTrailingEffects { @@ -93,6 +93,8 @@ public enum AppearanceTrailingEffects return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ArealObjectAppearanceMinefield.java b/src-generated/edu/nps/moves/dis7/enumerations/ArealObjectAppearanceMinefield.java index 7a18eb2f54120de4a23718a648f7494cd4f43465..e6a5bf5dfb07ed230b6fa7fe14a4867c58ff1a54 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ArealObjectAppearanceMinefield.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ArealObjectAppearanceMinefield.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 239 marshal size 16<br> - * ArealObjectAppearanceMinefield + * _________________________________ */ public class ArealObjectAppearanceMinefield extends DisBitSet { /** * Describes the breached appearance of the object, Use {@link AppearanceObjectSpecificBreachState} values for this field */ - public static Bits BREACHSTATE = new Bits(0, 2, AppearanceObjectSpecificBreachState.class); + public static Bits undef = new Bits(0, 2, AppearanceObjectSpecificBreachState.class); /** * 16-bit unsigned integer indicating the number of mines in the minefield */ - public static Bits MINECOUNT = new Bits(16, 16); + public static Bits undef_2 = new Bits(16, 16); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java index 78895fb17fe109e7f55b931f54ea94a275607071..69027dee0049b97162dd71c67a0280f3661918c3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 59 marshal size 32<br> - * ArticulatedPartsTypeClass + * ____________________________ */ public enum ArticulatedPartsTypeClass { @@ -560,6 +560,10 @@ public enum ArticulatedPartsTypeClass return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java index ba245d68cc8f9df4820fdc0559b68d98e1bb8bf6..21c6b8e328394c7604447ee680fe7b0b24765d97 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 58 marshal size 5<br> - * ArticulatedPartsTypeMetric + * _____________________________ */ public enum ArticulatedPartsTypeMetric { @@ -119,6 +119,8 @@ public enum ArticulatedPartsTypeMetric return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java index 8f737453d1c1ec3da30c715cc9f16bd9d56106f0..b130b453661d5d3c8bac73adb413313fd0d8d9d1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 415 marshal size 8<br> - * AttachedPartDetachedIndicator + * ________________________________ */ public enum AttachedPartDetachedIndicator { @@ -89,6 +89,8 @@ public enum AttachedPartDetachedIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java b/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java index f11c1b6a5209984f298dbee17e9f9150a9ff92bb..fb46658f18807e656b2d78bedd4267528a5b27f3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 57 marshal size 32<br> - * AttachedParts + * ______________ */ public enum AttachedParts { @@ -92,6 +92,10 @@ public enum AttachedParts return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java b/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java index c77f76a9f070e69bd1d7c33ffdaf5edda6a38d54..7d132944e7823f56872897c286d7a2e26658fa1f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 500 marshal size 8<br> - * AustralianCategoryOverlay + * ___________________________ */ public enum AustralianCategoryOverlay { @@ -97,6 +97,8 @@ public enum AustralianCategoryOverlay return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java b/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java index b5083bf28e02f57b52be12dc443e60a1115b7222..f92fd2e6af96a5eaea3e06fa8fe7e41a10471df8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 318 marshal size 1<br> - * BeamStatusBeamState + * ______________________ */ public enum BeamStatusBeamState { @@ -89,6 +89,8 @@ public enum BeamStatusBeamState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java index b38881f98acb3aba7b21829785b9876b94c9f49a..36f819641863037c9b95133714d3ac5293a95410 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 464 marshal size 8<br> - * BuildingPaintScheme + * _____________________ */ public enum BuildingPaintScheme { @@ -87,6 +87,8 @@ public enum BuildingPaintScheme return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java index e7b4a61344fdf53f7f2d756a5cf5dc06edd71af6..1922642fbd62152176788853fbccffa48e7ab13e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 171 marshal size 8<br> - * CCTTSINCGARSClearChannel + * ___________________________ */ public enum CCTTSINCGARSClearChannel { @@ -89,6 +89,8 @@ public enum CCTTSINCGARSClearChannel return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java index c60a7664ea011b1748cec766601c4125c7020532..bf0f1af5be7ffb79919bd1cdf35bb4803e8dd73e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 170 marshal size 8<br> - * CCTTSINCGARSStartofMessage + * ______________________________ */ public enum CCTTSINCGARSStartofMessage { @@ -89,6 +89,8 @@ public enum CCTTSINCGARSStartofMessage return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java b/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java index 7658dc53677c5e944c9f0a80a40648351d56169e..4bb8324bccc79282d0ed595db7b2f33a2dbaf056 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 780 marshal size 16<br> - * CIGIExtensionPacketID<br> + * ________________________<br> * Registered extension packet IDs shall be in the range of 1000h - 7FFFh. If the extension capability includes both a request and response packet, it is recommended they be given sequential packet ID numbers. Submitters are welcome to request any ID within this range, but are encouraged to cluster packet IDs for similar capabilities if the next available sequential ID from the beginning of the range is not requested. */ public enum CIGIExtensionPacketID @@ -76,6 +76,10 @@ public enum CIGIExtensionPacketID return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java b/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java index 1631d1a26aaa57959a1e07aa3831a0b37fe42fa7..f837ec38fba8b5a6d0691ae78c5e8188c5204bcc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 358 marshal size 8<br> - * CapabilityReport + * _________________ */ public enum CapabilityReport { @@ -103,6 +103,8 @@ public enum CapabilityReport return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java b/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java index 4ea26b5e09ac5b3fba198577d6ead69cdfb21382..96160ae03cec80f9adf7c98b2a5e3e126e9e19de 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 610 marshal size 8<br> - * Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms + * ____________________________________________________________________ */ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements Category { @@ -87,6 +87,8 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java b/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java index d677cb284f0f7557364138bf659dd4fa638cec60..24aabee43231d07d5ae28195ae4e4a5f2a9347a6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 611 marshal size 8<br> - * Class11SupplyCategorySupplies(NonDoctrinal) + * ___________________________________________________ */ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category { @@ -95,6 +95,8 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java b/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java index bf1feb8214608ecad4985a6662e0f67f8c0b1596..dd161f4cfd94bc04e31bfc66e4a8c7b54d39ca39 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 612 marshal size 8<br> - * Class12SupplyCategorySlingLoads(NonDoctrinal) + * ______________________________________________________ */ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category { @@ -109,6 +109,8 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java b/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java index b5f55d16f8d72999376264a571046670dff62c88..e946ffd689cb09ce1bd214157a92fe9d95204413 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 601 marshal size 8<br> - * Class1SupplyCategorySubsistence + * _____________________________________ */ public enum Class1SupplyCategorySubsistence implements Category { @@ -97,6 +97,8 @@ public enum Class1SupplyCategorySubsistence implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java b/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java index d572af87b1ef7a453e4bb5f6bcc6303dbfafbabc..3091c235f62e8f909a9095d7b4f50826e7084d58 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 602 marshal size 8<br> - * Class2SupplyCategoryClothing,IndividualEquipment,Tools,Admin.Supplies + * ________________________________________________________________________________ */ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies implements Category { @@ -101,6 +101,8 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java b/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java index 22e67fd2b4348ad3e36dbd07a8071e1d69ba3299..7ff2fa980e4e6898a2c631491b21c98f8c009acd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 603 marshal size 8<br> - * Class3SupplyCategoryPetroleum,Oils,Lubricants + * _____________________________________________________ */ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category { @@ -93,6 +93,8 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java b/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java index d2b5bcaeaaa09e81de61673a09561986ad91c801..c2da997994f50968812c12cb82abbbaba2d7ef9b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 604 marshal size 8<br> - * Class4SupplyCategoryConstructionMaterials + * ________________________________________________ */ public enum Class4SupplyCategoryConstructionMaterials implements Category { @@ -91,6 +91,8 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java b/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java index cf615642a6aa01d229057e90a4ad7cdcf9581e4e..fe5879dd8151abd47b6ddd730076c90507fc6704 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 606 marshal size 8<br> - * Class6SupplyCategoryPersonnelDemandItems + * ________________________________________________ */ public enum Class6SupplyCategoryPersonnelDemandItems implements Category { @@ -87,6 +87,8 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java b/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java index 4ae69ef061a8bca5cb9abb46d6463e75851dee32..c9f3a7c8d09c3137c08254598924f104989c4322 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 607 marshal size 8<br> - * Class7SupplyCategoryMajorItems + * _____________________________________ */ public enum Class7SupplyCategoryMajorItems implements Category { @@ -131,6 +131,8 @@ public enum Class7SupplyCategoryMajorItems implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java b/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java index 3fd7694af26267570f4c271d8a14492657dc630e..3791b3217c4ef3808cd1103f6f6a84ba7685c8e3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 608 marshal size 8<br> - * Class8SupplyCategoryMedicalMaterial + * __________________________________________ */ public enum Class8SupplyCategoryMedicalMaterial implements Category { @@ -91,6 +91,8 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java b/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java index 670146f5dbf0ea984acf1d81c895d59bae4fb173..6c3ee8e65d9dc4295171323dcbb5551a02ad7204 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 609 marshal size 8<br> - * Class9SupplyCategoryRepairPartsandComponents + * _____________________________________________________ */ public enum Class9SupplyCategoryRepairPartsandComponents implements Category { @@ -105,6 +105,8 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java b/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java index 9d1ee2a15f273225588ec0db4a8e841932831b85..480bd3afdce9c9fdc285f208999ddb30b9fe5fd3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 189 marshal size 8<br> - * CollisionType + * ______________ */ public enum CollisionType { @@ -91,6 +91,8 @@ public enum CollisionType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Color.java b/src-generated/edu/nps/moves/dis7/enumerations/Color.java index 9774fad4c3f37228ac2fbec712e127768876dd53..356a8f02efa8ec2ca87e8dba8ae417164417ac3f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Color.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Color.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 463 marshal size 8<br> - * Color<br> + * _____<br> * The color values 1 to 15 are defined in the HTML 3.0 specification; color values 20 to 159 are defined in the SVG 1.0 specification */ public enum Color @@ -407,6 +407,8 @@ public enum Color return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java index 75f7e7bebbebfd48925bf185d6767f0e4ff7b746..1fd53170eb41c4fbecde965587636427a5169a47 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 375 marshal size 2<br> - * ComponentVisualDamageStatusSmoke + * ____________________________________ */ public enum ComponentVisualDamageStatusSmoke { @@ -93,6 +93,8 @@ public enum ComponentVisualDamageStatusSmoke return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java index 0283cac60f77d322a3bafd3d09ee8ddb30f47629..25ca980edfc03ce1347d30fae626cc8e56ce0803 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 376 marshal size 2<br> - * ComponentVisualDamageStatusSurfaceDamage + * _____________________________________________ */ public enum ComponentVisualDamageStatusSurfaceDamage { @@ -93,6 +93,8 @@ public enum ComponentVisualDamageStatusSurfaceDamage return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Country.java b/src-generated/edu/nps/moves/dis7/enumerations/Country.java index 37cb93dfd839c70048f8d7dbae0da9ded8542fef..bea9e2205cb41ab9590520f36e98513130af5fcd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Country.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Country.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 29 marshal size 16<br> - * Country + * _______ */ public enum Country { @@ -628,6 +628,10 @@ public enum Country return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java index 060a78ba751abf3f927bbd7953dcf5e5f5128be6..97b8cc6cca59d0b49c0b16ddd02cc118a8c3006a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 426 marshal size 2<br> - * Cover/ShroudStatus + * ___________________ */ public enum CoverShroudStatus { @@ -93,6 +93,8 @@ public enum CoverShroudStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java b/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java index 7241f5a97c2c4ddf7dfc4343e9f6883589586355..f701b0c62a99f2daaeda7ad11c36e960a74c01e6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 449 marshal size 1<br> - * CryptoKeyIDCryptoMode + * _________________________ */ public enum CryptoKeyIDCryptoMode { @@ -89,6 +89,8 @@ public enum CryptoKeyIDCryptoMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureAppearance.java index 735ed1952aad2f69a888387109ea7f1f2304a484..1bdcd4d4b4e1df8682a641f87b8d2e8c254467ab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureAppearance.java @@ -5,46 +5,46 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 39 marshal size 32<br> - * CulturalFeatureAppearance + * ___________________________ */ public class CulturalFeatureAppearance extends DisBitSet { /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_2 = new Bits(5, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_3 = new Bits(15, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_4 = new Bits(21, 1); /** * Describes whether the internal heat is on or off */ - public static Bits INTERNALHEATON = new Bits(22, 1); + public static Bits undef_5 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_6 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether the exterior lights are on or off */ - public static Bits EXTERIORLIGHTSON = new Bits(28, 1); + public static Bits undef_7 = new Bits(28, 1); /** * Describes whether the interior lights are on or off */ - public static Bits INTERIORLIGHTSON = new Bits(29, 1); + public static Bits undef_8 = new Bits(29, 1); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_9 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureCapabilities.java index 28318589b76036499a04a4f3d96d1215e5648e1f..2c60f2498d8ca210ce523c2a49c840ec01aebdec 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CulturalFeatureCapabilities.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 458 marshal size 32<br> - * CulturalFeatureCapabilities + * _____________________________ */ public class CulturalFeatureCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_2 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_3 = new Bits(7, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java index 879b6f587da2eedba84a9f0529cef056d03acfa1..eaa8bb1bfd3fbd4beaff93ab2ba6ed430a86f897 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 315 marshal size 8<br> - * DEDamageDescriptionComponentDamageStatus + * _____________________________________________ */ public enum DEDamageDescriptionComponentDamageStatus { @@ -95,6 +95,8 @@ public enum DEDamageDescriptionComponentDamageStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualDamageStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualDamageStatus.java index f80cbe48f69a4b089277298b2d96d660a4b06a51..2da0f8d673746ecd4b2352d1bfea2407e357060e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualDamageStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualDamageStatus.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 317 marshal size 8<br> - * DEDamageDescriptionComponentVisualDamageStatus + * ____________________________________________________ */ public class DEDamageDescriptionComponentVisualDamageStatus extends DisBitSet { /** * Describes presence of fire at the damage site */ - public static Bits ISFIREPRESENT = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes presence of smoke emanating from the damage site, Use {@link ComponentVisualDamageStatusSmoke} values for this field */ - public static Bits SMOKE = new Bits(1, 2, ComponentVisualDamageStatusSmoke.class); + public static Bits undef_2 = new Bits(1, 2, ComponentVisualDamageStatusSmoke.class); /** * Describes general surface appearance at the damage site, Use {@link ComponentVisualDamageStatusSurfaceDamage} values for this field */ - public static Bits SURFACEDAMAGE = new Bits(3, 2, ComponentVisualDamageStatusSurfaceDamage.class); + public static Bits undef_3 = new Bits(3, 2, ComponentVisualDamageStatusSurfaceDamage.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java index 46d97d3911ca44bbe646021d965a7f9ddadeb875..960c18499e41e59e95d695a198ef35c575fe615e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 316 marshal size 8<br> - * DEDamageDescriptionComponentVisualSmokeColor + * __________________________________________________ */ public enum DEDamageDescriptionComponentVisualSmokeColor { @@ -93,6 +93,8 @@ public enum DEDamageDescriptionComponentVisualSmokeColor return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlags.java b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlags.java index 761f759828b6f2cdb85750659455a43af8e555c6..240defaf543aba09d4ea364fb5ffdbb8998e7cdb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlags.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlags.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 313 marshal size 16<br> - * DEFireFlags + * _____________ */ public class DEFireFlags extends DisBitSet { /** * Identifies the State of the DE Weapon */ - public static Bits WEAPONON = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Identifies a DE Weapon State Change, Use {@link DEFireFlagsStateUpdateFlag} values for this field */ - public static Bits STATE_UPDATEFLAG = new Bits(1, 1, DEFireFlagsStateUpdateFlag.class); + public static Bits undef_2 = new Bits(1, 1, DEFireFlagsStateUpdateFlag.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java index 858d591100fdab6875d6cfbf1e1380f8eaf88d3b..5d5d692d3ff3defc8f36ba32f3d5d1757c459f25 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 374 marshal size 1<br> - * DEFireFlagsState/UpdateFlag + * _______________________________ */ public enum DEFireFlagsStateUpdateFlag { @@ -89,6 +89,8 @@ public enum DEFireFlagsStateUpdateFlag return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java b/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java index 538d7e30179e405bd1215abdc56bb8a90edc31dd..3a8d05e8a2c924713777e9c45f64d0ec54d7d2c9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 312 marshal size 8<br> - * DEFirePulseShape + * ___________________ */ public enum DEFirePulseShape { @@ -93,6 +93,8 @@ public enum DEFirePulseShape return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java b/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java index 1d0cc51f46e0f840bbba2102d476e18f46513983..20565ab1f76337d666b784ae2c19ba90e7f5d3d7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 311 marshal size 8<br> - * DEPrecisionAimpointBeamSpotType + * ____________________________________ */ public enum DEPrecisionAimpointBeamSpotType { @@ -91,6 +91,8 @@ public enum DEPrecisionAimpointBeamSpotType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java b/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java index 63e2ec511026c30b0ca016ad3aa503af78d009c7..5f5901b3ea28d81abba2c70fd7d12deede885a28 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 295 marshal size 8<br> - * DISAttributeActionCode + * _________________________ */ public enum DISAttributeActionCode { @@ -87,6 +87,8 @@ public enum DISAttributeActionCode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java index 3eda667911fad7bdf23fd37f56de81fe560e15cd..428ad48bbad7c19d3148a9acc0baa0864cdb6da4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 417 marshal size 8<br> - * DISLiveEntitySubprotocolNumber + * __________________________________ */ public enum DISLiveEntitySubprotocolNumber { @@ -87,6 +87,8 @@ public enum DISLiveEntitySubprotocolNumber return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java index 3622cf8bbec5bc430f4f1856215665c45b79775a..42d84284c7569f2e104c49a64bf0d38a528f888f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 389 marshal size 1<br> - * DISPDUStatusActiveInterrogationIndicator(AII) + * ___________________________________________________ */ public enum DISPDUStatusActiveInterrogationIndicatorAII { @@ -89,6 +89,8 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java index 07e4d563e46eacae90e64781c78840af3a93dd10..ad52a73174c5da3e32f489c55bc5bf40bb223523 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 303 marshal size 1<br> - * DISPDUStatusCoupledExtensionIndicator(CEI) + * ________________________________________________ */ public enum DISPDUStatusCoupledExtensionIndicatorCEI { @@ -89,6 +89,8 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java index dc0e9dfcc82b6ada4e4b49eec21ec1ecbb8083d5..b906090b0ad9e4eae9b83cb5118b6dcfe74aca83 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 305 marshal size 2<br> - * DISPDUStatusDetonationTypeIndicator(DTI) + * ______________________________________________ */ public enum DISPDUStatusDetonationTypeIndicatorDTI { @@ -91,6 +91,8 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java index 4ba62d3e1f06dccdf7a2114998fe997ee841fb85..5a821791c8f9fc56aa80c2b44db0cf4f2273b36e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 304 marshal size 1<br> - * DISPDUStatusFireTypeIndicator(FTI) + * ________________________________________ */ public enum DISPDUStatusFireTypeIndicatorFTI { @@ -89,6 +89,8 @@ public enum DISPDUStatusFireTypeIndicatorFTI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java index 021f9a512145be0e6161ffb9fc26bb67092ae93d..308bd318cd7fdb76b96a386e2b9c109c4d535a22 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 308 marshal size 1<br> - * DISPDUStatusIFFSimulationMode(ISM) + * ________________________________________ */ public enum DISPDUStatusIFFSimulationModeISM { @@ -89,6 +89,8 @@ public enum DISPDUStatusIFFSimulationModeISM return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java index 2cd89031507004cc67cb22fbfab1abdd03b46d65..371d1c88c52593a7c2927a44fa5431d37bb34509 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 307 marshal size 2<br> - * DISPDUStatusIntercomAttachedIndicator(IAI) + * ________________________________________________ */ public enum DISPDUStatusIntercomAttachedIndicatorIAI { @@ -91,6 +91,8 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java index 7716fc59a0783aa15bf4f8dedc28058276bca286..e8e173fd832c29e8a40fc23358b651e4efa4ccae 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 302 marshal size 2<br> - * DISPDUStatusLVCIndicator(LVC) + * __________________________________ */ public enum DISPDUStatusLVCIndicatorLVC { @@ -93,6 +93,8 @@ public enum DISPDUStatusLVCIndicatorLVC return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java index 1d962ee163cfb93e6321d4c1771b778ab6061d5d..012e589fb06114053971bb56798d9e91404714e6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 306 marshal size 2<br> - * DISPDUStatusRadioAttachedIndicator(RAI) + * _____________________________________________ */ public enum DISPDUStatusRadioAttachedIndicatorRAI { @@ -91,6 +91,8 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java index f7669d748f052310b4f3f0ab6ce4b6ec5e771dda..730c009323a06ef3da0300b65b6d1466c64e963f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 301 marshal size 1<br> - * DISPDUStatusTransferredEntityIndicator(TEI) + * _________________________________________________ */ public enum DISPDUStatusTransferredEntityIndicatorTEI { @@ -89,6 +89,8 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java index e59027de1e1156c4a950e1d87dfdc29a3b40d041..aa7794268e35a67fe1a3b0980de1dcc378a65eab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 4 marshal size 8<br> - * DISPDUType + * ____________ */ public enum DISPDUType { @@ -231,6 +231,8 @@ public enum DISPDUType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java index c19a41737f64e09611690f16b5ef2e87db3d1e16..18db21feb9031fbf09c9c0004f28f20c534eb78e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 5 marshal size 8<br> - * DISProtocolFamily + * ___________________ */ public enum DISProtocolFamily { @@ -113,6 +113,8 @@ public enum DISProtocolFamily return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java index 49ac1e694bb9475fad3ef3431f20ad76e88632c5..c38c9d2b057491280c6fc461bef87fc8cbda3f03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 3 marshal size 8<br> - * DISProtocolVersion + * ____________________ */ public enum DISProtocolVersion { @@ -101,6 +101,8 @@ public enum DISProtocolVersion return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java b/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java index d68c6ee2a197be3140fe77ead0ab19dcaa48d4f2..67a5cb6d0e18b45671517a5431ced1f7f350f18d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 296 marshal size 8<br> - * DRParametersType + * __________________ */ public enum DRParametersType { @@ -91,6 +91,8 @@ public enum DRParametersType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java index 9328f5ef6d4bb29c35b3f262b256e2300dc78d0e..8a24f159f7c10a89bdca52224e46f00d71f8dc4f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 369 marshal size 8<br> - * DataCategory + * _____________ */ public enum DataCategory { @@ -91,6 +91,8 @@ public enum DataCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java b/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java index d48bb123b9128f775a8c78c6a86da0d54107ea08..df9a57a3dde5a5f28f7454f589a341f7b87997d9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 44 marshal size 8<br> - * DeadReckoningAlgorithm + * ________________________ */ public enum DeadReckoningAlgorithm { @@ -105,6 +105,8 @@ public enum DeadReckoningAlgorithm return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java index e9ed2f1034e56ba16204be66a8bf1c963601c1e2..5069a207627b2446fccf097a569657939d86d029 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 362 marshal size 1<br> - * DeltaMode5/SAltitudePositive/NegativeIndicator + * ___________________________________________________ */ public enum DeltaMode5SAltitudePositiveNegativeIndicator { @@ -89,6 +89,8 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java index 103ff4af087fdf26d51ef94214229d89b4c9e275..4e79cb4a2314899ce3ee3b1969ea23af8e6cc55b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 81 marshal size 16<br> - * DesignatorDesignatorCode<br> + * __________________________<br> * UID table only for historical purposes. Do not add new entries */ public enum DesignatorDesignatorCode @@ -74,6 +74,10 @@ public enum DesignatorDesignatorCode return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java index 2a44eb6983c38db7392438b6218b7268d5510900..0f4c1fae329539d8f1ce930fc0c7a4f80a8ca574 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 80 marshal size 16<br> - * DesignatorSystemName + * ______________________ */ public enum DesignatorSystemName { @@ -252,6 +252,10 @@ public enum DesignatorSystemName return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java b/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java index 63a4f881ad59b335560e076fa4dbe2b319674f5c..5ac1d32e2ad5379f005e4cb7f3b833fcc8d9f050 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 62 marshal size 8<br> - * DetonationResult + * _________________ */ public enum DetonationResult { @@ -153,6 +153,8 @@ public enum DetonationResult return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java index f028ba78678ca5d9f8b14de4873e239b50e23d35..61f4f984819c4b27c7ec56b5330bd9f6c7de6348 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 300 marshal size 8<br> - * EEAttributeStateIndicator + * ____________________________ */ public enum EEAttributeStateIndicator { @@ -91,6 +91,8 @@ public enum EEAttributeStateIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java index 635707d44e67c4b2bf894ab8ccf4f90688d25277..86fff17640683b65a5c22264aa1952114f69a584 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 78 marshal size 8<br> - * ElectromagneticEmissionBeamFunction + * ______________________________________ */ public enum ElectromagneticEmissionBeamFunction { @@ -133,6 +133,8 @@ public enum ElectromagneticEmissionBeamFunction return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java index d6e84cc3afdbc2464ec18afb5bcaeb790c210a43..691dee3f02e172f17160f07af38e44300845a531 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 77 marshal size 8<br> - * ElectromagneticEmissionStateUpdateIndicator + * _______________________________________________ */ public enum ElectromagneticEmissionStateUpdateIndicator { @@ -89,6 +89,8 @@ public enum ElectromagneticEmissionStateUpdateIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java b/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java index e477375ed22ae04ead7196b4f58dc22465811d55..c8c8132bfdf51338cc83bae6d3bb1cbabfa5d859 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 75 marshal size 16<br> - * EmitterName + * ____________ */ public enum EmitterName { @@ -4070,6 +4070,10 @@ public enum EmitterName return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java index 920113308a50ba3e7b56bb3d314222ced065acf4..52da0e96dd55549a0bb87a647f6c80b71967e919 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 76 marshal size 8<br> - * EmitterSystemFunction + * _______________________ */ public enum EmitterSystemFunction { @@ -247,6 +247,8 @@ public enum EmitterSystemFunction return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java index f1f8ea3efe54bd125eee5461d0d0927024ee077a..5a8f86d6fcd6cb23ad9a6fa7866b6c3dc942a3a3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 319 marshal size 8<br> - * EntityAssociationAssociationStatus + * _____________________________________ */ public enum EntityAssociationAssociationStatus { @@ -99,6 +99,8 @@ public enum EntityAssociationAssociationStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java index d490a3847389ebd4827724a5b7b49a9e798b89ce..f9b3ebb36de0ea498b76492ee9e0640c97e14d4b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 330 marshal size 8<br> - * EntityAssociationAssociationType + * ___________________________________ */ public enum EntityAssociationAssociationType { @@ -115,6 +115,8 @@ public enum EntityAssociationAssociationType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java index 3ad9c4def4d221a606e032122dec1802d150d49a..32c24872033ecc4d1d5de6dfa225bfb5ef7d01d7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 321 marshal size 8<br> - * EntityAssociationGroupMemberType + * ____________________________________ */ public enum EntityAssociationGroupMemberType { @@ -99,6 +99,8 @@ public enum EntityAssociationGroupMemberType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java index 8f323c0c1686f221c2a1cc9d63ac5fcb89d7db86..f546f4825c802eb9abd4e661fd0a55f8c43fe2f8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 323 marshal size 8<br> - * EntityAssociationPhysicalAssociationType + * ____________________________________________ */ public enum EntityAssociationPhysicalAssociationType { @@ -141,6 +141,8 @@ public enum EntityAssociationPhysicalAssociationType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java index 93a15df39b2f26e458a836ecb056a7be5a22c08f..bef0ee8634eee5dea1f44fce2dc972cb43d87250 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 324 marshal size 8<br> - * EntityAssociationPhysicalConnectionType + * ___________________________________________ */ public enum EntityAssociationPhysicalConnectionType { @@ -111,6 +111,8 @@ public enum EntityAssociationPhysicalConnectionType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java index def68b0bd1c96a1a622de44de2ddfa7ec3741d27..7cd288737cc2c1e6f8799a745f585e701d69c764 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 55 marshal size 32<br> - * EntityCapabilities + * ___________________ */ public enum EntityCapabilityTypes { @@ -83,6 +83,10 @@ public enum EntityCapabilityTypes return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java index 1f7c415e209aa370702aa6cdb8b8786ac295683f..cf3fb18b74f0c0566bb2b17ea6160ddc92de9c30 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 314 marshal size 8<br> - * EntityDamageStatusComponentIdentification + * _____________________________________________ */ public enum EntityDamageStatusComponentIdentification { @@ -105,6 +105,8 @@ public enum EntityDamageStatusComponentIdentification return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java index 6b9b67332ee869f50a8ad1ede891c0fdc4e356aa..a68794c89a0f5060a2ad15c67a860e3effbc9548 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 7 marshal size 8<br> - * EntityKind + * ___________ */ public enum EntityKind { @@ -105,6 +105,8 @@ public enum EntityKind return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java index 5a0294a7bddaee22d3797167d1753ad990067386..7b76af38507c90e43d4ae771ebbe57701a389112 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 45 marshal size 8<br> - * EntityMarkingCharacterSet + * ____________________________ */ public enum EntityMarkingCharacterSet { @@ -93,6 +93,8 @@ public enum EntityMarkingCharacterSet return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java index e901b6211c8b265d02bb971b19a294c304870347..3b39809251c0a7dc934a731c60e07c31034722e0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 320 marshal size 8<br> - * EntityVPRecordChangeIndicator + * _________________________________ */ public enum EntityVPRecordChangeIndicator { @@ -89,6 +89,8 @@ public enum EntityVPRecordChangeIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java index 628f2771371e40fc675643d113b8e26b9d5e4a66..2b6c3fc293427224d922e9319d29f922010c33e8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 273 marshal size 8<br> - * EnvironmentRecordTypeGroups + * ______________________________ */ public enum EnvironmentRecordTypeGroups { @@ -89,6 +89,8 @@ public enum EnvironmentRecordTypeGroups return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalAppearance.java index d0938b091af2388cf07d32aeb1a9c03db2d1cc35..34129380154a0f112ee7e17093c3d9e97c627dab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalAppearance.java @@ -5,26 +5,26 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 38 marshal size 32<br> - * EnvironmentalAppearance + * ________________________ */ public class EnvironmentalAppearance extends DisBitSet { /** * Describes the density, Use {@link AppearanceEnvironmentalDensity} values for this field */ - public static Bits DENSITY = new Bits(16, 4, AppearanceEnvironmentalDensity.class); + public static Bits undef = new Bits(16, 4, AppearanceEnvironmentalDensity.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_2 = new Bits(21, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_3 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_4 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalCapabilities.java index 6277afe1ff03506be13b7df276b5d81af22ed7bf..0cc6fa8c9a8cffd9d3068aba62089b6c28bfe578 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalCapabilities.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 457 marshal size 32<br> - * EnvironmentalCapabilities + * __________________________ */ public class EnvironmentalCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_2 = new Bits(7, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessEnvironmentStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessEnvironmentStatus.java index b718e76a8ee040795c4039b6c39822c2d5e22e1d..5e25c74ff3d1e679bed69610dbce4396dea8602c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessEnvironmentStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessEnvironmentStatus.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 249 marshal size 8<br> - * EnvironmentalProcessEnvironmentStatus + * ________________________________________ */ public class EnvironmentalProcessEnvironmentStatus extends DisBitSet { /** * Indicates that the current update shall be the last update for the specified process */ - public static Bits ISLAST = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the environmental process is active or not */ - public static Bits ISACTIVE = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java index 5f86cf20380f29263bf680d622f535eff978514c..9bf91521d38561247ed3697567d6437d26973b03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 248 marshal size 8<br> - * EnvironmentalProcessModelType + * ________________________________ */ public enum EnvironmentalProcessModelType { @@ -87,6 +87,8 @@ public enum EnvironmentalProcessModelType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java index 2de4051269187b1bf5b2f2b0e83e2157cebd993f..8cc9282ebdc0917d7ebc1dc97cc1afca2c6a0cfb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 250 marshal size 32<br> - * EnvironmentalProcessRecordType + * _________________________________ */ public enum EnvironmentalProcessRecordType { @@ -108,6 +108,10 @@ public enum EnvironmentalProcessRecordType return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java index d4f13b65bf51ae9fbdd813f63d4f4d8b51ddcbb0..5c3d1f608419d7b1b1988416d910135e40e9424a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 21 marshal size 8<br> - * EnvironmentalSubcategory + * _________________________ */ public enum EnvironmentalSubcategory implements SubCategory { @@ -97,6 +97,8 @@ public enum EnvironmentalSubcategory implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java b/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java index c895d7492afacfd404a797a2e06275be14d52c52..10e9620e816afcee99d386948b3f27eac3822d2d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 73 marshal size 32<br> - * EventReportEventType + * _______________________ */ public enum EventReportEventType { @@ -108,6 +108,10 @@ public enum EventReportEventType return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java index 3e8097e6d420a8829173543bc3e802f647553c28..46cac971b4abdcc3317f1764eef740defc4bd926 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 25 marshal size 8<br> - * ExpendableAirCategory + * _______________________ */ public enum ExpendableAirCategory implements Category { @@ -109,6 +109,8 @@ public enum ExpendableAirCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAppearance.java index e9e96224a43aed4a87e3c08c1c2802a9aed8c55a..4a9fbe0dedec349763e14003ba7b4338b56cdc48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAppearance.java @@ -5,58 +5,58 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 42 marshal size 32<br> - * ExpendableAppearance + * _____________________ */ public class ExpendableAppearance extends DisBitSet { /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_2 = new Bits(5, 1); /** * Describes the status of a flares parachute, Use {@link Parachute} values for this field */ - public static Bits PARACHUTESTATUS = new Bits(7, 2, Parachute.class); + public static Bits undef_3 = new Bits(7, 2, Parachute.class); /** * Describes the color of a flares light output or the color of smoke emanating from a smoke expendable, Use {@link FlareSmokeColor} values for this field */ - public static Bits FLARE_SMOKECOLOR = new Bits(9, 3, FlareSmokeColor.class); + public static Bits undef_4 = new Bits(9, 3, FlareSmokeColor.class); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_5 = new Bits(15, 1); /** * Describes whether or not launch flash is present */ - public static Bits LAUNCHFLASHPRESENT = new Bits(16, 1); + public static Bits undef_6 = new Bits(16, 1); /** * Describes the status of a flare or smoke expendable, Use {@link FlareSmokeStatus} values for this field */ - public static Bits FLARE_SMOKESTATUS = new Bits(17, 2, FlareSmokeStatus.class); + public static Bits undef_7 = new Bits(17, 2, FlareSmokeStatus.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_8 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_9 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_10 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes the status of spot chaff, Use {@link SpotChaffStatus} values for this field */ - public static Bits SPOTCHAFFSTATUS = new Bits(24, 2, SpotChaffStatus.class); + public static Bits undef_11 = new Bits(24, 2, SpotChaffStatus.class); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_12 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableCapabilities.java index 33e8b90aea5929387251ce7f218f5bf9679bd019..993781f5f3754e0b5ee3104bbb874b6f100d7e38 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableCapabilities.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 461 marshal size 32<br> - * ExpendableCapabilities + * _______________________ */ public class ExpendableCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java index f09f785640331c9f2b87b1a31f2accb4557283e1..5521b101c4011fd1ab8cc971914e081d9272e63e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 27 marshal size 8<br> - * ExpendableSubsurfaceCategory + * ______________________________ */ public enum ExpendableSubsurfaceCategory implements Category { @@ -99,6 +99,8 @@ public enum ExpendableSubsurfaceCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java index 40093d8e23a6e740addcecd4df691341b0c2c36f..bbae3f86ce1b7964ba359c625b4f7f98bcadcc52 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 26 marshal size 8<br> - * ExpendableSurfaceCategory + * ___________________________ */ public enum ExpendableSurfaceCategory implements Category { @@ -99,6 +99,8 @@ public enum ExpendableSurfaceCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java index d355f084dc0a0141b3e00f29bdea20b4da340ffd..f0b7e5f0eb3e589cb2150d27009ecd7a03eaa33e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 310 marshal size 16<br> - * ExplosiveMaterialCategories + * _____________________________ */ public enum ExplosiveMaterialCategories { @@ -160,6 +160,10 @@ public enum ExplosiveMaterialCategories return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java index fc3a549daefb5172732eff0dad33754bcfeca0b0..1223f970a7ea09b68cd2435cf3c86a499dcc1c68 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 309 marshal size 8<br> - * ExplosiveMaterialGroups + * _________________________ */ public enum ExplosiveMaterialGroups { @@ -99,6 +99,8 @@ public enum ExplosiveMaterialGroups return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java index 0c44291fdc0ea67152442105773cf48a055d536d..cd81555e04eb2cb051e0db0a64396d5a86f108a4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 402 marshal size 3<br> - * Flare/SmokeColor + * _________________ */ public enum FlareSmokeColor { @@ -93,6 +93,8 @@ public enum FlareSmokeColor return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java index 79d88a088fdb11c2086b78034126037caff0f93a..f243f0224f1cbfa749d9caac8fd182fff24ef4d6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 403 marshal size 2<br> - * Flare/SmokeStatus + * __________________ */ public enum FlareSmokeStatus { @@ -91,6 +91,8 @@ public enum FlareSmokeStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java b/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java index 310d5bba4a72de9bac2a7fb6606ebdb97baf1e60..d62d6ae95fcaac0793873481faa626b02ef4df6e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 6 marshal size 8<br> - * ForceID + * ________ */ public enum ForceID { @@ -147,6 +147,8 @@ public enum ForceID return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java b/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java index 93016c215defd65b72ed1c9856b50363b7f87ae3..f1f0c6958fe2d8fbfa2c955f2452ef21b081f137 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 363 marshal size 5<br> - * FormatType + * ___________ */ public enum FormatType { @@ -113,6 +113,8 @@ public enum FormatType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java b/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java index 1e314e16e053e94588807af8048c04411db728e4..b959d20771bc7302cb2ccd79eb9abd89e6ad6361 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 329 marshal size 8<br> - * FuelLocation + * _____________ */ public enum FuelLocation { @@ -87,6 +87,8 @@ public enum FuelLocation return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java b/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java index 93472c51113c568c5a1f622985bde7fa0367d2e4..3cce985e89015e8fea5bd3be8cbf16eff3e09e8c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 328 marshal size 8<br> - * FuelMeasurementUnits + * ______________________ */ public enum FuelMeasurementUnits { @@ -91,6 +91,8 @@ public enum FuelMeasurementUnits return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java b/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java index 18d7c08b70b8d9c9d06b999460dfe5cbb7f76cea..f6bd482ed903b2a127c6afca39ea0f8345fc80df 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 377 marshal size 8<br> - * GridAxisDescriptorAxisType + * ______________________________ */ public enum GridAxisDescriptorAxisType { @@ -89,6 +89,8 @@ public enum GridAxisDescriptorAxisType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java index a1a75f8fece28a6e9c68f31eb5ef9b5491ea0ff2..6e7a21b26eda5a4d45f8fe5eeeb278aef58dd39d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 245 marshal size 8<br> - * GriddedDataConstantGrid + * __________________________ */ public enum GriddedDataConstantGrid { @@ -89,6 +89,8 @@ public enum GriddedDataConstantGrid return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java index a290b4b9bfbec0f463ef8ca6fa31809bb2c88991..25623c55797a1f2828d3ad02c10cb6e5d5640ddf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 244 marshal size 16<br> - * GriddedDataCoordinateSystem + * ______________________________ */ public enum GriddedDataCoordinateSystem { @@ -78,6 +78,10 @@ public enum GriddedDataCoordinateSystem return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java index 342367e43d2e43114310095f58cbd76a2b5477e7..0166c26bfc0e7aba0769a2d015897041802ff2b4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 247 marshal size 16<br> - * GriddedDataDataRepresentation + * ________________________________ */ public enum GriddedDataDataRepresentation { @@ -76,6 +76,10 @@ public enum GriddedDataDataRepresentation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java index 4a44d2710177b84faa42fd4c1e3a6bbafa731090..f9cefc8cf4cafa5c75fab2eeb25b02256aac3dde 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 243 marshal size 16<br> - * GriddedDataFieldNumber + * _________________________ */ public enum GriddedDataFieldNumber { @@ -72,6 +72,10 @@ public enum GriddedDataFieldNumber return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java index a67db49640d33c5ce4b9976d17ed9ca45558dc3e..ebac276d856dd1a91e109f63780028cbf306d285 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 246 marshal size 16<br> - * GriddedDataSampleType + * ________________________ */ public enum GriddedDataSampleType { @@ -72,6 +72,10 @@ public enum GriddedDataSampleType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java b/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java index 36497c3182d98726e19024cfabbcea694e6cfdff..4209b4c31890564ee33b2d3532a75c322c91a6b4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 79 marshal size 8<br> - * HighDensityTrack/Jam + * ______________________ */ public enum HighDensityTrackJam { @@ -89,6 +89,8 @@ public enum HighDensityTrackJam return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java index c5e8d981a37dcc0e9bd5076585121f074c34eb76..23113a144ef86e4f7d93ab0ffb74971cfd224ecc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 297 marshal size 8<br> - * HighFidelityHAVEQUICKTODTransmitIndicator + * _______________________________________________ */ public enum HighFidelityHAVEQUICKTODTransmitIndicator { @@ -89,6 +89,8 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java index 63ca7072d548b7dc1ff2d5b5d63135485cab4398..ed38c13394227271e33c5e76d73cf08d73a65a5d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 96 marshal size 8<br> - * IFFAlternateMode4Challenge/Reply + * ____________________________________ */ public enum IFFAlternateMode4ChallengeReply { @@ -95,6 +95,8 @@ public enum IFFAlternateMode4ChallengeReply return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java index ece0b271de8f8322b804a33dfd5797e09bf74b63..103c6b243129eae7ab4c8b480d5f0342f7cf902a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 339 marshal size 8<br> - * IFFApplicableModes + * ____________________ */ public enum IFFApplicableModes { @@ -89,6 +89,8 @@ public enum IFFApplicableModes return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java index ea6a594960caf1989f3a7ab70d7457d29ddf493b..84fdaf464a463a9e99d5b5a150d611d40c12c43d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 360 marshal size 1<br> - * IFFDataRecordAvailable + * _________________________ */ public enum IFFDataRecordAvailable { @@ -89,6 +89,8 @@ public enum IFFDataRecordAvailable return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java index 4f1f72be41e7747920044df88e664db265cbe0ed..6d7ee3fd6f8744fe77cfe3392b00d985a4463b10 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 87 marshal size 8<br> - * IFFLayerSpecificInformation + * ______________________________ */ public enum IFFLayerSpecificInformation { @@ -87,6 +87,8 @@ public enum IFFLayerSpecificInformation return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java index d907fef02425b5b305c3b2bfca15dbec16c6b4e4..6292bdcea6ae61fcb951a0d13c05cd2403d27bc5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 338 marshal size 1<br> - * IFFSimulationMode + * ___________________ */ public enum IFFSimulationMode { @@ -89,6 +89,8 @@ public enum IFFSimulationMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java index 911e6c297318d727c833591b8a001a2621aa814e..5ffb541f65439b8c5679c028757fc8048c9f1f3b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 84 marshal size 8<br> - * IFFSystemMode + * _______________ */ public enum IFFSystemMode { @@ -97,6 +97,8 @@ public enum IFFSystemMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java index 26e06064d429b21bc551b869b30517d7d691707c..b09adb1437f14c4975ed11e8f304a8c3fc1cf03e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 83 marshal size 16<br> - * IFFSystemName + * _______________ */ public enum IFFSystemName { @@ -108,6 +108,10 @@ public enum IFFSystemName return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java index a3c75a1397e934f6800ad7d6c0fead73201831b8..43f5dbc8d6e82323c2fa82fff99a16e8be0203f8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 82 marshal size 16<br> - * IFFSystemType + * _______________ */ public enum IFFSystemType { @@ -100,6 +100,10 @@ public enum IFFSystemType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java index e809c92f806dae0042a209f2482f29a4fd131458..ef5e8afaf434f62c682887d5b543aa969e55ea5d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 97 marshal size 8<br> - * IFFSystemType1OperationalParameter1 + * _________________________________________ */ public enum IFFSystemType1OperationalParameter1 { @@ -87,6 +87,8 @@ public enum IFFSystemType1OperationalParameter1 return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java index dcf051c3ba55e6114149061469b5f6654ddf3459..8908ba55eb69faa6bd7ad71a5df3542379774d6b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 98 marshal size 8<br> - * IFFSystemType1OperationalParameter2 + * _________________________________________ */ public enum IFFSystemType1OperationalParameter2 { @@ -87,6 +87,8 @@ public enum IFFSystemType1OperationalParameter2 return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java index 26fab6d44f74d657046567f0f075ad3d1dbd7722..2ddc009149659c22889b0ce84ee14acccc922f30 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 288 marshal size 16<br> - * IOActionIOActionPhase + * _________________________ */ public enum IOActionIOActionPhase { @@ -84,6 +84,10 @@ public enum IOActionIOActionPhase return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java index 29c0ae4665f40bfd880b55b4e7afb6d36e28391a..4bc81a0dca98cb3f8e1841648498184a6e37e5a7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 287 marshal size 16<br> - * IOActionIOActionType + * ________________________ */ public enum IOActionIOActionType { @@ -76,6 +76,10 @@ public enum IOActionIOActionType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java index 46aa5726c0059c5e7593a5435874e7c8d02c9dfd..16a3aff9afc3a88e50c51a039d9af5693eb70b18 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 286 marshal size 16<br> - * IOActionIOSimulationSource<br> + * ______________________________<br> * Values 1-999 are reserved for United States IO Simulation Sources - See applicable agreement of the organizers of the event (training, exercise, etc.) in which information operations is included. */ public enum IOActionIOSimulationSource @@ -74,6 +74,10 @@ public enum IOActionIOSimulationSource return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java index 57e8b6baa574ca533dde5ab9d1f6f50bd41ff350..b9f88209cc159d8ea8ecd688d4784ad2fa1b4a42 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 285 marshal size 16<br> - * IOActionIOWarfareType + * _________________________ */ public enum IOActionIOWarfareType { @@ -84,6 +84,10 @@ public enum IOActionIOWarfareType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java index 6921d72e16234f604f80d0203d048fb094e7e94b..5c53cc9534a91c119caa17da2f7120c69ccf83fd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 294 marshal size 8<br> - * IOCommsNodeRecordCommsNodeType + * ____________________________________ */ public enum IOCommsNodeRecordCommsNodeType { @@ -93,6 +93,8 @@ public enum IOCommsNodeRecordCommsNodeType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java index ee002604324365392992dfef87d7914a47dcbdc1..a3d497da3f817c5456bc39b54591c99e032034f4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 292 marshal size 8<br> - * IOEffectsRecordIOEffect + * ___________________________ */ public enum IOEffectsRecordIOEffect { @@ -95,6 +95,8 @@ public enum IOEffectsRecordIOEffect return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java index facc033ceefd4e497bc4ccd52ff895428c226134..6d2b0a9db4da300e241276843be821ea321ed92f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 291 marshal size 8<br> - * IOEffectsRecordIOLinkType + * ______________________________ */ public enum IOEffectsRecordIOLinkType { @@ -93,6 +93,8 @@ public enum IOEffectsRecordIOLinkType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java index 4bf40f3a54dcfbd39c8881d507365d467c5d9dc0..96f7898ab16378fa65656404af77c16bc87e2eec 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 293 marshal size 16<br> - * IOEffectsRecordIOProcess + * ____________________________ */ public enum IOEffectsRecordIOProcess { @@ -72,6 +72,10 @@ public enum IOEffectsRecordIOProcess return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java index c61b5ab6b33a8bce6b2d9ee76e566f654cc9f1a3..6a2ec04873a407d9136ae78822a82addf9326cc9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 290 marshal size 8<br> - * IOEffectsRecordIOStatus + * ___________________________ */ public enum IOEffectsRecordIOStatus { @@ -101,6 +101,8 @@ public enum IOEffectsRecordIOStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java index acb75c66bc039dd142ad044dba5514c305bd45f8..0a6d6ea1101365ca2ca7fc038bfef477af96fe56 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 289 marshal size 8<br> - * IOReportIOReportType + * ________________________ */ public enum IOReportIOReportType { @@ -93,6 +93,8 @@ public enum IOReportIOReportType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java b/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java index 3d1076627de2f62ccde291f07919b56f7e2bd2bc..5940e2f67045eece1561284e87dab83e26c9b34c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 349 marshal size 8<br> - * ISLSAntennaType + * _________________ */ public enum ISLSAntennaType { @@ -89,6 +89,8 @@ public enum ISLSAntennaType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java index 667bd35b973f30b7aa23500f061392daa09c1574..f98e9069ccf59823fe5c0f50ef4817e89b88333d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 182 marshal size 8<br> - * IntercomControlCommand + * ________________________ */ public enum IntercomControlCommand { @@ -99,6 +99,8 @@ public enum IntercomControlCommand return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java index 50c908b640d9e6a075cf8fbd2dfb1cec6783a744..cabc80590028a923d30b23271a334f332810c860 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 416 marshal size 1<br> - * IntercomControlCommunicationsClass + * _____________________________________ */ public enum IntercomControlCommunicationsClass { @@ -89,6 +89,8 @@ public enum IntercomControlCommunicationsClass return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java index f235d7a506a803f22e703bb5a3a14f6fac132e5b..8eb1fecdab1a93fc27dfbbb00f79147ab4fe67e2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 181 marshal size 7<br> - * IntercomControlCommunicationsType + * ____________________________________ */ public enum IntercomControlCommunicationsType { @@ -95,6 +95,8 @@ public enum IntercomControlCommunicationsType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java index f8f2d6ff9da90ad2d77d67a4a4aa21dd22384644..cc15b058bb0ff6838c5b1aeb992cd249a15f0c2c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 180 marshal size 8<br> - * IntercomControlControlType + * _____________________________ */ public enum IntercomControlControlType { @@ -97,6 +97,8 @@ public enum IntercomControlControlType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java index 77f4bdf893bd6661a70cb428d7eb6cc96621f3f7..ff565a4ea8cbd99564b39029ec82ba64a7e41369 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 184 marshal size 8<br> - * IntercomControlDestinationLineStateCommand + * _______________________________________________ */ public enum IntercomControlDestinationLineStateCommand { @@ -93,6 +93,8 @@ public enum IntercomControlDestinationLineStateCommand return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java index 40001de670e7ae2724b1ea4763deae2bb9b58783..2f846d0f0cf41161508b5b6973d87a9781b3211c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 185 marshal size 16<br> - * IntercomControlRecordType + * ____________________________ */ public enum IntercomControlRecordType { @@ -76,6 +76,10 @@ public enum IntercomControlRecordType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java index 243b5ec5011d3e07aa6cfa9d35620c19bb4d8f4d..2a33ce9b264fcb89a393854a99c7b38a4c39a667 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 183 marshal size 8<br> - * IntercomControlTransmitLineState + * ____________________________________ */ public enum IntercomControlTransmitLineState { @@ -91,6 +91,8 @@ public enum IntercomControlTransmitLineState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java index db678185af1ff91c2e44875f580f255ef3454f68..96e8eff519f67c6fcb0e11348a701f587d09843c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 213 marshal size 8<br> - * IsGroupOfGroupedEntityCategory + * _________________________________ */ public enum IsGroupOfGroupedEntityCategory implements Category { @@ -105,6 +105,8 @@ public enum IsGroupOfGroupedEntityCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java index 3b18c405459176f54d91c714ce4e81776e5e5842..3f7724e66e7a7132bd8073e143d8677b7626a07b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 214 marshal size 8<br> - * IsGroupOfRestStatus + * _____________________ */ public enum IsGroupOfRestStatus { @@ -103,6 +103,8 @@ public enum IsGroupOfRestStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java index 8031de2b1a5ff6830b6308d6989ecb452c4cffc8..c513acc0a1894e87eecf90a4aca16176739a5f69 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 210 marshal size 16<br> - * IsPartOfNature + * _______________ */ public enum IsPartOfNature { @@ -92,6 +92,10 @@ public enum IsPartOfNature return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java index f2792df6f9b7d2e1457e14e44bfe02e9dbcf5747..842343f949a69356477803300edea60b9455a719 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 211 marshal size 16<br> - * IsPartOfPosition + * _________________ */ public enum IsPartOfPosition { @@ -76,6 +76,10 @@ public enum IsPartOfPosition return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java index 36c816cc5b9c22cb355aff4586a5a10ad7b6d873..e27f6eafc6e245206a98b593aa2443d50b5e7756 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 212 marshal size 16<br> - * IsPartOfStationName + * _____________________ */ public enum IsPartOfStationName { @@ -116,6 +116,10 @@ public enum IsPartOfStationName return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java index e8ca6a8e54752bfc25784d2e5c6b38adfffa3259..3a09cac7a374191808e6d9a0d2254115f7b788fd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 715 marshal size 16<br> - * IslandSubcategory + * __________________ */ public enum IslandSubcategory implements SubCategory { @@ -84,6 +84,10 @@ public enum IslandSubcategory implements SubCategory return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java index 4d6a89bfcd5b562879b0be79606fddd5e2feb4bd..06b7db7288a3fbc160a8793b7f0646a9d03f46a1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 175 marshal size 8<br> - * JTIDS/MIDSModulationParametersSynchronizationState + * ______________________________________________________ */ public enum JTIDSMIDSModulationParametersSynchronizationState { @@ -93,6 +93,8 @@ public enum JTIDSMIDSModulationParametersSynchronizationState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java index b5f56c27653d81ecbb5eb084520b99d939cc07e3..dac791cc43d4aa0b1085be8ea94aee4563b4d4fe 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 173 marshal size 8<br> - * JTIDS/MIDSModulationParametersTransmittingTerminalPrimaryMode + * ___________________________________________________________________ */ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode { @@ -89,6 +89,8 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java index 066547dbaeebc2e5b882b5e0a75a4016ba4705e1..b524db5adc23cddacf8aa1544699e0921b8c9e83 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 174 marshal size 8<br> - * JTIDS/MIDSModulationParametersTransmittingTerminalSecondaryMode + * _____________________________________________________________________ */ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode { @@ -93,6 +93,8 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformAppearance.java index bad33ca52fa45ef2ff204c9f251724df9136722a..65e231454b08f86f4ad06d9f0ff3d2556589ec3f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformAppearance.java @@ -5,114 +5,114 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 31 marshal size 32<br> - * LandPlatformAppearance + * ________________________ */ public class LandPlatformAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits MOBILITYKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether it can fire weapons */ - public static Bits FIREPOWERKILLED = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_4 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_5 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * Describes the size of the dust cloud trailing effect, Use {@link AppearanceTrailingEffects} values for this field */ - public static Bits TRAILINGDUSTCLOUD = new Bits(7, 2, AppearanceTrailingEffects.class); + public static Bits undef_7 = new Bits(7, 2, AppearanceTrailingEffects.class); /** * Describes whether the primary hatch is open or closed and whether someone is visible, Use {@link AppearanceHatch} values for this field */ - public static Bits PRIMARYHATCH = new Bits(9, 3, AppearanceHatch.class); + public static Bits undef_8 = new Bits(9, 3, AppearanceHatch.class); /** * Describes whether head lights are on or off */ - public static Bits HEADLIGHTSON = new Bits(12, 1); + public static Bits undef_9 = new Bits(12, 1); /** * Describes whether tail lights are on or off */ - public static Bits TAILLIGHTSON = new Bits(13, 1); + public static Bits undef_10 = new Bits(13, 1); /** * Describes whether brake lights are on or off */ - public static Bits BRAKELIGHTSON = new Bits(14, 1); + public static Bits undef_11 = new Bits(14, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_12 = new Bits(15, 1); /** * Describes the status of the mechanism required for the platform to be operational, such as the elevated status of the primary launcher, Use {@link AppearanceLauncherOperational} values for this field */ - public static Bits LAUNCHER_OPERATIONAL = new Bits(16, 1, AppearanceLauncherOperational.class); + public static Bits undef_13 = new Bits(16, 1, AppearanceLauncherOperational.class); /** * Describes the camouflage color, Use {@link AppearanceCamouflageType} values for this field */ - public static Bits CAMOUFLAGETYPE = new Bits(17, 2, AppearanceCamouflageType.class); + public static Bits undef_14 = new Bits(17, 2, AppearanceCamouflageType.class); /** * Describes the type of concealment, Use {@link AppearanceConcealedPosition} values for this field */ - public static Bits CONCEALEDPOSITION = new Bits(19, 1, AppearanceConcealedPosition.class); + public static Bits undef_15 = new Bits(19, 1, AppearanceConcealedPosition.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_16 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_17 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_18 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether or not the tent is extended */ - public static Bits TENTEXTENDED = new Bits(24, 1); + public static Bits undef_19 = new Bits(24, 1); /** * Describes whether or not the ramp is extended */ - public static Bits RAMPEXTENDED = new Bits(25, 1); + public static Bits undef_20 = new Bits(25, 1); /** * Describes whether blackout lights are on or off */ - public static Bits BLACKOUTLIGHTSON = new Bits(26, 1); + public static Bits undef_21 = new Bits(26, 1); /** * Describes whether blackout brake lights are on or off */ - public static Bits BLACKOUTBRAKELIGHTSON = new Bits(27, 1); + public static Bits undef_22 = new Bits(27, 1); /** * Describes whether spot/search light #1 is on or off */ - public static Bits SPOT_SEARCHLIGHT1ON = new Bits(28, 1); + public static Bits undef_23 = new Bits(28, 1); /** * Describes whether interior lights (forward) are on or off */ - public static Bits INTERIORLIGHTSFORWARDON = new Bits(29, 1); + public static Bits undef_24 = new Bits(29, 1); /** * Describes whether or not the vehicle occupants have surrendered */ - public static Bits OCCUPANTSSURRENDERED = new Bits(30, 1); + public static Bits undef_25 = new Bits(30, 1); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_26 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformCapabilities.java index 741624e573ae681eafb37b13608c14107428fb05..e94901be6ff50a7dccbb11a7b7033d48bb9cc03b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LandPlatformCapabilities.java @@ -5,42 +5,42 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 450 marshal size 32<br> - * LandPlatformCapabilities + * __________________________ */ public class LandPlatformCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_7 = new Bits(7, 1); /** * The Entity (normally a virtual manned module) can be task organized into an existing mixed mode unit (where mixed mode is intended to comprise a combination of computer-generated forces and virtual or even live forces). */ - public static Bits TASKORGANIZABLE = new Bits(8, 1); + public static Bits undef_8 = new Bits(8, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java b/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java index b34595f2bc4cca9145e7ee25f9cd857269cded9c..21ee37839d24023dc45bbc0ddc0a91cf661de679 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 509 marshal size 2<br> - * LeafCoverage + * _____________ */ public enum LeafCoverage { @@ -89,6 +89,8 @@ public enum LeafCoverage return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java index e33436c4d65ee30f5a1893252a577ae29cfb95ff..3ccf95239fe7f6cf441026b69a673ef38c3ba641 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 353 marshal size 1<br> - * Level2SquitterStatus + * _______________________ */ public enum Level2SquitterStatus { @@ -89,6 +89,8 @@ public enum Level2SquitterStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java index 0c2343fcbf603ed6d7cb3b1afffaf7465cb4e916..5f0d5638dc552e0953b8452897e6e9f14fd6845d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 478 marshal size 8<br> - * LifeFormAirCategories + * ________________________ */ public enum LifeFormAirCategories { @@ -88,6 +88,8 @@ public enum LifeFormAirCategories return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java deleted file mode 100644 index 36d1366aa82d0d82905aed14eef65685b62349db..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java +++ /dev/null @@ -1,124 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 501 marshal size 8<br> - * LifeFormCategoriesAfghanistan - */ -public enum LifeFormCategoriesAfghanistan -{ - /** Afghan National Army (ANA) */ - AFGHAN_NATIONAL_ARMY_ANA (11, "Afghan National Army (ANA)"), - /** Afghan Air Force (AAF) */ - AFGHAN_AIR_FORCE_AAF (13, "Afghan Air Force (AAF)"), - /** National Directorate of Security (NDS) */ - NATIONAL_DIRECTORATE_OF_SECURITY_NDS (51, "National Directorate of Security (NDS)"), - /** Afghan National Police (ANP) */ - AFGHAN_NATIONAL_POLICE_ANP (52, "Afghan National Police (ANP)"), - /** Afghan Border Police (ABP) */ - AFGHAN_BORDER_POLICE_ABP (53, "Afghan Border Police (ABP)"), - /** Afghan National Civil Order Police (ANCOP) */ - AFGHAN_NATIONAL_CIVIL_ORDER_POLICE_ANCOP (54, "Afghan National Civil Order Police (ANCOP)"), - /** Afghan Public Protection Force (APPF) */ - AFGHAN_PUBLIC_PROTECTION_FORCE_APPF (55, "Afghan Public Protection Force (APPF)"), - /** Non-Military National Government Agencies */ - NON_MILITARY_NATIONAL_GOVERNMENT_AGENCIES (70, "Non-Military National Government Agencies"), - /** Terrorist Combatant */ - TERRORIST_COMBATANT (101, "Terrorist Combatant"), - /** Humanitarian Organizations */ - HUMANITARIAN_ORGANIZATIONS (120, "Humanitarian Organizations"), - /** Red Crescent */ - RED_CRESCENT (121, "Red Crescent"), - /** Civilian */ - CIVILIAN (130, "Civilian"), - /** Press */ - PRESS (133, "Press"); - - private int value; - private final String description; - - LifeFormCategoriesAfghanistan(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static LifeFormCategoriesAfghanistan getEnumForValue(int i) - { - for(LifeFormCategoriesAfghanistan val: LifeFormCategoriesAfghanistan.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration LifeFormCategoriesAfghanistan"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static LifeFormCategoriesAfghanistan unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static LifeFormCategoriesAfghanistan unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "LifeFormCategoriesAfghanistan: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java index ca112c352147eefd91a3c1e6c1a970a35454180a..f788c450643a300e8eb88a5b1e0e66c9d19755c9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 476 marshal size 8<br> - * LifeFormCategoriesU.S. + * _________________________ */ public enum LifeFormCategoriesUS { @@ -127,6 +127,8 @@ public enum LifeFormCategoriesUS return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java index 2adfd514f7249738193a941c7199c4907a08e3e0..435244593a5e35850fc1752f4c569f161d74dc4c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 477 marshal size 8<br> - * LifeFormExtraPersonalData<br> + * _____________________________<br> * The 1s digit is reserved for Race/Ethnicity and the enumerations are taken from the U.S. OMB. The 10s digit is reserved for general age group. The 100s digit is reserved for gender, where 0 is Male and 1 is Female. */ public enum LifeFormExtraPersonalData @@ -163,6 +163,8 @@ public enum LifeFormExtraPersonalData return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java index dc12507a3968025a5cac3bab0b3f9cd5c4d3c37f..26283353981090d7cdcfaa5c9b9b0fd65aa55cbf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 510 marshal size 8<br> - * LifeFormHumanSpecificAntiMaterielRifles + * _____________________________________________ */ public enum LifeFormHumanSpecificAntiMaterielRifles { @@ -91,6 +91,8 @@ public enum LifeFormHumanSpecificAntiMaterielRifles return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java index 514019c4bce5a1a418a003980cf9ef0ba41ba7ba..a3697be9d1853275aa8705ab6c869f778447a931 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 519 marshal size 8<br> - * LifeFormHumanSpecificAntiTankMissiles + * ___________________________________________ */ public enum LifeFormHumanSpecificAntiTankMissiles { @@ -233,6 +233,8 @@ public enum LifeFormHumanSpecificAntiTankMissiles return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java index 5311092541e4f00a7b4a48f4418f2195aaf55b5b..551986d608e2788038e60ab052a3095390431e39 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 518 marshal size 8<br> - * LifeFormHumanSpecificAntiTankRockets + * __________________________________________ */ public enum LifeFormHumanSpecificAntiTankRockets { @@ -223,6 +223,8 @@ public enum LifeFormHumanSpecificAntiTankRockets return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java index 33ac01b05918bdb8613537f4a6bcac315fde5841..9e1fac789f4013075c349387417c52b07e25882d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 474 marshal size 8<br> - * LifeFormHumanSpecificAssaultRifles + * _______________________________________ */ public enum LifeFormHumanSpecificAssaultRifles { @@ -205,6 +205,8 @@ public enum LifeFormHumanSpecificAssaultRifles return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java index a59514d500581a0f3ef81abf628ef6aca06d2f48..d5ac2d6585ffbe1771d6a8f6eaf24370d66f4d33 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 524 marshal size 8<br> - * LifeFormHumanSpecificDroneGuns + * ___________________________________ */ public enum LifeFormHumanSpecificDroneGuns { @@ -91,6 +91,8 @@ public enum LifeFormHumanSpecificDroneGuns return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java index 5dd1b4b4e13429ad4434e98d1edb77e654b5c955..abef5b5a34534f765088c41a6fb347d37882c469 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 505 marshal size 8<br> - * LifeFormHumanSpecificEquipmentClass + * ________________________________________ */ public enum LifeFormHumanSpecificEquipmentClass { @@ -95,6 +95,8 @@ public enum LifeFormHumanSpecificEquipmentClass return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java index 766f304e0da3f313661c9c01c0a613ea6f265611..5be3ae31339002fb3a57976d5bcb4b8fab5eef31 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 522 marshal size 8<br> - * LifeFormHumanSpecificFlameRockets + * ______________________________________ */ public enum LifeFormHumanSpecificFlameRockets { @@ -99,6 +99,8 @@ public enum LifeFormHumanSpecificFlameRockets return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java index 866585074b27cce0ffe193efa9d4b41328a41e93..07d9041334376b21159344fd6fc6365d2dbdf720 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 523 marshal size 8<br> - * LifeFormHumanSpecificFlameThrowers + * _______________________________________ */ public enum LifeFormHumanSpecificFlameThrowers { @@ -115,6 +115,8 @@ public enum LifeFormHumanSpecificFlameThrowers return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java index c0eacf0e020f651ce41098d1800c7ad806a7137e..ffc0a211b4cb9ec239c1a1a13e83b97820d16a95 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 515 marshal size 8<br> - * LifeFormHumanSpecificGrenadeLaunchers + * __________________________________________ */ public enum LifeFormHumanSpecificGrenadeLaunchers { @@ -167,6 +167,8 @@ public enum LifeFormHumanSpecificGrenadeLaunchers return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java index 405cd3dc0882cc2506340ab33769a3ac83ee8bd6..40e8d56147658b3c1c6790b4ca169a07e5d65afd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 517 marshal size 8<br> - * LifeFormHumanSpecificGrenadeLaunchingMachineGun + * ______________________________________________________ */ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun { @@ -125,6 +125,8 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java index 57f025c9c172603ea387db67dc290c027191fa50..db99017f5d6b5594e28ffbb49cb6e1c985a4c080 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 513 marshal size 8<br> - * LifeFormHumanSpecificHandGuns + * __________________________________ */ public enum LifeFormHumanSpecificHandGuns { @@ -115,6 +115,8 @@ public enum LifeFormHumanSpecificHandGuns return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java index 6a0c432705f488307ea77f0b64a99288173170ff..a98930e481ef8f547709efe8729f83338f25815b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 475 marshal size 8<br> - * LifeFormHumanSpecificHighPowerRifles + * __________________________________________ */ public enum LifeFormHumanSpecificHighPowerRifles { @@ -105,6 +105,8 @@ public enum LifeFormHumanSpecificHighPowerRifles return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java deleted file mode 100644 index 6b4d05adca6ac328a5c533610ab0715759750085..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java +++ /dev/null @@ -1,102 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 527 marshal size 8<br> - * LifeFormHumanSpecificLasersClass - */ -public enum LifeFormHumanSpecificLasersClass -{ - /** Generic Laser Designator */ - GENERIC_LASER_DESIGNATOR (1, "Generic Laser Designator"), - /** Generic Laser Pointer */ - GENERIC_LASER_POINTER (2, "Generic Laser Pointer"); - - private int value; - private final String description; - - LifeFormHumanSpecificLasersClass(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static LifeFormHumanSpecificLasersClass getEnumForValue(int i) - { - for(LifeFormHumanSpecificLasersClass val: LifeFormHumanSpecificLasersClass.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificLasersClass"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static LifeFormHumanSpecificLasersClass unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static LifeFormHumanSpecificLasersClass unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "LifeFormHumanSpecificLasersClass: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java deleted file mode 100644 index 0d5ff23052111b18a0061f635d0c20312b85651a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java +++ /dev/null @@ -1,100 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 525 marshal size 8<br> - * LifeFormHumanSpecificLogisticsEQClass - */ -public enum LifeFormHumanSpecificLogisticsEQClass -{ - /** Sling Load Pendant */ - SLING_LOAD_PENDANT (1, "Sling Load Pendant"); - - private int value; - private final String description; - - LifeFormHumanSpecificLogisticsEQClass(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static LifeFormHumanSpecificLogisticsEQClass getEnumForValue(int i) - { - for(LifeFormHumanSpecificLogisticsEQClass val: LifeFormHumanSpecificLogisticsEQClass.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificLogisticsEQClass"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static LifeFormHumanSpecificLogisticsEQClass unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static LifeFormHumanSpecificLogisticsEQClass unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "LifeFormHumanSpecificLogisticsEQClass: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java index 0e84d3de1079779bb64619ee03a404601d0c1844..92e5b5b146a8c4d9609a646d546dbd29e5eb7028 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 516 marshal size 8<br> - * LifeFormHumanSpecificMachineGuns + * _____________________________________ */ public enum LifeFormHumanSpecificMachineGuns { @@ -259,6 +259,8 @@ public enum LifeFormHumanSpecificMachineGuns return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java index 1f3aa97d5b6f37003f942f93cf55a91c931286dc..a7a016a6fe3ee0a23a9ba17ebcc5cffdca7f0494 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 520 marshal size 8<br> - * LifeFormHumanSpecificManPortableAirDefenseSystem + * ________________________________________________________ */ public enum LifeFormHumanSpecificManPortableAirDefenseSystem { @@ -131,6 +131,8 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java index d21f3e68f6ecc4ead4194150abc3d1d89bf82ff3..a65f088e534d2fbcb6ec3b29f124c376cc472501 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 512 marshal size 8<br> - * LifeFormHumanSpecificMortars + * ________________________________ */ public enum LifeFormHumanSpecificMortars { @@ -95,6 +95,8 @@ public enum LifeFormHumanSpecificMortars return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java deleted file mode 100644 index 78d3c2f373c2d1b2926d5e1ed85e6eb5e655f767..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java +++ /dev/null @@ -1,100 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 526 marshal size 8<br> - * LifeFormHumanSpecificPersonalElectronicsClass - */ -public enum LifeFormHumanSpecificPersonalElectronicsClass -{ - /** Cell Phone */ - CELL_PHONE (1, "Cell Phone"); - - private int value; - private final String description; - - LifeFormHumanSpecificPersonalElectronicsClass(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static LifeFormHumanSpecificPersonalElectronicsClass getEnumForValue(int i) - { - for(LifeFormHumanSpecificPersonalElectronicsClass val: LifeFormHumanSpecificPersonalElectronicsClass.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificPersonalElectronicsClass"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static LifeFormHumanSpecificPersonalElectronicsClass unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static LifeFormHumanSpecificPersonalElectronicsClass unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "LifeFormHumanSpecificPersonalElectronicsClass: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java index fbb4e39a057ead2685853c18000b02217f4418dc..ce223d08c54f4678cac9bfaaf9517efe7a7c9dd2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 521 marshal size 8<br> - * LifeFormHumanSpecificRecoillessRifles + * __________________________________________ */ public enum LifeFormHumanSpecificRecoillessRifles { @@ -143,6 +143,8 @@ public enum LifeFormHumanSpecificRecoillessRifles return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java index 79cdf02b7fe2d8c404a08be88083370ff1c54a73..eb7024f369511cd96485d885727477925fe03e4d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 511 marshal size 8<br> - * LifeFormHumanSpecificShotGuns + * __________________________________ */ public enum LifeFormHumanSpecificShotGuns { @@ -363,6 +363,8 @@ public enum LifeFormHumanSpecificShotGuns return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java index 0be58b81f93f7a922ff1d3183190b7a698dce2cc..f1b0a0cd0491ac26d25b399f88e98fa763ea1236 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 481 marshal size 8<br> - * LifeFormHumanSpecificSniper + * _______________________________ */ public enum LifeFormHumanSpecificSniper { @@ -139,6 +139,8 @@ public enum LifeFormHumanSpecificSniper return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java index 97e1d4812c96aa6d1a5246febc30ead51cc67ae1..e995b0457c84a47096e53ad55d0cddf86507a3f1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 482 marshal size 8<br> - * LifeFormHumanSpecificSubMachineGun + * ________________________________________ */ public enum LifeFormHumanSpecificSubMachineGun { @@ -111,6 +111,8 @@ public enum LifeFormHumanSpecificSubMachineGun return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java index 296cbb3a28275050355b1919684a62b90279aea6..c309a1ee8ca357aa41e55ead00de4b810afdf388 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 514 marshal size 8<br> - * LifeFormHumanSpecificWeaponNonspecific + * ____________________________________________ */ public enum LifeFormHumanSpecificWeaponNonspecific { @@ -95,6 +95,8 @@ public enum LifeFormHumanSpecificWeaponNonspecific return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java index 2a9088f4bcd548ce795979a8536b2afda329436f..6a725fec816b5dd1215b49731548d62bb5d3e017 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 473 marshal size 8<br> - * LifeFormHumanSubcategoryEquipmentClass + * ___________________________________________ */ public enum LifeFormHumanSubcategoryEquipmentClass { @@ -44,11 +44,11 @@ public enum LifeFormHumanSubcategoryEquipmentClass /** Sensors, Subcategories 151-159 are restricted to sensor equipment classes. */ SENSORS (151, "Sensors"), /** LifeFormHumanSpecificEquipmentClass */ SIGNAL_SENSOR_2 (152, "Signal Sensor"), - /** LifeFormHumanSpecificLasersClass */ LASERS_2 (153, "Lasers"), + /** _____________________________________ */ LASERS_2 (153, "Lasers"), /** Animal Companion, Subcategories 160-169 are restricted to animal companion classes. */ ANIMAL_COMPANION (160, "Animal Companion"), - /** LifeFormHumanSpecificPersonalElectronicsClass */ PERSONAL_ELECTRONICS_2 (171, "Personal Electronics"), - /** LifeFormHumanSpecificLogisticsEQClass */ LOGISTICS_EQUIPMENT_2 (172, "Logistics Equipment"); + /** ___________________________________________________ */ PERSONAL_ELECTRONICS_2 (171, "Personal Electronics"), + /** ___________________________________________ */ LOGISTICS_EQUIPMENT_2 (172, "Logistics Equipment"); private int value; private final String description; @@ -120,6 +120,8 @@ public enum LifeFormHumanSubcategoryEquipmentClass return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java index 01fad495b7a2d325666df5c731cb8f1d27bb3625..e2473d6b7fecb46fc748fbf926cbaf4e195a4679 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 472 marshal size 8<br> - * LifeFormLandCategories + * _________________________ */ public enum LifeFormLandCategories implements Category { @@ -132,6 +132,8 @@ public enum LifeFormLandCategories implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java index 1513b71ea6a9f542536025174fd1b5eafc7d55b2..a2727cc6edc777d64e5b84b541fbfd1ef20b261b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 479 marshal size 8<br> - * LifeFormSubsurfaceCategories + * _______________________________ */ public enum LifeFormSubsurfaceCategories { @@ -90,6 +90,8 @@ public enum LifeFormSubsurfaceCategories return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsAppearance.java index 9107edb1d9a16ea2c0fffe62a6785d9403c51da7..f9a2d8ba080d1fbe6dfe6ae7fb7fb5394bf2cdae 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsAppearance.java @@ -5,78 +5,78 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 37 marshal size 32<br> - * LifeFormsAppearance + * _____________________ */ public class LifeFormsAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes the visual appearance of the severity of any injury, Use {@link AppearanceLifeformHealth} values for this field */ - public static Bits HEALTH = new Bits(3, 2, AppearanceLifeformHealth.class); + public static Bits undef_2 = new Bits(3, 2, AppearanceLifeformHealth.class); /** * Describes the manner and degree to which the life form is complying, Use {@link AppearanceLifeFormComplianceStatus} values for this field */ - public static Bits COMPLIANCESTATUS = new Bits(5, 4, AppearanceLifeFormComplianceStatus.class); + public static Bits undef_3 = new Bits(5, 4, AppearanceLifeFormComplianceStatus.class); /** * Describes whether signal smoke is being used or not */ - public static Bits SIGNALSMOKEINUSE = new Bits(11, 1); + public static Bits undef_4 = new Bits(11, 1); /** * Describes whether flash lights are on or off */ - public static Bits FLASHLIGHTSON = new Bits(12, 1); + public static Bits undef_5 = new Bits(12, 1); /** * Describes whether a signal mirror is being used or not */ - public static Bits SIGNALMIRRORINUSE = new Bits(13, 1); + public static Bits undef_6 = new Bits(13, 1); /** * Describes whether an IR strobe is on or off */ - public static Bits IRSTROBEON = new Bits(14, 1); + public static Bits undef_7 = new Bits(14, 1); /** * Describes whether an IR illuminator (flare) is on or off */ - public static Bits IRILLUMINATORON = new Bits(15, 1); + public static Bits undef_8 = new Bits(15, 1); /** * Describes the posture (position) of the life form, Use {@link AppearanceLifeFormPosture} values for this field */ - public static Bits LIFEFORMPOSTURE = new Bits(16, 4, AppearanceLifeFormPosture.class); + public static Bits undef_9 = new Bits(16, 4, AppearanceLifeFormPosture.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_10 = new Bits(21, 1); /** * Describes whether or not the life form is mounted/hoisted on another platform, such as a troop transport or helicopter hoist */ - public static Bits MOUNTED_HOISTEDSTATUS = new Bits(22, 1); + public static Bits undef_11 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_12 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes the position of the life forms primary weapon/implement, Use {@link AppearanceLifeFormWeaponImplement} values for this field */ - public static Bits WEAPON_IMPLEMENT1 = new Bits(24, 2, AppearanceLifeFormWeaponImplement.class); + public static Bits undef_13 = new Bits(24, 2, AppearanceLifeFormWeaponImplement.class); /** * Describes the position of the life forms secondary weapon/implement, Use {@link AppearanceLifeFormWeaponImplement} values for this field */ - public static Bits WEAPON_IMPLEMENT2 = new Bits(26, 2, AppearanceLifeFormWeaponImplement.class); + public static Bits undef_14 = new Bits(26, 2, AppearanceLifeFormWeaponImplement.class); /** * Describes the camouflage color, Use {@link AppearanceCamouflageType} values for this field */ - public static Bits CAMOUFLAGETYPE = new Bits(28, 2, AppearanceCamouflageType.class); + public static Bits undef_15 = new Bits(28, 2, AppearanceCamouflageType.class); /** * Describes whether or not the life form is in a prepared concealed position, Use {@link AppearanceConcealedPosition} values for this field */ - public static Bits CONCEALEDSTATIONARY = new Bits(30, 1, AppearanceConcealedPosition.class); + public static Bits undef_16 = new Bits(30, 1, AppearanceConcealedPosition.class); /** * Describes whether or not the life form uses concealment during movement, Use {@link AppearanceConcealedMovement} values for this field */ - public static Bits CONCEALEDMOVEMENT = new Bits(31, 1, AppearanceConcealedMovement.class); + public static Bits undef_17 = new Bits(31, 1, AppearanceConcealedMovement.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsCapabilities.java index 2ac7f62b9e95905b1d5f83531e91787768e2f67e..fd41c6c888f61fa3706d3af54a16ea25aea3310e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsCapabilities.java @@ -5,30 +5,30 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 456 marshal size 32<br> - * LifeFormsCapabilities + * _______________________ */ public class LifeFormsCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java index 25b01e9a015f65d2bd64000e6a64ff2705519eaf..62d2b8b873000c7bcc1fd5b2f6d50a1ca75fd7d9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 17 marshal size 8<br> - * LifeFormsSubcategoryC.I.S.Weapons + * _____________________________________ */ public enum LifeFormsSubcategoryCISWeapons implements SubCategory { @@ -189,6 +189,8 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java index 5909a67491991595d7933d5b4e55e6a700b32d8a..7de8381306d3b1df51da6a40a0056482aa0e2a65 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 19 marshal size 8<br> - * LifeFormsSubcategoryFrenchWeapons + * _____________________________________ */ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory { @@ -101,6 +101,8 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java index d921e04fd6a89a3d673b88b75d7b2afcf43957e5..90d954b17fac3b141de048bf11f9bd75be5243b9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 20 marshal size 8<br> - * LifeFormsSubcategoryGermanWeapons + * _____________________________________ */ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory { @@ -103,6 +103,8 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java index fee785073c5ef80e588f9d72907f84e28e1ccba6..aab91d0f4e558f6febe5158367d86586e00cec05 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 471 marshal size 8<br> - * LifeFormsSubcategoryIranianWeapons + * ______________________________________ */ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory { @@ -89,6 +89,8 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java index af952497285caa69b05a201c17347cf4bb688b5c..db1507d73812a3a83d67f76fa83a47f69621c723 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 18 marshal size 8<br> - * LifeFormsSubcategoryU.K.Weapons + * ___________________________________ */ public enum LifeFormsSubcategoryUKWeapons implements SubCategory { @@ -109,6 +109,8 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java index e9b30c818f3517992ccfaa448bbcf720b569b388..ffbac08cce9b8f54fc7be0e61c92d1d6d81b22fa 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 16 marshal size 8<br> - * LifeFormsSubcategoryU.S.Weapons + * ___________________________________ */ public enum LifeFormsSubcategoryUSWeapons implements SubCategory { @@ -329,6 +329,8 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java index c5c78d620ec2bab843cfada2cdbf160aef053f3b..3120f80772ded6c44aba8ca86848e68cc941a50b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 633 marshal size 8<br> - * LifeSavingEquipment<br> + * _____________________<br> * Subcategories for Surface Platform Category 101. For Subcategory 1-3. Use the Extra field to specify the capacity 1-255 persons. */ public enum LifeSavingEquipment implements SubCategory @@ -95,6 +95,8 @@ public enum LifeSavingEquipment implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceBreach.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceBreach.java index b0bf4de58fbfd59fc8b628a05e0c0e36c40070db..25d1297ff05812048812c53533a996ab3ded629c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceBreach.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceBreach.java @@ -5,7 +5,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 238 marshal size 16<br> - * LinearObjectAppearanceBreach + * _______________________________ */ public class LinearObjectAppearanceBreach extends DisBitSet { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceExhaustSmoke.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceExhaustSmoke.java index ab0204061cfbf0ce5bab781688d1219d23526fac..3a7f8edc094e16a5ea6df4944967485653e878da 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceExhaustSmoke.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceExhaustSmoke.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 236 marshal size 16<br> - * LinearObjectAppearanceExhaustsmoke + * ______________________________________ */ public class LinearObjectAppearanceExhaustSmoke extends DisBitSet { /** * 8-bit unsigned integer indicating the percent opacity of the smoke (0..100) */ - public static Bits OPACITYPERCENT = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * Describes whether or not the smoke is attached to the vehicle */ - public static Bits SMOKEISATTACHED = new Bits(8, 1); + public static Bits undef_2 = new Bits(8, 1); /** * Describes the chemical content of the smoke, Use {@link AppearanceObjectSpecificChemicalType} values for this field */ - public static Bits CHEMICALTYPE = new Bits(9, 2, AppearanceObjectSpecificChemicalType.class); + public static Bits undef_3 = new Bits(9, 2, AppearanceObjectSpecificChemicalType.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceMinefieldLaneMarker.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceMinefieldLaneMarker.java index f0777ab6e4a354f41e06fed15983ce27781cde9a..fd042c4d7a0573e83888a8ec7f74a23d9b199812 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceMinefieldLaneMarker.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceMinefieldLaneMarker.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 237 marshal size 16<br> - * LinearObjectAppearanceMinefieldLaneMarker + * ______________________________________________ */ public class LinearObjectAppearanceMinefieldLaneMarker extends DisBitSet { /** * Describes the visible side of the lane marker, Use {@link AppearanceLinearObjectLaneMarkerVisible} values for this field */ - public static Bits VISIBLESIDE = new Bits(0, 2, AppearanceLinearObjectLaneMarkerVisible.class); + public static Bits undef = new Bits(0, 2, AppearanceLinearObjectLaneMarkerVisible.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceSpeedBump.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceSpeedBump.java index 7797e27021398ccc51ce025b079fa43fb2bb8add..bb0c8b9f25965283981d74a29017c9d9ad0fb150 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceSpeedBump.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceSpeedBump.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 489 marshal size 32<br> - * LinearObjectAppearanceSpeedBump + * ___________________________________ */ public class LinearObjectAppearanceSpeedBump extends DisBitSet { /** * 8-bit enumeration indicating the color, Use {@link Color} values for this field */ - public static Bits COLOR = new Bits(0, 8, Color.class); + public static Bits undef = new Bits(0, 8, Color.class); /** * 4-bit unsigned integer indicating 16 levels of contrast (low to high) distinguishing variation of object from surrounding surface */ - public static Bits CONTRAST = new Bits(16, 4); + public static Bits undef_2 = new Bits(16, 4); /** * 4-bit enumeration indicating the type of material, Use {@link Material} values for this field */ - public static Bits MATERIAL = new Bits(20, 4, Material.class); + public static Bits undef_3 = new Bits(20, 4, Material.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceTankDitchAndConcertinaWire.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceTankDitchAndConcertinaWire.java index a584ee71ceabc1d0c32b6feaf0f3ab6b9326f872..3ffffed1e9395e21796f2c06632fe40397ac7306 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceTankDitchAndConcertinaWire.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceTankDitchAndConcertinaWire.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 235 marshal size 16<br> - * LinearObjectAppearanceTankDitchandConcertinaWire + * _______________________________________________________ */ public class LinearObjectAppearanceTankDitchAndConcertinaWire extends DisBitSet { /** * Describes the breached appearance of the object, Use {@link AppearanceLinearObjectTankDitchBreach} values for this field */ - public static Bits BREACHSTATE = new Bits(0, 2, AppearanceLinearObjectTankDitchBreach.class); + public static Bits undef = new Bits(0, 2, AppearanceLinearObjectTankDitchBreach.class); /** * 8-bit unsigned integer indicating the fixed length in meters of a breached segment */ - public static Bits BREACHLENGTH = new Bits(16, 8); + public static Bits undef_2 = new Bits(16, 8); /** * 8-bit record where each bit indicates whether its associated segment is breached or not, such that bit 0 of the record is the first segment */ - public static Bits BREACHLOCATION = new Bits(24, 8); + public static Bits undef_3 = new Bits(24, 8); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceWire.java b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceWire.java index 50f57182f6d7690fe3bd7aadcf21cbce1b7e9a1e..01d1fe80e407fad1a35b310b8a7aee5b1975c33e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceWire.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LinearObjectAppearanceWire.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 488 marshal size 32<br> - * LinearObjectAppearanceWire + * _____________________________ */ public class LinearObjectAppearanceWire extends DisBitSet { /** * 8-bit enumeration indicating the color, Use {@link Color} values for this field */ - public static Bits COLOR = new Bits(0, 8, Color.class); + public static Bits undef = new Bits(0, 8, Color.class); /** * 4-bit unsigned integer indicating 16 levels of contrast (low to high) distinguishing variation of object from surrounding surface */ - public static Bits CONTRAST = new Bits(16, 4); + public static Bits undef_2 = new Bits(16, 4); /** * Describes whether the wire is buried or not */ - public static Bits ISBURIED = new Bits(20, 1); + public static Bits undef_3 = new Bits(20, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java index 9f2de62600b6f5a4c41544f9a9f5b9103d5442a5..e6502876947944a3852ce07c680648497a4460a8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 469 marshal size 8<br> - * Link11DataTerminalSetIndicator + * ___________________________________ */ public enum Link1111BDataTerminalSetIndicator { @@ -101,6 +101,8 @@ public enum Link1111BDataTerminalSetIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java index 696c3a34c2340fcedfc3b17c80c14543b292aee4..b90cbffd957340bb9b6cc2a7b18531a1d45d42d2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 467 marshal size 8<br> - * Link11/11BFidelityLevel + * __________________________ */ public enum Link1111BFidelityLevel { @@ -91,6 +91,8 @@ public enum Link1111BFidelityLevel return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java index 812ccd708d6e068c825d23bba31dcf45bacb4d44..2e228b201075fcefb403b10ec8f9467a90f82d9d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 470 marshal size 16<br> - * Link11ModeofOperation + * _________________________ */ public enum Link1111BModeofOperation { @@ -82,6 +82,10 @@ public enum Link1111BModeofOperation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java index 07e908c44e43ee59c7e67522086ff0d79902b074..8cd87699bce36f733518c6f2247b2b90ff6c2823 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 468 marshal size 8<br> - * Link11TerminalMode + * _____________________ */ public enum Link1111BTerminalMode { @@ -91,6 +91,8 @@ public enum Link1111BTerminalMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java deleted file mode 100644 index 827a4f9f1a1663fe0f2bc04556204f177d93c62d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java +++ /dev/null @@ -1,110 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 740 marshal size 8<br> - * Link11BDataSignalingRate - */ -public enum Link11BDataSignalingRate -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Not Used */ - NOT_USED (1, "Not Used"), - /** Not Used */ - NOT_USED_2 (2, "Not Used"), - /** 1200 bps */ - NAME_1200_BPS (3, "1200 bps"), - /** 2400 bps */ - NAME_2400_BPS (4, "2400 bps"), - /** 600 bps */ - NAME_600_BPS (5, "600 bps"); - - private int value; - private final String description; - - Link11BDataSignalingRate(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11BDataSignalingRate getEnumForValue(int i) - { - for(Link11BDataSignalingRate val: Link11BDataSignalingRate.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11BDataSignalingRate"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11BDataSignalingRate unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11BDataSignalingRate unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11BDataSignalingRate: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java deleted file mode 100644 index 4803ae83976c3bae216c2b3595b342fb7e9b2488..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java +++ /dev/null @@ -1,108 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 737 marshal size 8<br> - * Link11BLinkState - */ -public enum Link11BLinkState -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Inactive */ - INACTIVE (1, "Inactive"), - /** Ready */ - READY (2, "Ready"), - /** Active */ - ACTIVE (3, "Active"), - /** Operational */ - OPERATIONAL (4, "Operational"); - - private int value; - private final String description; - - Link11BLinkState(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11BLinkState getEnumForValue(int i) - { - for(Link11BLinkState val: Link11BLinkState.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11BLinkState"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11BLinkState unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11BLinkState unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11BLinkState: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java deleted file mode 100644 index 557645bb241e3e7d85b24a44b609444b7d8551b6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java +++ /dev/null @@ -1,104 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 739 marshal size 8<br> - * Link11BMessageSubType - */ -public enum Link11BMessageSubType -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Transmission Frame */ - TRANSMISSION_FRAME (1, "Transmission Frame"), - /** Standby Signal */ - STANDBY_SIGNAL (2, "Standby Signal"); - - private int value; - private final String description; - - Link11BMessageSubType(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11BMessageSubType getEnumForValue(int i) - { - for(Link11BMessageSubType val: Link11BMessageSubType.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11BMessageSubType"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11BMessageSubType unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11BMessageSubType unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11BMessageSubType: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java deleted file mode 100644 index 5dbd607b4fad496b692a814edee6a3cc68e58057..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java +++ /dev/null @@ -1,91 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 738 marshal size 16<br> - * Link11BModeofOperation - */ -public enum Link11BModeofOperation -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Full Transmission of Data */ - FULL_TRANSMISSION_OF_DATA (1, "Full Transmission of Data"), - /** Limited Transmission of Data */ - LIMITED_TRANSMISSION_OF_DATA (2, "Limited Transmission of Data"), - /** Receive only */ - RECEIVE_ONLY (3, "Receive only"); - - private int value; - private final String description; - - Link11BModeofOperation(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 16; - } - - public static Link11BModeofOperation getEnumForValue(int i) - { - for(Link11BModeofOperation val: Link11BModeofOperation.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11BModeofOperation"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeShort(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.putShort((short)getValue()); - } - - public static Link11BModeofOperation unmarshalEnum (DataInputStream dis) throws Exception - { - return getEnumForValue(dis.readUnsignedShort()); - } - - public static Link11BModeofOperation unmarshalEnum (ByteBuffer buff) throws Exception - { - return getEnumForValue(buff.getShort()); - } - - public int getMarshalledSize() - { - return 2; // 16 bits - } - - @Override - public String toString() - { - return "Link11BModeofOperation: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java deleted file mode 100644 index 1a1d7c9e46ffe5ee0c2e433944a8f26a571b742f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java +++ /dev/null @@ -1,102 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 741 marshal size 8<br> - * Link11BModulationStandard - */ -public enum Link11BModulationStandard -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** CCITT V.23 */ - CCITT_V23 (1, "CCITT V.23"); - - private int value; - private final String description; - - Link11BModulationStandard(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11BModulationStandard getEnumForValue(int i) - { - for(Link11BModulationStandard val: Link11BModulationStandard.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11BModulationStandard"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11BModulationStandard unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11BModulationStandard unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11BModulationStandard: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java deleted file mode 100644 index 1dc39a8f58556fefde153e75fba14959156d0ec4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java +++ /dev/null @@ -1,108 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 732 marshal size 8<br> - * Link11DataSignallingRate - */ -public enum Link11DataSignallingRate -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** 1364 bps */ - NAME_1364_BPS (1, "1364 bps"), - /** 2250 bps */ - NAME_2250_BPS (2, "2250 bps"), - /** 1200 bps */ - NAME_1200_BPS (3, "1200 bps"), - /** 2400 bps */ - NAME_2400_BPS (4, "2400 bps"); - - private int value; - private final String description; - - Link11DataSignallingRate(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11DataSignallingRate getEnumForValue(int i) - { - for(Link11DataSignallingRate val: Link11DataSignallingRate.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11DataSignallingRate"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11DataSignallingRate unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11DataSignallingRate unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11DataSignallingRate: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java deleted file mode 100644 index 6df4346bb0d3fdb4502c36a6005da65643fbfeb4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java +++ /dev/null @@ -1,108 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 730 marshal size 8<br> - * Link11MessageSubType - */ -public enum Link11MessageSubType -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Interrogation */ - INTERROGATION (1, "Interrogation"), - /** Intermediate Data */ - INTERMEDIATE_DATA (2, "Intermediate Data"), - /** Final Data */ - FINAL_DATA (3, "Final Data"), - /** Final Data and Interrogation */ - FINAL_DATA_AND_INTERROGATION (4, "Final Data and Interrogation"); - - private int value; - private final String description; - - Link11MessageSubType(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11MessageSubType getEnumForValue(int i) - { - for(Link11MessageSubType val: Link11MessageSubType.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11MessageSubType"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11MessageSubType unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11MessageSubType unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11MessageSubType: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java deleted file mode 100644 index d6dffe71b596f9a876f7b1d3a7cb94f50970ccb1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java +++ /dev/null @@ -1,112 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 731 marshal size 8<br> - * Link11MessageTypeIdentifier - */ -public enum Link11MessageTypeIdentifier -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** Net Test */ - NET_TEST (1, "Net Test"), - /** Roll Call */ - ROLL_CALL (2, "Roll Call"), - /** Picket Reply */ - PICKET_REPLY (3, "Picket Reply"), - /** Short Broadcast */ - SHORT_BROADCAST (4, "Short Broadcast"), - /** Broadcast */ - BROADCAST (5, "Broadcast"), - /** Net Sync */ - NET_SYNC (6, "Net Sync"); - - private int value; - private final String description; - - Link11MessageTypeIdentifier(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11MessageTypeIdentifier getEnumForValue(int i) - { - for(Link11MessageTypeIdentifier val: Link11MessageTypeIdentifier.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11MessageTypeIdentifier"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11MessageTypeIdentifier unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11MessageTypeIdentifier unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11MessageTypeIdentifier: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java deleted file mode 100644 index 0b9bbada19d2b285c87d4f9fab031946fcc3780f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java +++ /dev/null @@ -1,106 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 733 marshal size 8<br> - * Link11SignalIntegrationInterval<br> - * UID table only for historical purposes. Do not add new entries - */ -public enum Link11SignalIntegrationInterval -{ - - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** 9 ms */ - NAME_9_MS (1, "9 ms"), - /** 18 ms */ - NAME_18_MS (2, "18 ms"); - - private int value; - private final String description; - - Link11SignalIntegrationInterval(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11SignalIntegrationInterval getEnumForValue(int i) - { - for(Link11SignalIntegrationInterval val: Link11SignalIntegrationInterval.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11SignalIntegrationInterval"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11SignalIntegrationInterval unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11SignalIntegrationInterval unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11SignalIntegrationInterval: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java deleted file mode 100644 index 5f98ff810b105456e6874ec4f278327b914fabc9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java +++ /dev/null @@ -1,104 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 734 marshal size 8<br> - * Link11SignalWaveform - */ -public enum Link11SignalWaveform -{ - /** No Statement - CLEW Format */ - NO_STATEMENT_CLEW_FORMAT (0, "No Statement - CLEW Format"), - /** Conventional Link Eleven Waveform (CLEW) */ - CONVENTIONAL_LINK_ELEVEN_WAVEFORM_CLEW (1, "Conventional Link Eleven Waveform (CLEW)"), - /** Single Tone Link Eleven Waveform (SLEW) */ - SINGLE_TONE_LINK_ELEVEN_WAVEFORM_SLEW (2, "Single Tone Link Eleven Waveform (SLEW)"); - - private int value; - private final String description; - - Link11SignalWaveform(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11SignalWaveform getEnumForValue(int i) - { - for(Link11SignalWaveform val: Link11SignalWaveform.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11SignalWaveform"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11SignalWaveform unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11SignalWaveform unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11SignalWaveform: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11_11BEncryptionFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11_11BEncryptionFlag.java deleted file mode 100644 index 6136249304c6f8f85bd3bc262b6cc210c278721c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11_11BEncryptionFlag.java +++ /dev/null @@ -1,102 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 735 marshal size 8<br> - * Link11/11BEncryptionFlag - */ -public enum Link11_11BEncryptionFlag -{ - /** No Encryption Used */ - NO_ENCRYPTION_USED (0, "No Encryption Used"), - /** Encryption Used */ - ENCRYPTION_USED (1, "Encryption Used"); - - private int value; - private final String description; - - Link11_11BEncryptionFlag(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link11_11BEncryptionFlag getEnumForValue(int i) - { - for(Link11_11BEncryptionFlag val: Link11_11BEncryptionFlag.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link11_11BEncryptionFlag"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link11_11BEncryptionFlag unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link11_11BEncryptionFlag unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link11_11BEncryptionFlag: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java b/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java deleted file mode 100644 index 1b0e58053bc583c5b24bfcd39ef3d5fec8ea5e50..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java +++ /dev/null @@ -1,118 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 800 marshal size 8<br> - * Link16Version - */ -public enum Link16Version -{ - /** No Statement */ - NO_STATEMENT (0, "No Statement"), - /** MIL-STD-6016C */ - MIL_STD_6016C (1, "MIL-STD-6016C"), - /** MIL-STD-6016D */ - MIL_STD_6016D (2, "MIL-STD-6016D"), - /** MIL-STD-6016E */ - MIL_STD_6016E (3, "MIL-STD-6016E"), - /** MIL-STD-6016F */ - MIL_STD_6016F (4, "MIL-STD-6016F"), - /** MIL-STD-6016F C1 */ - MIL_STD_6016F_C1 (5, "MIL-STD-6016F C1"), - /** STANAG 5516 Ed 3 */ - STANAG_5516_ED_3 (103, "STANAG 5516 Ed 3"), - /** STANAG 5516 Ed 4 */ - STANAG_5516_ED_4 (104, "STANAG 5516 Ed 4"), - /** STANAG 5516 Ed 5 */ - STANAG_5516_ED_5 (105, "STANAG 5516 Ed 5"), - /** STANAG 5516 Ed 6 */ - STANAG_5516_ED_6 (106, "STANAG 5516 Ed 6"); - - private int value; - private final String description; - - Link16Version(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static Link16Version getEnumForValue(int i) - { - for(Link16Version val: Link16Version.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration Link16Version"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static Link16Version unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static Link16Version unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "Link16Version: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Material.java b/src-generated/edu/nps/moves/dis7/enumerations/Material.java index ab3b97dee4d19e274b9ea3563662338eb14ce530..dd20ce4d7c76ae536fdebd4ec928676f62b0e8d7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Material.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Material.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 466 marshal size 4<br> - * Material + * ________ */ public enum Material { @@ -93,6 +93,8 @@ public enum Material return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java b/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java deleted file mode 100644 index d703c02025ec4a8b897fa8e404dafafd04a1b3d5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java +++ /dev/null @@ -1,114 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 176 marshal size 8<br> - * MessageTypeIdentifier - */ -public enum MessageTypeIdentifier -{ - /** JTIDS Header/Messages */ - JTIDS_HEADER_MESSAGES (0, "JTIDS Header/Messages"), - /** RTT A/B */ - RTT_A_B (1, "RTT A/B"), - /** RTT Reply */ - RTT_REPLY (2, "RTT Reply"), - /** JTIDS Voice CVSD */ - JTIDS_VOICE_CVSD (3, "JTIDS Voice CVSD"), - /** JTIDS Voice LPC10 */ - JTIDS_VOICE_LPC10 (4, "JTIDS Voice LPC10"), - /** JTIDS Voice LPC12 */ - JTIDS_VOICE_LPC12 (5, "JTIDS Voice LPC12"), - /** JTIDS LET */ - JTIDS_LET (6, "JTIDS LET"), - /** VMF */ - VMF (7, "VMF"); - - private int value; - private final String description; - - MessageTypeIdentifier(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static MessageTypeIdentifier getEnumForValue(int i) - { - for(MessageTypeIdentifier val: MessageTypeIdentifier.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration MessageTypeIdentifier"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static MessageTypeIdentifier unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static MessageTypeIdentifier unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "MessageTypeIdentifier: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java index d8d9aea4563cfe4d75f379ca0700e4dda019ad67..f6bff03137e21d8a78e8d5d057e50de037efe1c4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 419 marshal size 1<br> - * MinefieldAppearanceActiveStatus + * __________________________________ */ public enum MinefieldAppearanceActiveStatus { @@ -89,6 +89,8 @@ public enum MinefieldAppearanceActiveStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java index 37a0bb599b3ce8ecea35f0fbc6f57d30c307fdaf..acd0f1690fb83afa6cbca45fa93c8995425f53dd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 420 marshal size 1<br> - * MinefieldAppearanceLane + * _________________________ */ public enum MinefieldAppearanceLane { @@ -89,6 +89,8 @@ public enum MinefieldAppearanceLane return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java index 4695078ff19070b66d245326deee4d05aba82aba..c7bd41e1aecb5d382b09fff1d120b5d6f57dd471 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 418 marshal size 2<br> - * MinefieldAppearanceMinefieldType + * ___________________________________ */ public enum MinefieldAppearanceMinefieldType { @@ -91,6 +91,8 @@ public enum MinefieldAppearanceMinefieldType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java index e3ece6c76b70ba93b5d8701a5cb81828ea69b3f1..6128fb9990c9fc61e2df57325d7c5106074a9776 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 421 marshal size 1<br> - * MinefieldAppearanceState + * __________________________ */ public enum MinefieldAppearanceState { @@ -89,6 +89,8 @@ public enum MinefieldAppearanceState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataFusing.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataFusing.java index c7dcaa570e47eb6b89deeeddcad2abc7c8587d11..fc01b4353a6d50d2999753bbdbc7dc7e6b144f37 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataFusing.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataFusing.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 192 marshal size 16<br> - * MinefieldDataFusing + * _____________________ */ public class MinefieldDataFusing extends DisBitSet { /** * Identifies the type of the primary fuse, Use {@link MinefieldFusingFuseType} values for this field */ - public static Bits PRIMARY = new Bits(0, 7, MinefieldFusingFuseType.class); + public static Bits undef = new Bits(0, 7, MinefieldFusingFuseType.class); /** * Identifies the type of the secondary fuse, Use {@link MinefieldFusingFuseType} values for this field */ - public static Bits SECONDARY = new Bits(7, 7, MinefieldFusingFuseType.class); + public static Bits undef_2 = new Bits(7, 7, MinefieldFusingFuseType.class); /** * Describes whether the mine has an Anti-Handling device */ - public static Bits HASANTIHANDLINGDEVICE = new Bits(14, 1); + public static Bits undef_3 = new Bits(14, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataPaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataPaintScheme.java index b0b18db58e4c2fbcb1279a105c2f0636b8d35391..01c4761b0dcd2905f7124672498b22c1fb433fa4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataPaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldDataPaintScheme.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 202 marshal size 8<br> - * MinefieldDataPaintScheme + * ___________________________ */ public class MinefieldDataPaintScheme extends DisBitSet { /** * Identifies the algae build-up on the mine, Use {@link MinefieldPaintSchemeAlgae} values for this field */ - public static Bits ALGAE = new Bits(0, 2, MinefieldPaintSchemeAlgae.class); + public static Bits undef = new Bits(0, 2, MinefieldPaintSchemeAlgae.class); /** * Identifies the paint scheme of the mine, Use {@link MinefieldPaintSchemePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(2, 6, MinefieldPaintSchemePaintScheme.class); + public static Bits undef_2 = new Bits(2, 6, MinefieldPaintSchemePaintScheme.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java index 884dbfed1b57c20ba729c7ac312f9ba947911837..4c61ba8e7028621af370d3941745726d24b40a5b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 422 marshal size 7<br> - * MinefieldFusingFuseType + * __________________________ */ public enum MinefieldFusingFuseType { @@ -99,6 +99,8 @@ public enum MinefieldFusingFuseType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java index 4a2303ef56c486f08785036ce8137e62f0c92743..cbb094ee3845dd2d9cb74e1bcaf78714fabe2082 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 424 marshal size 2<br> - * MinefieldPaintSchemeAlgae + * ____________________________ */ public enum MinefieldPaintSchemeAlgae { @@ -93,6 +93,8 @@ public enum MinefieldPaintSchemeAlgae return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java index 5d0dd866c65a1a305016145d30e687c9c4137c80..cb8f9a469e2cbbcccf591a0a35f0ee766418a15a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 425 marshal size 6<br> - * MinefieldPaintSchemePaintScheme + * ___________________________________ */ public enum MinefieldPaintSchemePaintScheme { @@ -123,6 +123,8 @@ public enum MinefieldPaintSchemePaintScheme return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java index 4e7ef7cbe940947d9d87293e38f3b12a58e8d283..3932285a6f90964ea9229e7472533d8388f11ab2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 193 marshal size 4<br> - * MinefieldSensorTypes + * ______________________ */ public enum MinefieldSensorTypes { @@ -95,6 +95,8 @@ public enum MinefieldSensorTypes return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java index 73bd5d61ff8cc0a7dcfda09862cadc1285e19198..ed3dc2fb36f4f0c42e47db5f15ba740f361431d9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 195 marshal size 12<br> - * MinefieldSensorTypesFLIR + * ___________________________ */ public enum MinefieldSensorTypesFLIR { @@ -90,6 +90,10 @@ public enum MinefieldSensorTypesFLIR return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java index 6ccf589cc10b5a38602be174af96605d69589b4a..80eefaa1743f919250cbf6c7b9db34fc484ca1f7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 198 marshal size 12<br> - * MinefieldSensorTypesLaser + * ____________________________ */ public enum MinefieldSensorTypesLaser { @@ -74,6 +74,10 @@ public enum MinefieldSensorTypesLaser return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java index 41d3328a68a8b2ff17ca582ad1744ca33c7e82c8..df31f3a72e836d3e62bc5fbf5fe048c47ebff708 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 197 marshal size 12<br> - * MinefieldSensorTypesMagnetic + * _______________________________ */ public enum MinefieldSensorTypesMagnetic { @@ -78,6 +78,10 @@ public enum MinefieldSensorTypesMagnetic return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java index f0ce68b250e3d230c9daab631d2c8da2b809ae10..ff080a99d5be1889c4f1b8049a794c2ff5b2056c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 201 marshal size 12<br> - * MinefieldSensorTypesMultispectral + * ____________________________________ */ public enum MinefieldSensorTypesMultispectral { @@ -72,6 +72,10 @@ public enum MinefieldSensorTypesMultispectral return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java index 45d1fa76289ff24949b5dde9f05483639eddbeb9..47535f8f9e963c1c5ce313164bda7d2ba5e57b98 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 194 marshal size 12<br> - * MinefieldSensorTypesOptical + * ______________________________ */ public enum MinefieldSensorTypesOptical { @@ -94,6 +94,10 @@ public enum MinefieldSensorTypesOptical return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java index 9d566597e10936ad221e2f172ce1fad77bc7af6a..7abdad702906f7a7763378a2ad995bb661a291c7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 200 marshal size 12<br> - * MinefieldSensorTypesPhysical + * _______________________________ */ public enum MinefieldSensorTypesPhysical { @@ -76,6 +76,10 @@ public enum MinefieldSensorTypesPhysical return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java index 1a322575455fcdaadd949c93577d63959f72aa40..be17e253c925035547cb2590ea00cfb18b454071 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 196 marshal size 12<br> - * MinefieldSensorTypesRADAR + * ____________________________ */ public enum MinefieldSensorTypesRADAR { @@ -82,6 +82,10 @@ public enum MinefieldSensorTypesRADAR return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java index d041d5dade90a208ac00f2a5c440a3769747ca3b..86f727bc8566110fa49a8f13935a20d41c8085df 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 199 marshal size 12<br> - * MinefieldSensorTypesSONAR + * ____________________________ */ public enum MinefieldSensorTypesSONAR { @@ -72,6 +72,10 @@ public enum MinefieldSensorTypesSONAR return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateAppearanceBitMap.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateAppearanceBitMap.java index 46b62bf6a525285d4babc15ae5c03ced3e53dc40..11d3a2d89bf94b33428dfa6a4738fcba8f76d83e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateAppearanceBitMap.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateAppearanceBitMap.java @@ -5,26 +5,26 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 190 marshal size 16<br> - * MinefieldStateAppearanceBitMap + * __________________________________ */ public class MinefieldStateAppearanceBitMap extends DisBitSet { /** * Identifies the type of minefield, Use {@link MinefieldAppearanceMinefieldType} values for this field */ - public static Bits MINEFIELDTYPE = new Bits(0, 2, MinefieldAppearanceMinefieldType.class); + public static Bits undef = new Bits(0, 2, MinefieldAppearanceMinefieldType.class); /** * Describes whether the minefield is active or inactive, Use {@link MinefieldAppearanceActiveStatus} values for this field */ - public static Bits ACTIVESTATUS = new Bits(2, 1, MinefieldAppearanceActiveStatus.class); + public static Bits undef_2 = new Bits(2, 1, MinefieldAppearanceActiveStatus.class); /** * Identifies whether the minefield has an active or inactive lane, Use {@link MinefieldAppearanceLane} values for this field */ - public static Bits LANE = new Bits(3, 1, MinefieldAppearanceLane.class); + public static Bits undef_3 = new Bits(3, 1, MinefieldAppearanceLane.class); /** * Describes the state of the minefield, Use {@link MinefieldAppearanceState} values for this field */ - public static Bits STATE = new Bits(13, 1, MinefieldAppearanceState.class); + public static Bits undef_4 = new Bits(13, 1, MinefieldAppearanceState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java index 108aa25be3375b5abdfdcfcb7a62f47c59614b73..32e35dcad71d3898d17bee60a4d86e51a5f710e5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 336 marshal size 2<br> - * MinefieldStateProtocolMode + * _____________________________ */ public enum MinefieldStateProtocolMode { @@ -89,6 +89,8 @@ public enum MinefieldStateProtocolMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java index b403bd9a55edc64d27d73d6bfc322179065987bb..a04772ef28c53be9b71d5f04cfc5140a69ca07d6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 346 marshal size 3<br> - * Mode5IFFMission + * __________________ */ public enum Mode5IFFMission { @@ -99,6 +99,8 @@ public enum Mode5IFFMission return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java index e228afb668c52da804f493448071f4f3c47fbc6b..8ce4044e195bc0959926cf585409de76c076af28 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 412 marshal size 1<br> - * Mode5LevelSelection + * ______________________ */ public enum Mode5LevelSelection { @@ -89,6 +89,8 @@ public enum Mode5LevelSelection return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java index 58172ea3e41b4053687437fa8206ce39e230d7dd..a768df9407d5fc01d9710ec7e5997d2bb15411df 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 423 marshal size 1<br> - * Mode5LocationErrors + * ______________________ */ public enum Mode5LocationErrors { @@ -89,6 +89,8 @@ public enum Mode5LocationErrors return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java index 01c71c3c1d801dae5c1f8dce6d836057d0b0d082..9751e2c889a9a07c0464a68932609f4e25a73bd7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 380 marshal size 1<br> - * Mode5MessageFormatsStatus + * _____________________________ */ public enum Mode5MessageFormatsStatus { @@ -89,6 +89,8 @@ public enum Mode5MessageFormatsStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java index d3b1e111f3934b683920c4c139675bcd2d0d8fa8..a696d9a1d9493841f4bf51d22ce53fc722874965 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 396 marshal size 1<br> - * Mode5PlatformType + * ____________________ */ public enum Mode5PlatformType { @@ -89,6 +89,8 @@ public enum Mode5PlatformType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java index 6a4b485bba8a87d1651387739c61c555d223cd9f..0300156428cea9cd73782c6c0f4c42b04517af69 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 350 marshal size 3<br> - * Mode5Reply + * ____________ */ public enum Mode5Reply { @@ -93,6 +93,8 @@ public enum Mode5Reply return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java index 3eeb366ca66f2ae12d8b9ba7a5d9167ad8000539..789197d21709c064d99b5846fe0410c4aa0719d6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 361 marshal size 1<br> - * Mode5/SAltitudeResolution + * ____________________________ */ public enum Mode5SAltitudeResolution { @@ -89,6 +89,8 @@ public enum Mode5SAltitudeResolution return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java index 5196c884a45cb927737dc8279261aa7fe0b2dddf..d7a1977cecb0e807d07cccc892a42c7727404750 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 352 marshal size 3<br> - * Mode5SquitterType + * ____________________ */ public enum Mode5SquitterType { @@ -91,6 +91,8 @@ public enum Mode5SquitterType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java index f63d2a050640ae8494bdd51ee5d61bb461002d9a..0ac9733017820ccf2d6e01d3f2d0a7a5bd62e4e1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 340 marshal size 1<br> - * ModeCAltitudeIndicator + * _________________________ */ public enum ModeCAltitudeIndicator { @@ -89,6 +89,8 @@ public enum ModeCAltitudeIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java index fedc55af7dfbc9f0c2542c9190f5ad631366e416..64255c6a6ec568ed698d6d76ebb24ddb0e2843bb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 348 marshal size 1<br> - * ModeSInterrogatorIdentifierICType + * ______________________________________ */ public enum ModeSInterrogatorIdentifierICType { @@ -89,6 +89,8 @@ public enum ModeSInterrogatorIdentifierICType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java index b955298459dd26f0cc9240ddf32a773b105eff59..925e982d01b7b5783e9244427b1a22521832b37c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 347 marshal size 3<br> - * ModeSInterrogatorStatusTransmitState + * _________________________________________ */ public enum ModeSInterrogatorStatusTransmitState { @@ -97,6 +97,8 @@ public enum ModeSInterrogatorStatusTransmitState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java index e576152dbf32ac83a5785834b4800dcce6ce8b39..b9be9a86e85c9c13efa40259ccdd6ab667a6c7bd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 355 marshal size 1<br> - * ModeSSquitterRecordSource + * _____________________________ */ public enum ModeSSquitterRecordSource { @@ -89,6 +89,8 @@ public enum ModeSSquitterRecordSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java index c4c5a3426b642b7f5cc1bf71bb41b702f7be6076..7453b6735a44a18fa72fe18dfe7c5c0816c48941 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 354 marshal size 3<br> - * ModeSSquitterType + * ____________________ */ public enum ModeSSquitterType { @@ -93,6 +93,8 @@ public enum ModeSSquitterType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionAppearance.java index 1806b9cff624edc5c257b687edc554e5972012ca..436794192fb905445221c23750c942af52f11b13 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionAppearance.java @@ -5,54 +5,54 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 36 marshal size 32<br> - * MunitionAppearance + * ___________________ */ public class MunitionAppearance extends DisBitSet { /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke or vapor is emanating from the entity */ - public static Bits ISSMOKE_VAPOREMANATING = new Bits(5, 1); + public static Bits undef_2 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_3 = new Bits(6, 1); /** * Describes the size of the vapor trail, Use {@link AppearanceTrailingEffects} values for this field */ - public static Bits VAPORTRAILSIZE = new Bits(7, 2, AppearanceTrailingEffects.class); + public static Bits undef_4 = new Bits(7, 2, AppearanceTrailingEffects.class); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_5 = new Bits(15, 1); /** * Describes whether or not the guided munitions launch flash is present */ - public static Bits LAUNCHFLASHPRESENT = new Bits(16, 1); + public static Bits undef_6 = new Bits(16, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_7 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_8 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_9 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes the status of the cover or shroud, Use {@link CoverShroudStatus} values for this field */ - public static Bits COVER_SHROUDSTATUS = new Bits(24, 2, CoverShroudStatus.class); + public static Bits undef_10 = new Bits(24, 2, CoverShroudStatus.class); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_11 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCapabilities.java index 8f2e4184513db980fe303a4d626c2f0cc8678b30..630af606130e69be35c4e8f36c181869f5f8e8ea 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCapabilities.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 455 marshal size 32<br> - * MunitionCapabilities + * _____________________ */ public class MunitionCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_2 = new Bits(7, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java index bad797cb1d4a41ac3b2d9b208541b8e0e2c3928f..b94775e5604a52761f85b6ffefae2534a78ed852 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 15 marshal size 8<br> - * MunitionCategory + * _________________ */ public enum MunitionCategory implements Category { @@ -93,6 +93,8 @@ public enum MunitionCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java index b3d904275e0f22d7529dff2fedb8f7b46277e3ed..213a294bf7dfa1ca1d7cad8975b4f14a22a04171 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 61 marshal size 16<br> - * MunitionDescriptorFuse + * ________________________ */ public enum MunitionDescriptorFuse { @@ -284,6 +284,10 @@ public enum MunitionDescriptorFuse return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java index 9a1d4bd314d98d61c867bedae32348f569274cee..b2b7df14026dec8bd1eb3e2aced96fe3160df6f5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 60 marshal size 16<br> - * MunitionDescriptorWarhead + * ___________________________ */ public enum MunitionDescriptorWarhead { @@ -262,6 +262,10 @@ public enum MunitionDescriptorWarhead return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java index 37e2bb073a440b8df343c5b078a59d5283beb8e1..ab592e846f985c4d21337504b5560a2a213f54dd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 14 marshal size 8<br> - * MunitionDomain + * _______________ */ public enum MunitionDomain { @@ -111,6 +111,8 @@ public enum MunitionDomain return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java index 9e1c0e62b29e954b03d526710cc478a52925722a..0a590c788170acee638a9d49ab620c9b5f762e43 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 327 marshal size 8<br> - * Munition/ExpendableStatus + * __________________________ */ public enum MunitionExpendableStatus { @@ -91,6 +91,8 @@ public enum MunitionExpendableStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java index 9db4d4be8253371def35e63fa17cd51a5305c8b8..1224fe2ec69dcfc98809225c16f445ac43e93552 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 299 marshal size 2<br> - * NETIDRecordFrequencyTable + * _____________________________ */ public enum NETIDRecordFrequencyTable { @@ -93,6 +93,8 @@ public enum NETIDRecordFrequencyTable return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java index f7a83df65fc78d911be38fabd09fdb48eb1dc0b8..b1ba25ca1e99ae8d2bd21009a597d090df33a493 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 298 marshal size 2<br> - * NETIDRecordMode + * __________________ */ public enum NETIDRecordMode { @@ -91,6 +91,8 @@ public enum NETIDRecordMode return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java b/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java index 36e78c044695fb8db7d2c5fbd8fb185b180c016f..b77a757d6f2f5f15c799495f3069342ef510033c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 359 marshal size 8<br> - * NavigationSource + * _________________ */ public enum NavigationSource { @@ -93,6 +93,8 @@ public enum NavigationSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NonHumanLifeFormsAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/NonHumanLifeFormsAppearance.java index eb51b5e8f36171a5b36c776e255695740b7f6fe8..09d0e06b8ebdae263d271f8810f567d4b9317c03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NonHumanLifeFormsAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NonHumanLifeFormsAppearance.java @@ -5,26 +5,26 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 480 marshal size 32<br> - * NonHumanLifeFormsAppearance + * _______________________________ */ public class NonHumanLifeFormsAppearance extends DisBitSet { /** * Describes the visual appearance of the severity of any injury, Use {@link AppearanceLifeformHealth} values for this field */ - public static Bits HEALTH = new Bits(3, 2, AppearanceLifeformHealth.class); + public static Bits undef = new Bits(3, 2, AppearanceLifeformHealth.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_2 = new Bits(21, 1); /** * Describes whether or not the life form is mounted/hoisted on another platform, such as a troop transport or helicopter hoist */ - public static Bits MOUNTED_HOISTEDSTATUS = new Bits(22, 1); + public static Bits undef_3 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_4 = new Bits(23, 1, AppearanceEntityorObjectState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java index 909ba0648671f19e41eff647f94ea11f9594f1de..d797bbf957d381526419795cf131145720676ae9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 225 marshal size 8<br> - * ObjectKind + * ___________ */ public enum ObjectKind { @@ -103,6 +103,8 @@ public enum ObjectKind return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateAppearanceGeneral.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateAppearanceGeneral.java index d31a6f0e2ee82b45b3241ce0e4f1e904c9b328d4..f70e8abe5423844094ad135dfa836a77e95e9d20 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateAppearanceGeneral.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateAppearanceGeneral.java @@ -5,38 +5,38 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 229 marshal size 16<br> - * ObjectStateAppearanceGeneral + * _______________________________ */ public class ObjectStateAppearanceGeneral extends DisBitSet { /** * 8-bit unsigned integer indicating the percent completion of the object (0..100) */ - public static Bits PERCENTCOMPLETE = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * Describes the damaged appearance, Use {@link AppearanceObjectGeneralDamage} values for this field */ - public static Bits DAMAGE = new Bits(8, 2, AppearanceObjectGeneralDamage.class); + public static Bits undef_2 = new Bits(8, 2, AppearanceObjectGeneralDamage.class); /** * Describes whether the object was predistributed, Use {@link AppearanceObjectGeneralPredistributed} values for this field */ - public static Bits PREDISTRIBUTED = new Bits(10, 1, AppearanceObjectGeneralPredistributed.class); + public static Bits undef_3 = new Bits(10, 1, AppearanceObjectGeneralPredistributed.class); /** * Describes the state of the object, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(11, 1, AppearanceEntityorObjectState.class); + public static Bits undef_4 = new Bits(11, 1, AppearanceEntityorObjectState.class); /** * Describes whether or not there is a smoke plume */ - public static Bits ISSMOKING = new Bits(12, 1); + public static Bits undef_5 = new Bits(12, 1); /** * Describes whether the object is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(13, 1); + public static Bits undef_6 = new Bits(13, 1); /** * Describes whether the object has or contains an IED, Use {@link AppearanceObjectGeneralIEDPresent} values for this field */ - public static Bits IEDPRESENT = new Bits(14, 2, AppearanceObjectGeneralIEDPresent.class); + public static Bits undef_7 = new Bits(14, 2, AppearanceObjectGeneralIEDPresent.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationArealObject.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationArealObject.java index bdd3076aedaa8b63f4111b8a5f987dd753fce98b..91ca7bc5feee0493da7d6a89d7ac69bd97ecca4d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationArealObject.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationArealObject.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 242 marshal size 16<br> - * ObjectStateModificationArealObject + * ______________________________________ */ public class ObjectStateModificationArealObject extends DisBitSet { /** * Describes whether any locations of the areal object have been modified since the last update number */ - public static Bits ISLOCATIONMODIFIED = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationLinearObject.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationLinearObject.java index ed9e951be2f7b04fd25543a0d8562297d6f644bd..77687e4d8ab41178de905978d860878cb4a8dc2b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationLinearObject.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationLinearObject.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 241 marshal size 16<br> - * ObjectStateModificationLinearObject + * _______________________________________ */ public class ObjectStateModificationLinearObject extends DisBitSet { /** * Describes whether the location of the linear segment has been modified since the last update number */ - public static Bits ISLOCATIONMODIFIED = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the orientation of the linear segment has been modified since the last update number */ - public static Bits ISORIENTATIONMODIFIED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationPointObject.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationPointObject.java index 6279b002d3607834bc040e38209e544b8b5511f9..ebaac9a3c3092ebc86c7ff449874778fe58b7833 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationPointObject.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectStateModificationPointObject.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 240 marshal size 16<br> - * ObjectStateModificationPointObject + * ______________________________________ */ public class ObjectStateModificationPointObject extends DisBitSet { /** * Describes whether the point object location has been modified since the last update number */ - public static Bits ISLOCATIONMODIFIED = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the point object orientation has been modified since the last update number */ - public static Bits ISORIENTATIONMODIFIED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java index 75a8e0c28a8b57facca5b94c753e65d537e2164f..84c13b3c268a08d921172729f2562565479930f4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 332 marshal size 8<br> - * OwnershipStatus + * ________________ */ public enum OwnershipStatus { @@ -99,6 +99,8 @@ public enum OwnershipStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java b/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java index ce315355df9cd17a3968b714aed9c7fabf22d789..831c287555b999c2f37887286a5c8f3780824858 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 401 marshal size 2<br> - * Parachute + * _________ */ public enum Parachute { @@ -93,6 +93,8 @@ public enum Parachute return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java index bb79c3caad584e3e84b1096fe50856bed8055fd6..6cc6de7897ab263405765a50ec22332666adb1b5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 322 marshal size 8<br> - * PhysicalAssociationTypeGroups + * ________________________________ */ public enum PhysicalAssociationTypeGroups { @@ -95,6 +95,8 @@ public enum PhysicalAssociationTypeGroups return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java index 4d20e2c426101292526d774efd4b98d657c92f10..234801f2fdaa0e3c3b80e18099cdbbfefeb60cc4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 10 marshal size 8<br> - * PlatformAirCategory + * _____________________ */ public enum PlatformAirCategory implements Category { @@ -138,6 +138,8 @@ public enum PlatformAirCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java index 75d22909e924a253bea8e96ef85b7d10f848c402..897ad7d9dd64644da19a7481d366d26972e1d49d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 277 marshal size 8<br> - * PlatformAirCivilianFixedWingAircraftSubcategories<br> + * _______________________________________________________<br> * Subcategories for Air Platform Categories 84-88. Subcategory values have the type of engine in the 10s digit and the number of engines in the 1s digit. */ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCategory @@ -103,6 +103,8 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java index 1bbd03608c229efd70ad0557a10c2253d5a4cecb..e05f56445df9bfbfa3c5602d0e175a501baa8872 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 276 marshal size 8<br> - * PlatformAirCivilianGliderSubcategories<br> + * __________________________________________<br> * Subcategories for Air Platform Category 83 */ public enum PlatformAirCivilianGliderSubcategories implements SubCategory @@ -91,6 +91,8 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java index bd393969ed0cf835cf2576b3f4fe6762780d475a..740224310c338696d31dfef7e4deca84972f986e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 278 marshal size 8<br> - * PlatformAirCivilianHelicopterSubcategories<br> + * ______________________________________________<br> * Subcategories for Air Platform Categories 90-92. Subcategory values have the number of rotors in the 10s digit and the rotor configuration in the 1s digit. */ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory @@ -101,6 +101,8 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java index d9c8de4d630f1d8d492b5654bbd1801ddb7bf0c7..b6ac2331a232f747561e93b006fb54db36c30af3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 280 marshal size 8<br> - * PlatformAirCivilianLighterthanAir,AirshipSubcategories<br> + * _____________________________________________________________<br> * Subcategories for Air Platform Category 101 */ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements SubCategory @@ -95,6 +95,8 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java index daef3c5a05bbd9a8279ec00c4d334aff5633bd2e..ae02d4ea66a6fd9c99f85f07d220629e95f0d8c3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 279 marshal size 8<br> - * PlatformAirCivilianLighterthanAir,BalloonSubcategories<br> + * _____________________________________________________________<br> * Subcategories for Air Platform Category 100 */ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements SubCategory @@ -97,6 +97,8 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java index 0e78bc19caff21b96e612ebdf38addce05bb3835..92554ca38c9c08aab741435582a3944113e54512 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 274 marshal size 8<br> - * PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories<br> + * ______________________________________________________________________<br> * Subcategories for Air Platform Category 80 */ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories implements SubCategory @@ -97,6 +97,8 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java index 2c6f16426558694cc3f806fb78b166bad81b7b85..4889834e15d24989f636b20a80164e3d177cd71e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 275 marshal size 8<br> - * PlatformAirCivilianUltralightRigidWingAircraftSubcategories<br> + * __________________________________________________________________<br> * Subcategories for Air Platform Category 81 */ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implements SubCategory @@ -91,6 +91,8 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java index 782e9770a28d6eb618860fc74ba0c6a86c0f0297..84df2c5189d82621bcf51c521c017072bb680e6a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 8 marshal size 8<br> - * PlatformDomain + * _______________ */ public enum PlatformDomain { @@ -97,6 +97,8 @@ public enum PlatformDomain return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java index 3dbb41292fe1431d5c728900722879d30a336304..86dd2b6c5c3fed32ee0b5bc9eaf683e5f6393a78 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 429 marshal size 8<br> - * PlatformLandBusSubcategories<br> + * _______________________________<br> * Subcategories for Land Platform Category 82 */ public enum PlatformLandBusSubcategories @@ -125,6 +125,8 @@ public enum PlatformLandBusSubcategories return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java index aa5a3328a2ebda05d72f4327cf14981b3bd3994b..32cd4cfc25f3c6efed6ffcdbfdde1b19a8ec93de 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 428 marshal size 8<br> - * PlatformLandCarSubcategories<br> + * _______________________________<br> * Subcategories for Land Platform Category 81. Subcategory values have the general form/style in the 10s/100s digits and the size in the 1s digit. A zero in the 1s digit indicates an unspecified size. */ public enum PlatformLandCarSubcategories implements SubCategory @@ -175,6 +175,8 @@ public enum PlatformLandCarSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java index 2acbbde5e107aae2704cea3fae2f078b3b94ecc0..dcf88946e443124b11ce23b5af2863bf716840ba 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 9 marshal size 8<br> - * PlatformLandCategory + * ______________________ */ public enum PlatformLandCategory implements Category { @@ -183,6 +183,8 @@ public enum PlatformLandCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java index 83369c79545da7ae9cd8bc68dd6c1fe11d24792f..c91549c9e6efcf66bdcb24cb36b073c77bb3de82 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 434 marshal size 8<br> - * PlatformLandConstructionSpecialtyVehicleSubcategories<br> + * __________________________________________________________<br> * Subcategories for Land Platform Category 87 */ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements SubCategory @@ -199,6 +199,8 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java index 10b491ed9bc2effa5f37f50ce6c63699d7ae7fca..40b2a830144b1dc882f07875f32dfb3caca21d2e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 435 marshal size 8<br> - * PlatformLandFarmSpecialtyVehicleSubcategories<br> + * __________________________________________________<br> * Subcategories for Land Platform Category 88 */ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory @@ -105,6 +105,8 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java index cede9bdbe364e945e18bf3c789c8d18d606f075d..ff33d0561881a4b47b05b5e645e05067b5c9976b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 427 marshal size 8<br> - * PlatformLandMotorcycleSubcategories<br> + * ______________________________________<br> * Subcategories for Land Platform Category 80 */ public enum PlatformLandMotorcycleSubcategories implements SubCategory @@ -97,6 +97,8 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java index 38f00eb2068163ec8be73044d1e57ac7d51a8a5f..ad15c9d2ce7b17f1bb14f2749a01d092548068dc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 432 marshal size 8<br> - * PlatformLandMultipleUnitCargoTruckSubcategories<br> + * _____________________________________________________<br> * Subcategories for Land Platform Category 85 */ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCategory @@ -93,6 +93,8 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java index c5092513cc9b2402adac067822c0ac1d93ec948e..4f20a9a9550bea9d03bb629be14882e5482aa9a0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 433 marshal size 8<br> - * PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories<br> + * _________________________________________________________________<br> * Subcategories for Land Platform Category 86 */ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implements SubCategory @@ -91,6 +91,8 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java index b578aaf1e2bde8a38a06b2399ae524af6ac53d28..d3fac2b1a27e3e4a2f36dd8364ec25dc6eff147d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 438 marshal size 8<br> - * PlatformLandNonmotorizedSubcategories<br> + * _________________________________________<br> * Subcategories for Land Platform Category 91 */ public enum PlatformLandNonmotorizedSubcategories @@ -137,6 +137,8 @@ public enum PlatformLandNonmotorizedSubcategories return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java index c30f0a89c87d0a0e8dab4ad2918e990277c3c360..94a5d265649132a16f1f2b75b20a4767fe0953a3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 437 marshal size 8<br> - * PlatformLandRecreationalSubcategories<br> + * ________________________________________<br> * Subcategories for Land Platform Category 90 */ public enum PlatformLandRecreationalSubcategories implements SubCategory @@ -117,6 +117,8 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java index 6f4356b314e70aa14e3ad7fcdeea141a9c204305..f75cbe11b7473fb875c6f842a56927fd52f82e08 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 430 marshal size 8<br> - * PlatformLandSingleUnitCargoTruckSubcategories<br> + * ___________________________________________________<br> * Subcategories for Land Platform Category 83 */ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory @@ -151,6 +151,8 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java index efe7d2ac236b68f013a904ddbc65a9cc39c31c9d..488ba85cac6a35a30e3839c002decd0afb804351 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 431 marshal size 8<br> - * PlatformLandSingleUnitUtilityEmergencyTruckSubcategories<br> + * _______________________________________________________________<br> * Subcategories for Land Platform Category 84 */ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements SubCategory @@ -177,6 +177,8 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java index 6410a5d13fb2a8c0d1c570987673d273b1ea2410..8e722b66a196ccd032eb501cf3df80b1ce198027 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 436 marshal size 8<br> - * PlatformLandTrailerSubcategories<br> + * ___________________________________<br> * Subcategories for Land Platform Category 89 */ public enum PlatformLandTrailerSubcategories implements SubCategory @@ -143,6 +143,8 @@ public enum PlatformLandTrailerSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java index 98ce16511b741dfcbe451253349acd4e200f3600..4a0820fa56a3b0b3adbccfbc074d03a1bb6809c1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 439 marshal size 8<br> - * PlatformLandTrainsSubcategories<br> + * __________________________________<br> * Subcategories for Land Platform Category 92 */ public enum PlatformLandTrainsSubcategories implements SubCategory @@ -103,6 +103,8 @@ public enum PlatformLandTrainsSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java index 14078fe915dac279ef26cad3f0c890e0e7480102..3843b0006bfd6a61138fa3a639c43db8e0e239ff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 440 marshal size 8<br> - * PlatformLandUtilityEmergencyCarSubcategories<br> + * _________________________________________________<br> * Subcategories for Land Platform Category 93 */ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory @@ -99,6 +99,8 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java index 2968d3193efb39227d39f3b2c0ae985a88e6d3cc..6f2494157adcfc175c9d17bb2fcb9c9f832f006b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 13 marshal size 8<br> - * PlatformSpaceCategory + * _______________________ */ public enum PlatformSpaceCategory implements Category { @@ -93,6 +93,8 @@ public enum PlatformSpaceCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java index 53f9812da7d4ba9137cc8ed6a70dda65952a5d46..42a83473f419c588f20c9a12b88a11627f2c7673 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 12 marshal size 8<br> - * PlatformSubsurfaceCategory + * ____________________________ */ public enum PlatformSubsurfaceCategory implements Category { @@ -125,6 +125,8 @@ public enum PlatformSubsurfaceCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java index ba7b9a3c1f16ec4429a1fd29b5f7568d7e40818a..8cbcc465816441653403326cf0ad6b7561426c46 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 508 marshal size 8<br> - * PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories<br> + * ____________________________________________________________<br> * Subcategories for Subsurface Platform Category 82 */ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements SubCategory @@ -89,6 +89,8 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java index c94ce893ab695771404081ac474ca785120a9ea4..3104e4e9a19746ed41ed4e8b0510491ad84d27b0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 506 marshal size 8<br> - * PlatformSubsurfaceCivilianSubmarineSubcategories<br> + * ____________________________________________________<br> * Subcategories for Subsurface Platform Category 80 */ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCategory @@ -89,6 +89,8 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java index af875a3dcb6e635907eacf4753bf2f4cda2b0714..cefe92bb639170f1273a9a5e7168afbf5db2d9fb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 507 marshal size 8<br> - * PlatformSubsurfaceCivilianSubmersibleSubcategories<br> + * ______________________________________________________<br> * Subcategories for Subsurface Platform Category 81 */ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCategory @@ -89,6 +89,8 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java index 700306f6ace6c4bb9fe9f7d4589cd4302758d3f1..b415fb9b3ab6083da61211a6dec8314b956dda1d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 11 marshal size 8<br> - * PlatformSurfaceCategory + * _________________________ */ public enum PlatformSurfaceCategory implements Category { @@ -170,6 +170,8 @@ public enum PlatformSurfaceCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java index d864c48807c3cdf8cefdff37fb4735410c637003..d16fca8fc596256b40e827aa299f518d8506a364 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 442 marshal size 8<br> - * PlatformSurfaceDryCargoShipSubcategories<br> + * _____________________________________________<br> * Subcategories for Surface Platform Category 81. */ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory @@ -101,6 +101,8 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java index ec53455c691c50a3f505f0592f8038e40dade025..50e939588a8088d1d87ffa8c570b59274b866ade 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 447 marshal size 8<br> - * PlatformSurfaceFishingVesselSubcategories<br> + * _____________________________________________<br> * Subcategories for Surface Platform Category 86. */ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory @@ -97,6 +97,8 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java index 52293860f4e6797c1d25ae6175a9dc7ee79fb130..abce2911a6886a1de328c5c9f672eb07dde532a8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 448 marshal size 8<br> - * PlatformSurfaceOtherVesselsSubcategories<br> + * ____________________________________________<br> * Subcategories for Surface Platform Category 87. */ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory @@ -107,6 +107,8 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java index a584de01e04ab92f630cc244ebda7620cb0dfc0d..e8db5f011e3b85ac0775d235cdd89e3facdfcc7c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 441 marshal size 8<br> - * PlatformSurfacePassengerVesselSubcategories<br> + * _______________________________________________<br> * Subcategories for Surface Platform Category 80. */ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory @@ -97,6 +97,8 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java index c45c7eee0a714befc38b56c2f6a324972d081895..daf39e33ecf43c1e787172bcbd6b6d0b3b9b3c6d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 445 marshal size 8<br> - * PlatformSurfacePrivateMotorboatSubcategories<br> + * ________________________________________________<br> * Subcategories for Surface Platform Category 84. */ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory @@ -95,6 +95,8 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java index 6744abf5f6a659d7d1d964f3038ea6bbbb243c23..c295dc6d96c1e72893b14850a6c11174838a83c3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 446 marshal size 8<br> - * PlatformSurfacePrivateSailboatSubcategories<br> + * _______________________________________________<br> * Subcategories for Surface Platform Category 85. */ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory @@ -95,6 +95,8 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java index 2c207835f5dc57ab05613b0a784ff01fd6b0ee53..0ee5beb9c77126710e2a156b38a0b15b4c158faf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 444 marshal size 8<br> - * PlatformSurfaceSupportVesselSubcategories<br> + * _____________________________________________<br> * Subcategories for Surface Platform Category 83 */ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory @@ -105,6 +105,8 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java index 818d99e129b55d438469b33a8aaed67cc6de1c9e..af25fb5f5dd9824e4fc6cfc352f1c490cc479903 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 443 marshal size 8<br> - * PlatformSurfaceTankerSubcategories<br> + * _____________________________________<br> * Subcategories for Surface Platform Category 82. */ public enum PlatformSurfaceTankerSubcategories implements SubCategory @@ -105,6 +105,8 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceAirGroundBurst.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceAirGroundBurst.java index 13310507aeb30a15076273b944fd47139dc1adca..632eaf3ce9a69de9fd4bcfa308c6fcc5ed366405 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceAirGroundBurst.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceAirGroundBurst.java @@ -5,30 +5,30 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 232 marshal size 16<br> - * PointObjectAppearanceAir/GroundBurst + * ________________________________________ */ public class PointObjectAppearanceAirGroundBurst extends DisBitSet { /** * 8-bit unsigned integer indicating the percent opacity of the smoke (0..100) */ - public static Bits OPACITYPERCENT = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * 8-bit unsigned integer indicating the radius in meters of the cylinder which approximates an individual burst */ - public static Bits SIZE = new Bits(8, 8); + public static Bits undef_2 = new Bits(8, 8); /** * 8-bit unsigned integer indicating the height in meters of the cylinder which approximates an individual burst */ - public static Bits HEIGHT = new Bits(16, 8); + public static Bits undef_3 = new Bits(16, 8); /** * 6-bit unsigned integer indicating the number of bursts in the instance of tactical smoke */ - public static Bits NUMBEROFBURSTS = new Bits(24, 6); + public static Bits undef_4 = new Bits(24, 6); /** * Describes the chemical content of the smoke, Use {@link AppearanceObjectSpecificChemicalType} values for this field */ - public static Bits CHEMICALTYPE = new Bits(30, 2, AppearanceObjectSpecificChemicalType.class); + public static Bits undef_5 = new Bits(30, 2, AppearanceObjectSpecificChemicalType.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingRubble.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingRubble.java index ad22d4abcdbb0092743e8e82b0ac3360c421fe90..aaed84e9557da859686e781a686aefa32ccfffc6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingRubble.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingRubble.java @@ -5,7 +5,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 483 marshal size 32<br> - * PointObjectAppearanceBuildingRubble + * _______________________________________ */ public class PointObjectAppearanceBuildingRubble extends DisBitSet { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingStructure.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingStructure.java index 01180e6a6d5b93f0f51ce5c102be89bf7991bb4e..062f7d2aaf6a512eaf790c22646592142a2f1259 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingStructure.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceBuildingStructure.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 230 marshal size 16<br> - * PointObjectAppearanceBuilding/Structure + * __________________________________________ */ public class PointObjectAppearanceBuildingStructure extends DisBitSet { /** * Describes the color of the building or structure, Use {@link Color} values for this field */ - public static Bits COLOR = new Bits(0, 8, Color.class); + public static Bits undef = new Bits(0, 8, Color.class); /** * Describes the visual paint design, Use {@link BuildingPaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(8, 8, BuildingPaintScheme.class); + public static Bits undef_2 = new Bits(8, 8, BuildingPaintScheme.class); /** * Describes whether the aperture (e.g., tent) is open or closed */ - public static Bits ISAPERTUREOPEN = new Bits(16, 1); + public static Bits undef_3 = new Bits(16, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceCrater.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceCrater.java index dd4685a8e204ab3f2b268717474f632ff66022c0..45363b68bbcd7eb19901668d850f0130e9298670 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceCrater.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceCrater.java @@ -5,26 +5,26 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 233 marshal size 16<br> - * PointObjectAppearanceCrater + * ______________________________ */ public class PointObjectAppearanceCrater extends DisBitSet { /** * 8-bit unsigned integer indicating the diameter of the crater in meters */ - public static Bits DIAMETER = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * 8-bit unsigned integer indicating the depth of the crater in centimeters */ - public static Bits DEPTH = new Bits(8, 8); + public static Bits undef_2 = new Bits(8, 8); /** * 8-bit unsigned integer indicating the height of the crater in centimeters */ - public static Bits HEIGHT = new Bits(16, 8); + public static Bits undef_3 = new Bits(16, 8); /** * Describes the breached appearance of the object, Use {@link AppearanceLinearObjectTankDitchBreach} values for this field */ - public static Bits BREACHSTATE = new Bits(30, 2, AppearanceLinearObjectTankDitchBreach.class); + public static Bits undef_4 = new Bits(30, 2, AppearanceLinearObjectTankDitchBreach.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceDisturbedEarthRoad.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceDisturbedEarthRoad.java index bc464ae0ed9b2d74f900083eeb1651d57635ad81..3eb960154b846f1c756b91c5be179f3ce9bca4b7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceDisturbedEarthRoad.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceDisturbedEarthRoad.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 485 marshal size 32<br> - * PointObjectAppearanceDisturbedEarth/Road + * ______________________________________________ */ public class PointObjectAppearanceDisturbedEarthRoad extends DisBitSet { /** * 8-bit unsigned integer indicating the diameter in decimeters */ - public static Bits DIAMETER = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * 8-bit unsigned integer indicating the height in centimeters */ - public static Bits HEIGHT = new Bits(8, 8); + public static Bits undef_2 = new Bits(8, 8); /** * 4-bit unsigned integer indicating 16 levels of contrast (low to high) distinguishing variation of object from surrounding surface */ - public static Bits CONTRAST = new Bits(16, 4); + public static Bits undef_3 = new Bits(16, 4); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceLogCribAbatisEtAl.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceLogCribAbatisEtAl.java index f4093a64fb946e7624569f183450e8bf6c8db871..a587addfbc3a0d6958ab35b8cac74d632844f86d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceLogCribAbatisEtAl.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceLogCribAbatisEtAl.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 231 marshal size 16<br> - * PointObjectAppearanceLogcrib,Abatis,Vehicledefilade,andInfantryfightingposition + * __________________________________________________________________________________________ */ public class PointObjectAppearanceLogCribAbatisEtAl extends DisBitSet { /** * Describes the breached appearance of the object, Use {@link AppearanceObjectSpecificBreachState} values for this field */ - public static Bits BREACHSTATE = new Bits(0, 2, AppearanceObjectSpecificBreachState.class); + public static Bits undef = new Bits(0, 2, AppearanceObjectSpecificBreachState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearancePothole.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearancePothole.java index 4174eb797e3a94c37ffef2340775579eb4f4a454..1427a5827d6566b23b5a146c0ae2a27e6d21359a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearancePothole.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearancePothole.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 486 marshal size 32<br> - * PointObjectAppearancePothole + * _______________________________ */ public class PointObjectAppearancePothole extends DisBitSet { /** * 8-bit unsigned integer indicating the diameter in decimeters */ - public static Bits DIAMETER = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); /** * 8-bit unsigned integer indicating the depth in centimeters */ - public static Bits DEPTH = new Bits(8, 8); + public static Bits undef_2 = new Bits(8, 8); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceRibbonBridge.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceRibbonBridge.java index 0560c356de362fea3b2262ce75561137c9e53fbc..46735ee0d015d9cac8076dc07f9f088fea1efe88 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceRibbonBridge.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceRibbonBridge.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 234 marshal size 16<br> - * PointObjectAppearanceRibbonBridge + * _____________________________________ */ public class PointObjectAppearanceRibbonBridge extends DisBitSet { /** * 8-bit unsigned integer indicating the number of segments composing the ribbon bridge */ - public static Bits NUMBEROFSEGMENTS = new Bits(0, 8); + public static Bits undef = new Bits(0, 8); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceStationaryBridgeAndAVLB.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceStationaryBridgeAndAVLB.java index f77ab7e0e53fd7570a508103b8de7feb7f814b1d..718a4655c7a7c9686d3daa1ed819e4891bb3eadc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceStationaryBridgeAndAVLB.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceStationaryBridgeAndAVLB.java @@ -5,7 +5,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 484 marshal size 32<br> - * PointObjectAppearanceStationaryBridgeandAVLB + * __________________________________________________ */ public class PointObjectAppearanceStationaryBridgeAndAVLB extends DisBitSet { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceTree.java b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceTree.java index 156305b453f2e7a24ef113bf6fcdba2c0655affe..23ebe1306c4a0bb284e91052b2b144807c46c89d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceTree.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PointObjectAppearanceTree.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 487 marshal size 32<br> - * PointObjectAppearanceTree + * ____________________________ */ public class PointObjectAppearanceTree extends DisBitSet { /** * Indicates the visually represented season, Use {@link Season} values for this field */ - public static Bits SEASON = new Bits(0, 2, Season.class); + public static Bits undef = new Bits(0, 2, Season.class); /** * Indicates the leaf coverage, Use {@link LeafCoverage} values for this field */ - public static Bits LEAFCOVERAGE = new Bits(2, 2, LeafCoverage.class); + public static Bits undef_2 = new Bits(2, 2, LeafCoverage.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioAppearance.java index 71a546e1ebfc72ec8610543fcc1d0af8bbbfde66..1e128e8a38992b481dcf21a20acb0e42ca9ea71e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioAppearance.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 41 marshal size 32<br> - * RadioAppearance + * ________________ */ public class RadioAppearance extends DisBitSet { /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef = new Bits(21, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_2 = new Bits(23, 1, AppearanceEntityorObjectState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioCapabilities.java index e2eab9b96c8de252ff0e0cbc0c21effb73d7fc6f..73f4598534345505e627b6b48307f20e4fc3d95a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioCapabilities.java @@ -5,14 +5,14 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 460 marshal size 32<br> - * RadioCapabilities + * __________________ */ public class RadioCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java index dcab5f4e513f9436184b7e5782af82fe936091f8..696dab7a8fa7223e4875d30f6a0bec6ce2476e33 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 22 marshal size 8<br> - * RadioCategory + * ______________ */ public enum RadioCategory implements Category { @@ -173,6 +173,8 @@ public enum RadioCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java index 90b513bf46fc7bac78dda20c7b78da97b428267a..225c392319f7117ddcf75e63afe2e4d9743b8bdd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 23 marshal size 16<br> - * RadioSubcategory<br> + * _________________<br> * JETDS Specific Series are reserved in the range 11-100. Each set allows for 255 radios. */ public enum RadioSubcategory implements SubCategory @@ -192,6 +192,10 @@ public enum RadioSubcategory implements SubCategory return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java b/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java index 0f0bef13170ee8e95ad4ac6d7e0357c9e404bf34..14d423cac5d2819dfb891352ebe30718af67e523 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 179 marshal size 16<br> - * ReceiverReceiverState + * _______________________ */ public enum ReceiverReceiverState { @@ -76,6 +76,10 @@ public enum ReceiverReceiverState return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java b/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java index 9f87a0ad0b0312a5d21178f99f31abfd75d0936c..5ea6bbf1328f10f606ff2122b8434303d815860a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 334 marshal size 16<br> - * RecordQueryREventType + * _________________________ */ public enum RecordQueryREventType { @@ -74,6 +74,10 @@ public enum RecordQueryREventType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java b/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java index ec729be0c4cac605b56169c7f507a418680afa84..89ef72a85700463a41749cf240a5f5bf101818de 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 333 marshal size 16<br> - * RecordREventType + * ___________________ */ public enum RecordREventType { @@ -72,6 +72,10 @@ public enum RecordREventType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java index fef44716ed71b51c4232d7a2913cdbd2d62f9b4b..b599695e00fc4e7bd6c3f4f4f26ce0f1b9129d03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 64 marshal size 16<br> - * RepairCompleteRepair + * ______________________ */ public enum RepairCompleteRepair { @@ -238,6 +238,10 @@ public enum RepairCompleteRepair return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java index 018c4eb2cc0958d594ee30c6b7bd13eada3e7a65..76c805cd22c2ce7eba4ea6a32184f41444f1512d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 272 marshal size 8<br> - * RepairGroups + * _____________ */ public enum RepairGroups { @@ -105,6 +105,8 @@ public enum RepairGroups return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java index dae4e0652df825723c753a99c1342d656d6f64be..ca6b11bd9bff075f2eb336666eb992ef4a33f0c4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 65 marshal size 8<br> - * RepairResponseRepairResult + * _____________________________ */ public enum RepairResponseRepairResult { @@ -95,6 +95,8 @@ public enum RepairResponseRepairResult return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java b/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java index 427c2bd0ffdab45eb3f722bbb290b0f26a85781c..68732b828bd38d778f750388a7a765e02a1f5593 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 373 marshal size 8<br> - * ReplyAmplification + * ___________________ */ public enum ReplyAmplification { @@ -93,6 +93,8 @@ public enum ReplyAmplification return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java b/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java index e42aa3774c5544ffa6c877e4d2b7051abd8dba0d..a76d6dd7ea684d3f2d537395bc1c4d44122b2bbb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 74 marshal size 8<br> - * RequiredReliabilityService + * ____________________________ */ public enum RequiredReliabilityService { @@ -89,6 +89,8 @@ public enum RequiredReliabilityService return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java b/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java deleted file mode 100644 index 5185b648a9c245f4181d6dc826301314bc18d0ba..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java +++ /dev/null @@ -1,100 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 736 marshal size 8<br> - * SISOSTD002Version - */ -public enum SISOSTD002Version -{ - /** SISO-STD-002-2006 */ - SISO_STD_002_2006 (0, "SISO-STD-002-2006"); - - private int value; - private final String description; - - SISOSTD002Version(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static SISOSTD002Version getEnumForValue(int i) - { - for(SISOSTD002Version val: SISOSTD002Version.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration SISOSTD002Version"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static SISOSTD002Version unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static SISOSTD002Version unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "SISOSTD002Version: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Season.java b/src-generated/edu/nps/moves/dis7/enumerations/Season.java index 19a808269be6d4c04e38edd8c9fb29a4729a6d2e..06fe095fd77b146b811c59d81285301b38c1a715 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Season.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Season.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 465 marshal size 2<br> - * Season + * ______ */ public enum Season { @@ -93,6 +93,8 @@ public enum Season return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterAppearance.java index 84ea53931a34519f38b0aed82ac5db4d56dbc98c..84ca29f1c49dbea91d357bcedc7f9ca56b676ae0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterAppearance.java @@ -5,82 +5,82 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 43 marshal size 32<br> - * Sensor/EmitterAppearance + * _________________________ */ public class SensorEmitterAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits MOBILITYKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether it is capable of carrying out its mission (e.g., damaged antenna) */ - public static Bits MISSIONKILLED = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_4 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_5 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * Describes the size of the trailing effects, Use {@link AppearanceTrailingEffects} values for this field */ - public static Bits TRAILINGEFFECTS = new Bits(7, 2, AppearanceTrailingEffects.class); + public static Bits undef_7 = new Bits(7, 2, AppearanceTrailingEffects.class); /** * Describes whether the lights are on or off */ - public static Bits LIGHTSON = new Bits(12, 1); + public static Bits undef_8 = new Bits(12, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_9 = new Bits(15, 1); /** * Describes whether the antenna is raised or not */ - public static Bits ANTENNARAISED = new Bits(16, 1); + public static Bits undef_10 = new Bits(16, 1); /** * Describes the camouflage color, Use {@link AppearanceCamouflageType} values for this field */ - public static Bits CAMOUFLAGETYPE = new Bits(17, 2, AppearanceCamouflageType.class); + public static Bits undef_11 = new Bits(17, 2, AppearanceCamouflageType.class); /** * Describes the type of concealment, Use {@link AppearanceConcealedPosition} values for this field */ - public static Bits CONCEALEDPOSITION = new Bits(19, 1, AppearanceConcealedPosition.class); + public static Bits undef_12 = new Bits(19, 1, AppearanceConcealedPosition.class); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_13 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_14 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_15 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether or not the tent is extended */ - public static Bits TENTEXTENDED = new Bits(24, 1); + public static Bits undef_16 = new Bits(24, 1); /** * Describes whether blackout lights are on or off */ - public static Bits BLACKOUTLIGHTSON = new Bits(26, 1); + public static Bits undef_17 = new Bits(26, 1); /** * Describes whether interior lights are on or off */ - public static Bits INTERIORLIGHTSON = new Bits(29, 1); + public static Bits undef_18 = new Bits(29, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCapabilities.java index 2129475ee33e91b014dd50bc8aa7bd6b317a0cb0..0d7b1dc717b21150108c823fd250bc296ac9a759 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCapabilities.java @@ -5,26 +5,26 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 462 marshal size 32<br> - * Sensor/EmitterCapabilities + * ___________________________ */ public class SensorEmitterCapabilities extends DisBitSet implements EntityCapabilities { /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(0, 5); + public static Bits undef = new Bits(0, 5); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_2 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_3 = new Bits(7, 1); /** * The Entity (normally a virtual manned module) can be task organized into an existing mixed mode unit (where mixed mode is intended to comprise a combination of computer-generated forces and virtual or even live forces). */ - public static Bits TASKORGANIZABLE = new Bits(8, 1); + public static Bits undef_4 = new Bits(8, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java index 79221f57c590169a0fe84744774eb9a214e7bb88..bfda0e61185f5c863652cc58ba57dc479fa39be0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 28 marshal size 8<br> - * Sensor/EmitterCategory + * _______________________ */ public enum SensorEmitterCategory implements Category { @@ -119,6 +119,8 @@ public enum SensorEmitterCategory implements Category return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java index d30ef8bac7791150315a4c1c6da71092e6871ea9..1e98406c2e10eac70d1d04ce6acd9b37dfc190be 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 331 marshal size 8<br> - * SensorOn/OffStatus + * ____________________ */ public enum SensorOnOffStatus { @@ -89,6 +89,8 @@ public enum SensorOnOffStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java index 1e31eb8496fc958e05fc41fc0928f41b5ad5928d..c6c2d0adf35ecddfa469bddbeb119d56976d16a4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 325 marshal size 16<br> - * SensorRecordSensorTypeOtherActiveSensors + * ______________________________________________ */ public enum SensorRecordSensorTypeOtherActiveSensors { @@ -72,6 +72,10 @@ public enum SensorRecordSensorTypeOtherActiveSensors return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java index 584f3204bf2a441deeb74a2536b4a8c56d540703..1692402c9d89963a60e41b57d74c1adb4e3383bf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 326 marshal size 16<br> - * SensorRecordSensorTypePassiveSensors + * _________________________________________ */ public enum SensorRecordSensorTypePassiveSensors { @@ -160,6 +160,10 @@ public enum SensorRecordSensorTypePassiveSensors return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java index 57c31767339986dd88ac78fb99aff67169330c02..ef5c5eae20b33e438daee7b6f16d5403fa28b7b6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 414 marshal size 8<br> - * SensorTypeSource + * __________________ */ public enum SensorTypeSource { @@ -97,6 +97,8 @@ public enum SensorTypeSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java index 32a801a13a55f8b323ca1c7b0aa042594b3a3a0b..a4a5eead78fa7fb2acf5855414db9b28bdeac5d1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 283 marshal size 8<br> - * SeparationVPPreEntityIndicator + * __________________________________ */ public enum SeparationVPPreEntityIndicator { @@ -93,6 +93,8 @@ public enum SeparationVPPreEntityIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java index 94b11b8d6eaa626c7d4cd2bee4888c899a1b1473..cdd28a29e91cfae83b26fcf0285fe8bf35ba6eb5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 282 marshal size 8<br> - * SeparationVPReasonforSeparation + * ___________________________________ */ public enum SeparationVPReasonforSeparation { @@ -91,6 +91,8 @@ public enum SeparationVPReasonforSeparation return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java b/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java index b6c4e9911d1df21949703cd05f69954d7854ebef..32f7b3688f572dbb2b1ea2abd9eacba52b763098 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 63 marshal size 8<br> - * ServiceRequestServiceTypeRequested + * ______________________________________ */ public enum ServiceRequestServiceTypeRequested { @@ -95,6 +95,8 @@ public enum ServiceRequestServiceTypeRequested return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java index 6c292ea9ce9c2c5c30b6cf72d83ccc65bd2c7e98..83951491667d3af4b43c272e325d9e652de25929 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 270 marshal size 2<br> - * SignalEncodingClass + * _____________________ */ public enum SignalEncodingClass { @@ -93,6 +93,8 @@ public enum SignalEncodingClass return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java index 9a2b202c50ecfe8397df59b5fb5f0d518589aa35..09cc31bdb8e2e64864affc37fc9e2c238962468c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 271 marshal size 14<br> - * SignalEncodingType + * ____________________ */ public enum SignalEncodingType { @@ -96,6 +96,10 @@ public enum SignalEncodingType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java index 1190426fcc79a1c5590eb4d014cf8a99eeedd87b..1a15180dd080d294cb965aa6a6672f87133be752 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 178 marshal size 16<br> - * SignalTDLType + * _______________ */ public enum SignalTDLType { @@ -262,6 +262,10 @@ public enum SignalTDLType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java index 12faaf1871658eaf302a9b023c626cef69f15c35..34ee14b3ae0163a8c76d8bb686419a3278ab3dff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 177 marshal size 32<br> - * SignalUserProtocolIdentificationNumber + * __________________________________________ */ public enum SignalUserProtocolIdentificationNumber { @@ -140,6 +140,10 @@ public enum SignalUserProtocolIdentificationNumber return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformAppearance.java index 9d1d69ac7d0515033ab463bf66adb9e899436d18..529ae8e9b832d3dec6ee2386a10e0b91862533e8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformAppearance.java @@ -5,46 +5,46 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 35 marshal size 32<br> - * SpacePlatformAppearance + * _________________________ */ public class SpacePlatformAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits MOBILITYKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_3 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke or vapor is emanating from the entity */ - public static Bits ISSMOKE_VAPOREMANATING = new Bits(5, 1); + public static Bits undef_4 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_5 = new Bits(6, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_6 = new Bits(15, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_7 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_8 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_9 = new Bits(23, 1, AppearanceEntityorObjectState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformCapabilities.java index b1ae784771fc56629aece4a631dca475e2e7df6a..480b243dfb928fa443e81101695122d3efceb531 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpacePlatformCapabilities.java @@ -5,30 +5,30 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 454 marshal size 32<br> - * SpacePlatformCapabilities + * ___________________________ */ public class SpacePlatformCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java index 9570befee99761b13febe98221a611a7cfa53ff4..d6517dc06024203d7e0aa9a8d244a5613fd721ce 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 132 marshal size 8<br> - * SpecificDimensionEnumerationsforAirAreaSize<br> + * _________________________________________________<br> * The gaps in enumeration values are intentional and are reserved for future additions. */ public enum SpecificDimensionEnumerationsforAirAreaSize @@ -99,6 +99,8 @@ public enum SpecificDimensionEnumerationsforAirAreaSize return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java index 73dc8230e7453c17809d7ec25a0ef60df6a946ef..f7f3d55782b71805c927058aa7372be231150684 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 131 marshal size 8<br> - * SpecificDimensionEnumerationsforLandAreaSize<br> + * __________________________________________________<br> * The gaps in enumeration values are intentional and are reserved for future additions. */ public enum SpecificDimensionEnumerationsforLandAreaSize @@ -99,6 +99,8 @@ public enum SpecificDimensionEnumerationsforLandAreaSize return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java index 09278b211184b26171ca8aaa1b384d6a35179453..a375fd35d4ced2a9c25058267e52fb29527f9b83 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 404 marshal size 2<br> - * SpotChaffStatus + * _________________ */ public enum SpotChaffStatus { @@ -91,6 +91,8 @@ public enum SpotChaffStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeFrozenBehavior.java b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeFrozenBehavior.java index 4c21ece8e427d9392730ae37cc2404399c810e45..b337440d4def7e8fd51cd13a45e844b15c06f3f1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeFrozenBehavior.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeFrozenBehavior.java @@ -5,22 +5,22 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 68 marshal size 8<br> - * Stop/FreezeFrozenBehavior + * ___________________________ */ public class StopFreezeFrozenBehavior extends DisBitSet { /** * Describes whether a simulation application should run the internal simulation clock or not */ - public static Bits RUNSIMULATIONCLOCK = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether a simulation application should transmit updates and interactions or not */ - public static Bits TRANSMITUPDATES = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether a simulation application should update simulation models of other entities via received updates or interactions */ - public static Bits PROCESSUPDATES = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java index 53dd6020f7465dd258b5757d1fa4bba9b87478e3..31b4d5f01df33e79be70e3b860240b375fa9dd6f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 67 marshal size 8<br> - * Stop/FreezeReason + * __________________ */ public enum StopFreezeReason { @@ -103,6 +103,8 @@ public enum StopFreezeReason return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java index 338a0c9baba88a53bcd23e933985fafa2cf82a9e..4567dd935e368c371657650e32484d5c14d70a2a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 110 marshal size 8<br> - * SubcategoriesforAirCategory200Bird + * _________________________________________ */ public enum SubcategoriesforAirCategory200Bird implements SubCategory { @@ -139,6 +139,8 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java index 50ac54bd638d77e27cc861d2cff1a70e8b8ddf16..6bab42400d2d7811f3fcb0636b1d4b7a895e9b03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 111 marshal size 8<br> - * SubcategoriesforAirCategory201Insect + * ___________________________________________ */ public enum SubcategoriesforAirCategory201Insect implements SubCategory { @@ -103,6 +103,8 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java index 31d8a0f856c6c81fa0b7fabe6ec0746c30ec26b2..03c8c74855a94f4617b7d9cad8ce6d70dbe63926 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 112 marshal size 8<br> - * SubcategoriesforAirCategory202Mammal + * ___________________________________________ */ public enum SubcategoriesforAirCategory202Mammal implements SubCategory { @@ -91,6 +91,8 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java index 6b32d22741ee850218968f87b7dc50debaa7761a..0f82649e5c4dd9e75adff0eab556eaa64f19b282 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 100 marshal size 8<br> - * SubcategoriesforLandCategory200Mammal<br> + * ____________________________________________<br> * 1-199 Domesticated animals, 200-255 Wild animals */ public enum SubcategoriesforLandCategory200Mammal implements SubCategory @@ -145,6 +145,8 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java index d3c03057c342540587eb653b77c518f45a044a0e..1375802c6b12ed42d0309a5c75d5b01abfc36d49 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 101 marshal size 8<br> - * SubcategoriesforLandCategory201Reptile + * _____________________________________________ */ public enum SubcategoriesforLandCategory201Reptile implements SubCategory { @@ -131,6 +131,8 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java index c749bb2a2a0b97a1c43fcb73ed2057259ce4b192..0549bb4ba3a466c1ef16bab44156b1f3992a87d2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 102 marshal size 8<br> - * SubcategoriesforLandCategory202Amphibian + * _______________________________________________ */ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory { @@ -93,6 +93,8 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java index 01cce0d02114b0dd0c4125d3701284d3f90297d3..900c46e685cbd7faaeb58d44fd97de90fa9c1791 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 103 marshal size 8<br> - * SubcategoriesforLandCategory203Insect + * ____________________________________________ */ public enum SubcategoriesforLandCategory203Insect implements SubCategory { @@ -99,6 +99,8 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java index f1a667d02ddf96d6c9ff2be4e57f57fb0a8ccf2b..3705be91a3bbe20103f73629567c7d04250f90b1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 104 marshal size 8<br> - * SubcategoriesforLandCategory204Arachnid + * ______________________________________________ */ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory { @@ -95,6 +95,8 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java index 4abfc5927ecf161ae1320cdcc2c2db5266a83a7b..287555371aec252904a68695f128f7e0d5ae5a37 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 105 marshal size 8<br> - * SubcategoriesforLandCategory205Mollusk + * _____________________________________________ */ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory { @@ -89,6 +89,8 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java index 2f14ef702a472c302bdf81e4c0b2624f98dfc8e3..5072fdae95e981df8ac7e1211bcb676c3c8c163d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 106 marshal size 8<br> - * SubcategoriesforLandCategory206Marsupial<br> + * _______________________________________________<br> * 1-99 Ameridelphia, 100-250 Australidelphia */ public enum SubcategoriesforLandCategory206Marsupial @@ -111,6 +111,8 @@ public enum SubcategoriesforLandCategory206Marsupial return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java index 19f45ea33dff6d3f84b8b3e2e120e2ddd055c1df..9e98641e1e0c2e68b0af0b53fa62d064373c031d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 120 marshal size 8<br> - * SubcategoriesforSubsurfaceCategory200Fish + * ________________________________________________ */ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory { @@ -139,6 +139,8 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java index ca8467d4693247d8b8f74dd9717bf45bc160822a..3faed097b07f4d480f237081829f2210a3c9dbf4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 121 marshal size 8<br> - * SubcategoriesforSubsurfaceCategory201Mammal + * __________________________________________________ */ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory { @@ -203,6 +203,8 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java index 3f55cd901bb54260731b8aa05e8923bf06c4c7cd..23e388de6ed9f8d19b5f7296e34a1a4ed199d264 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 122 marshal size 8<br> - * SubcategoriesforSubsurfaceCategory202Mollusk + * ___________________________________________________ */ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory { @@ -103,6 +103,8 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java index 1083724b7d8e2da1a69fdb8416b2eaf6b61cc585..eebf06842aa4aca87d5f6da6d64d1330c5a190b1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 123 marshal size 8<br> - * SubcategoriesforSubsurfaceCategory203Crustacean + * ______________________________________________________ */ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCategory { @@ -95,6 +95,8 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java index 70bfca865e89027a2e192379d91497871956a61e..b2c2c770be4f6285cfae3b019cad54ab6d1795cb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 124 marshal size 8<br> - * SubcategoriesforSubsurfaceCategory204Insect + * __________________________________________________ */ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory { @@ -89,6 +89,8 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformAppearance.java index 80e1d35473bcd7d19e504b2f0653754d00d4d1d9..e96cb51fa14fa8c28fff9dc8b1ead2a19e8bf7dd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformAppearance.java @@ -5,54 +5,54 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 34 marshal size 32<br> - * SubsurfacePlatformAppearance + * ______________________________ */ public class SubsurfacePlatformAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits MOBILITYKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_3 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_4 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_5 = new Bits(6, 1); /** * Describes whether the hatch is open or closed, Use {@link AppearanceSubsurfaceHatch} values for this field */ - public static Bits HATCH = new Bits(9, 3, AppearanceSubsurfaceHatch.class); + public static Bits undef_6 = new Bits(9, 3, AppearanceSubsurfaceHatch.class); /** * Describes whether running lights are on or off */ - public static Bits RUNNINGLIGHTSON = new Bits(12, 1); + public static Bits undef_7 = new Bits(12, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_8 = new Bits(15, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_9 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_10 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_11 = new Bits(23, 1, AppearanceEntityorObjectState.class); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformCapabilities.java index cb190ed9237ef11456bdd5ff8b07d1cf95954747..daae95e8700bd493f997eb8c310635e893ccde67 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubsurfacePlatformCapabilities.java @@ -5,42 +5,42 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 453 marshal size 32<br> - * SubsurfacePlatformCapabilities + * ________________________________ */ public class SubsurfacePlatformCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_7 = new Bits(7, 1); /** * The Entity (normally a virtual manned module) can be task organized into an existing mixed mode unit (where mixed mode is intended to comprise a combination of computer-generated forces and virtual or even live forces). */ - public static Bits TASKORGANIZABLE = new Bits(8, 1); + public static Bits undef_8 = new Bits(8, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyAppearance.java index 651726ad4c452054aa9d2b49757e0fa7970cacec..b7199b71ae83785fcd106e864ad27c9b1017e8ce 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyAppearance.java @@ -5,42 +5,42 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 40 marshal size 32<br> - * SupplyAppearance + * _________________ */ public class SupplyAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_2 = new Bits(3, 2, AppearanceDamage.class); /** * Describes the status of a supplys parachute, Use {@link Parachute} values for this field */ - public static Bits PARACHUTESTATUS = new Bits(7, 2, Parachute.class); + public static Bits undef_3 = new Bits(7, 2, Parachute.class); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_4 = new Bits(15, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_5 = new Bits(21, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_6 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes the deployed status, Use {@link AppearanceSupplyDeployed} values for this field */ - public static Bits DEPLOYEDSTATUS = new Bits(24, 2, AppearanceSupplyDeployed.class); + public static Bits undef_7 = new Bits(24, 2, AppearanceSupplyDeployed.class); /** * Describes whether or not the entity is masked or cloaked */ - public static Bits MASKED_CLOAKED = new Bits(31, 1); + public static Bits undef_8 = new Bits(31, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyCapabilities.java index fdb5c10c18514dada9a643338dc09dcbf7fc77f4..d9339e2693474675a03a862b539785dcf7cf9c04 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyCapabilities.java @@ -5,30 +5,30 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 459 marshal size 32<br> - * SupplyCapabilities + * ___________________ */ public class SupplyCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(2, 3); + public static Bits undef_3 = new Bits(2, 3); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_4 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_5 = new Bits(7, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java index 8a6a29fe88d81a05e78bef46c4301e298dbbdb8c..2b217df513997dff965dd9e5c1b654fad0126364 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 600 marshal size 8<br> - * SupplyDomain + * _____________ */ public enum SupplyDomain { @@ -111,6 +111,8 @@ public enum SupplyDomain return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java index c1ea1f6446dfbdf82ff2db87ff37222bc258191c..937a9b69f79fb7c8e2ea5854046c4507cfb11d4d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 413 marshal size 8<br> - * SupplyFuelType<br> + * ________________<br> * Specific values for Supply Subcategory Fuels (1). */ public enum SupplyFuelType @@ -109,6 +109,8 @@ public enum SupplyFuelType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformAppearance.java b/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformAppearance.java index ec52913367c3d138d97ee5089922d0927078f5c5..31b46ae3d49b6ddeb80eab870ddf0bc21cffd13c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformAppearance.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformAppearance.java @@ -5,62 +5,62 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 33 marshal size 32<br> - * SurfacePlatformAppearance + * ___________________________ */ public class SurfacePlatformAppearance extends DisBitSet { /** * Describes the visual paint design, Use {@link AppearancePaintScheme} values for this field */ - public static Bits PAINTSCHEME = new Bits(0, 1, AppearancePaintScheme.class); + public static Bits undef = new Bits(0, 1, AppearancePaintScheme.class); /** * Describes whether it is capable of moving on its own power */ - public static Bits MOBILITYKILLED = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes the damaged appearance, Use {@link AppearanceDamage} values for this field */ - public static Bits DAMAGE = new Bits(3, 2, AppearanceDamage.class); + public static Bits undef_3 = new Bits(3, 2, AppearanceDamage.class); /** * Describes whether or not smoke is emanating from the entity */ - public static Bits ISSMOKEEMANATING = new Bits(5, 1); + public static Bits undef_4 = new Bits(5, 1); /** * Describes whether or not the engine is emitting smoke */ - public static Bits ISENGINEEMITTINGSMOKE = new Bits(6, 1); + public static Bits undef_5 = new Bits(6, 1); /** * Describes the size of the wake trailing effect, Use {@link AppearanceTrailingEffects} values for this field */ - public static Bits WAKESIZE = new Bits(7, 2, AppearanceTrailingEffects.class); + public static Bits undef_6 = new Bits(7, 2, AppearanceTrailingEffects.class); /** * Describes whether running lights are on or off */ - public static Bits RUNNINGLIGHTSON = new Bits(12, 1); + public static Bits undef_7 = new Bits(12, 1); /** * Describes whether the entity is burning and flames are visible */ - public static Bits ISFLAMING = new Bits(15, 1); + public static Bits undef_8 = new Bits(15, 1); /** * Describes whether the entity is frozen and should not be dead reckoned */ - public static Bits ISFROZEN = new Bits(21, 1); + public static Bits undef_9 = new Bits(21, 1); /** * Describes whether the power plant is on or off */ - public static Bits POWERPLANTON = new Bits(22, 1); + public static Bits undef_10 = new Bits(22, 1); /** * Describes whether the entity is active or deactivated, Use {@link AppearanceEntityorObjectState} values for this field */ - public static Bits STATE = new Bits(23, 1, AppearanceEntityorObjectState.class); + public static Bits undef_11 = new Bits(23, 1, AppearanceEntityorObjectState.class); /** * Describes whether spot lights are on or off */ - public static Bits SPOTLIGHTSON = new Bits(28, 1); + public static Bits undef_12 = new Bits(28, 1); /** * Describes whether interior lights are on or off */ - public static Bits INTERIORLIGHTSON = new Bits(29, 1); + public static Bits undef_13 = new Bits(29, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformCapabilities.java b/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformCapabilities.java index f3d8f05ce5004bdd080632f0bcb21a16f7a70de5..a1ab01ce2e7516093c8453d3652aceaa8c3caa0c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformCapabilities.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SurfacePlatformCapabilities.java @@ -5,42 +5,42 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 452 marshal size 32<br> - * SurfacePlatformCapabilities + * _____________________________ */ public class SurfacePlatformCapabilities extends DisBitSet implements EntityCapabilities { /** * Describes whether the entity is able to supply some type of ammunition in response to an appropriate service request */ - public static Bits AMMUNITIONSUPPLY = new Bits(0, 1); + public static Bits undef = new Bits(0, 1); /** * Describes whether the entity is able to supply some type of fuel in response to an appropriate service request */ - public static Bits FUELSUPPLY = new Bits(1, 1); + public static Bits undef_2 = new Bits(1, 1); /** * Describes whether the entity is able to provide recovery (e.g., towing) services in response to an appropriate service request */ - public static Bits RECOVERY = new Bits(2, 1); + public static Bits undef_3 = new Bits(2, 1); /** * Describes whether the entity is able to supply certain repair services in response to an appropriate service request */ - public static Bits REPAIR = new Bits(3, 1); + public static Bits undef_4 = new Bits(3, 1); /** * This entry is reserved for backward compatibility and may not be reused */ - public static Bits RESERVED = new Bits(4, 1); + public static Bits undef_5 = new Bits(4, 1); /** * The Entity is able to be carried as a sling load payload. The extended appearance record (if available) will identify if it is currently sling loaded and entity association and/or entity offset records (if available) will provide additional sling load details (such as carrier). */ - public static Bits SLINGLOADABLE = new Bits(6, 1); + public static Bits undef_6 = new Bits(6, 1); /** * The Entity is an IED or contains an IED. The extended appearance record (if available) will identify how well hidden the IED is on the Entity. An Attached Part (if applicable, for instance a jury-rigged munition does not apply here) will identify the IED explicitly. */ - public static Bits IEDPRESENCEINDICATOR = new Bits(7, 1); + public static Bits undef_7 = new Bits(7, 1); /** * The Entity (normally a virtual manned module) can be task organized into an existing mixed mode unit (where mixed mode is intended to comprise a combination of computer-generated forces and virtual or even live forces). */ - public static Bits TASKORGANIZABLE = new Bits(8, 1); + public static Bits undef_8 = new Bits(8, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java index eb6a009deedb1c425ab6d45d7f5603fbb22a4a11..9cacf1ac650fec7dc5baae04949465fcd85222f0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 365 marshal size 2<br> - * Surveillance/Status + * ___________________ */ public enum SurveillanceStatus { @@ -93,6 +93,8 @@ public enum SurveillanceStatus return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java index fe208edfcfcb934159b8da89c84e07ddbb32ef9b..5879383e5da7a74cb3fb6e281fcfa8575316f1e1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 341 marshal size 1<br> - * TCAS/ACASBasic/AdvancedIndicator + * __________________________________ */ public enum TCASACASBasicAdvancedIndicator { @@ -89,6 +89,8 @@ public enum TCASACASBasicAdvancedIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java index d39b1120969ce8f594d0e028cd97d20c89ac55f0..bd97bdab926ef61c5262ba053b8f0d677028f47e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 342 marshal size 1<br> - * TCAS/ACASIndicator + * ___________________ */ public enum TCASACASIndicator { @@ -89,6 +89,8 @@ public enum TCASACASIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java index 6f4d12b07a16aec976b338ac8c7281706a67b5b9..2fab68f489ebaed9b626312a64e94d0285e010f4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 343 marshal size 3<br> - * TCAS/ACASSoftwareVersion + * __________________________ */ public enum TCASACASSoftwareVersion { @@ -91,6 +91,8 @@ public enum TCASACASSoftwareVersion return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java index b525c0a613bbd99e63775cd501eed44db879c892..e73f5e6f6dc4c52fb7be3c3413e59af4c04305a1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 344 marshal size 3<br> - * TCAS/ACASType + * ______________ */ public enum TCASACASType { @@ -91,6 +91,8 @@ public enum TCASACASType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java index f70be7985f6ea89f884c2acc47cd8a37173424f8..529aa94c7a6e2fbb382881e69b3762b30bb42036 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 345 marshal size 1<br> - * TCASI/IIType + * ______________ */ public enum TCASIIIType { @@ -89,6 +89,8 @@ public enum TCASIIIType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java b/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java index c41148aeaa3d4bd195fc92bdb03bfa3df13d7ff7..76e7216356715f60235d1a52ed8c0be3583c7c75 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 370 marshal size 16<br> - * T/ILinkType + * _____________ */ public enum TILinkType { @@ -96,6 +96,10 @@ public enum TILinkType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java b/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java deleted file mode 100644 index 882f564d08aa264c8fa885595a60e3a4e4518ab8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java +++ /dev/null @@ -1,108 +0,0 @@ -package edu.nps.moves.dis7.enumerations; - -import java.nio.ByteBuffer; -import java.io.DataInputStream; -import java.io.DataOutputStream; -import java.io.IOException; - -import edu.nps.moves.dis7.*; - -/** - * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> - * UID 172 marshal size 8<br> - * TimeSlotAllocationLevel - */ -public enum TimeSlotAllocationLevel -{ - /** Low Fidelity Level 0 */ - LOW_FIDELITY_LEVEL_0 (0, "Low Fidelity Level 0"), - /** Low Fidelity Level 1 */ - LOW_FIDELITY_LEVEL_1 (1, "Low Fidelity Level 1"), - /** Medium Fidelity Level 2 */ - MEDIUM_FIDELITY_LEVEL_2 (2, "Medium Fidelity Level 2"), - /** Medium Fidelity Level 3 */ - MEDIUM_FIDELITY_LEVEL_3 (3, "Medium Fidelity Level 3"), - /** High Fidelity Level 4 */ - HIGH_FIDELITY_LEVEL_4 (4, "High Fidelity Level 4"); - - private int value; - private final String description; - - TimeSlotAllocationLevel(int value, String description) - { - this.value = value; - this.description = description; - } - - public int getValue() - { - return value; - } - - public String getDescription() - { - return description; - } - - public static int getEnumBitWidth() - { - return 8; - } - - public static TimeSlotAllocationLevel getEnumForValue(int i) - { - for(TimeSlotAllocationLevel val: TimeSlotAllocationLevel.values()) { - if(val.getValue()==i) - return val; - } - System.err.println("No enumeration found for value " + i + " of enumeration TimeSlotAllocationLevel"); - return null; - } - - - public void marshal(DataOutputStream dos) throws IOException - { - dos.writeByte(getValue()); - } - - public void marshal(ByteBuffer buff) throws Exception - { - buff.put((byte)getValue()); - } - - public static TimeSlotAllocationLevel unmarshalEnum (DataInputStream dis) throws Exception - { - /* try { - value = dis.readUnsignedByte(); - } - catch(IOException ex) { - showError(ex); - } */ - - return getEnumForValue(dis.readByte()); - } - - public static TimeSlotAllocationLevel unmarshalEnum(ByteBuffer buff) throws Exception - { - /* - try { - value = (int)buff.get(); - } - catch(Exception ex) { - showError(ex); - } - */ - return getEnumForValue(buff.get()); - } - - public int getMarshalledSize() - { - return 1; // 8 bits - } - - @Override - public String toString() - { - return "TimeSlotAllocationLevel: " + name() + ": " + getValue(); - } -} diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java index a588a4ada178999f60217c79ca52fd175dfe7846..fa52fd1029082b7c0aeac768ad90eb2bd40e241a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 367 marshal size 2<br> - * TimeTypeSource + * ________________ */ public enum TimeTypeSource { @@ -91,6 +91,8 @@ public enum TimeTypeSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java b/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java index d0b158a6d04b7e1e092f29e17c3736bf906ac8fa..6a685bfbc3f9e63f5f791647b33b9ed4548b3652 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 224 marshal size 8<br> - * TransferControlTransferType + * ______________________________ */ public enum TransferControlTransferType { @@ -107,6 +107,8 @@ public enum TransferControlTransferType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java index f0f52a6949961c38b7e07a5dc850c03e2d5f572d..01a051d98c2b34fa6d19fee0cfbdb45800107a0b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 372 marshal size 8<br> - * TransmissionIndicator + * ______________________ */ public enum TransmissionIndicator { @@ -93,6 +93,8 @@ public enum TransmissionIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java index c49d20eea916075eeefa679d4477eeef03e5a9ff..8bc4899ce280f93ba5bdaa55e146574a0b3ef8f3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 168 marshal size 8<br> - * TransmitterAntennaPatternReferenceSystem + * ____________________________________________ */ public enum TransmitterAntennaPatternReferenceSystem { @@ -89,6 +89,8 @@ public enum TransmitterAntennaPatternReferenceSystem return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java index b0f96726ab999e90ca98018a27a016a4024def02..32a2db6a0ff73053f11db9dcca1c1959ee70d773 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 167 marshal size 16<br> - * TransmitterAntennaPatternType + * ________________________________ */ public enum TransmitterAntennaPatternType { @@ -80,6 +80,10 @@ public enum TransmitterAntennaPatternType return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java index 75af538b7bd2cebfa46ad653f04515888f332f1f..2ac7f34e14a0a1d2554fda3655cebda5673f9023 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 166 marshal size 16<br> - * TransmitterCryptoSystem + * _________________________ */ public enum TransmitterCryptoSystem { @@ -98,6 +98,10 @@ public enum TransmitterCryptoSystem return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java index 7b76f5e87c860bbc1bb0b77e232fff5eb4398e16..57b9651e93cbc21d1042f49c60db15ef0b23b1e1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 156 marshal size 16<br> - * TransmitterDetailAmplitudeModulation + * _______________________________________ */ public enum TransmitterDetailAmplitudeModulation { @@ -92,6 +92,10 @@ public enum TransmitterDetailAmplitudeModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java index 171dfc6c460c423450fc7a3c0ebe829f44923066..e67217e50867fec45fa7016523ff83a6ec9f7758 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 157 marshal size 16<br> - * TransmitterDetailAmplitudeandAngleModulation + * _________________________________________________ */ public enum TransmitterDetailAmplitudeandAngleModulation { @@ -74,6 +74,10 @@ public enum TransmitterDetailAmplitudeandAngleModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java index ec39e7f00f1bb762a160a1bc8ceed17685503e33..779a5771876a4459b5bcc67133057f73ee086d5e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 158 marshal size 16<br> - * TransmitterDetailAnglemodulation + * ___________________________________ */ public enum TransmitterDetailAnglemodulation { @@ -78,6 +78,10 @@ public enum TransmitterDetailAnglemodulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java index 1eb5d6eb7a394a09954b18586131127121d49e63..408e5aab277ca972cd69a441c7eec92de745f84b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 162 marshal size 16<br> - * TransmitterDetailCarrierPhaseShiftModulation + * _________________________________________________ */ public enum TransmitterDetailCarrierPhaseShiftModulation { @@ -72,6 +72,10 @@ public enum TransmitterDetailCarrierPhaseShiftModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java index 1658a3847a4fecf77c3fec04108b674b1e334e9b..15d1eb8b4d249ad408d6e44ee9a52a5f8393df51 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 159 marshal size 16<br> - * TransmitterDetailCombinationModulation + * _________________________________________ */ public enum TransmitterDetailCombinationModulation { @@ -74,6 +74,10 @@ public enum TransmitterDetailCombinationModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java index e1ec727eddc3cb68377b396df56192158f743fd0..adb5c2fc3ca43c6e6be267dcd29f7474efa6a7e3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 160 marshal size 16<br> - * TransmitterDetailPulseModulation + * ___________________________________ */ public enum TransmitterDetailPulseModulation { @@ -78,6 +78,10 @@ public enum TransmitterDetailPulseModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java index c3ebddd746f51d387cc50cf59e5c43fe8c9eba6f..8e91603a97907e8c16bec5b5f36ccde90e33758c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 589 marshal size 16<br> - * TransmitterDetailSATCOMModulation + * ____________________________________ */ public enum TransmitterDetailSATCOMModulation { @@ -74,6 +74,10 @@ public enum TransmitterDetailSATCOMModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java index a4ae371d3856c45167b74728a76f721e0976a909..1452c5e61c4ac495f7e9f2bc28b85c5e5e55e231 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 161 marshal size 16<br> - * TransmitterDetailUnmodulatedModulation + * _________________________________________ */ public enum TransmitterDetailUnmodulatedModulation { @@ -74,6 +74,10 @@ public enum TransmitterDetailUnmodulatedModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java index 20667a418c22b90a3b92212271cf123f42a79248..918c029faaf46a850ad80d6d55c205f177a34095 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 165 marshal size 8<br> - * TransmitterInputSource + * ________________________ */ public enum TransmitterInputSource { @@ -115,6 +115,8 @@ public enum TransmitterInputSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java index c2a4097e2dfd786c06bcaf8b75d854de22894750..9ed8fa634935fbc2cd327fbc2ad1a0b989d48017 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 155 marshal size 16<br> - * TransmitterMajorModulation + * ____________________________ */ public enum TransmitterMajorModulation { @@ -80,6 +80,10 @@ public enum TransmitterMajorModulation return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java index ba6e041632d8e6536bac21ddeb27766052c9bc75..ae8fee9a08221e95850a7f417593ae0efde9dc3c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 163 marshal size 16<br> - * TransmitterModulationTypeSystem + * __________________________________ */ public enum TransmitterModulationTypeSystem { @@ -98,6 +98,10 @@ public enum TransmitterModulationTypeSystem return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java index 49dcd59d6c11aca178e72d0e81110d9be6e62ae6..787d1af75acfc74ded0d8cf6ffd5fa72aca96ccd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 164 marshal size 8<br> - * TransmitterTransmitState + * __________________________ */ public enum TransmitterTransmitState { @@ -91,6 +91,8 @@ public enum TransmitterTransmitState return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java index 6210fbf67fb848eb19578a4c073874d8db9c4312..2ba12e2d03c3d9d649b04e950d57176be3f75373 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 337 marshal size 1<br> - * Transponder/InterrogatorIndicator + * __________________________________ */ public enum TransponderInterrogatorIndicator { @@ -89,6 +89,8 @@ public enum TransponderInterrogatorIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java index 153e1c180c7460bad1ad6b92f0e9963666f2722e..07bb62c89ac9e1376832f75d27bb0fa1e0eae617 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 366 marshal size 2<br> - * TurnRateSource + * ________________ */ public enum TurnRateSource { @@ -91,6 +91,8 @@ public enum TurnRateSource return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java index f26f933ecc7c4ecd4a77295739717f77da3dda94..79c4a48fce4ddd38d7cc638abd3720199fc04f44 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 145 marshal size 8<br> - * UAAcousticEmitterSystemFunction + * ___________________________________ */ public enum UAAcousticEmitterSystemFunction { @@ -95,6 +95,8 @@ public enum UAAcousticEmitterSystemFunction return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java index b1334023b76ac0dd9e7db5e284f1b6909e2b64be..e19490277befca53890adb9dd3f33583cc269704 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 144 marshal size 16<br> - * UAAcousticSystemName + * _______________________ */ public enum UAAcousticSystemName { @@ -90,6 +90,10 @@ public enum UAAcousticSystemName return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java index c5188745b46f0875e50f01adb275ef2bce6715b9..fcd9703556bdf753b01db1e1cea10be5f538b754 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 146 marshal size 16<br> - * UAActiveEmissionParameterIndex + * __________________________________ */ public enum UAActiveEmissionParameterIndex { @@ -72,6 +72,10 @@ public enum UAActiveEmissionParameterIndex return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java index f3227f7e37b68eed11ec2ed1d6efea5922f85de9..93a4ccaea80a143a0a2790b8a3dfec917ab5df7e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 150 marshal size 16<br> - * UAAdditionalPassiveActivityParameterIndex + * ______________________________________________ */ public enum UAAdditionalPassiveActivityParameterIndex { @@ -72,6 +72,10 @@ public enum UAAdditionalPassiveActivityParameterIndex return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java index 74386e8af9ba65d75e3cc3be5fe4a53a56600883..b763551a4d53a377d8a41ab4d701bd3311d52dd5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 148 marshal size 16<br> - * UAPassiveParameterIndex + * __________________________ */ public enum UAPassiveParameterIndex { @@ -72,6 +72,10 @@ public enum UAPassiveParameterIndex return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfiguration.java b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfiguration.java index b1458ba31e4ab3007d1f10252441e4664e051973..11542f855f22c818f206428e7f0456af6a0e510d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfiguration.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfiguration.java @@ -5,18 +5,18 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 149 marshal size 16<br> - * UAPropulsionPlantConfiguration + * _________________________________ */ public class UAPropulsionPlantConfiguration extends DisBitSet { /** * Describes the configuration of the power plant, Use {@link UAPropulsionPlantConfigurationConfiguration} values for this field */ - public static Bits CONFIGURATION = new Bits(0, 7, UAPropulsionPlantConfigurationConfiguration.class); + public static Bits undef = new Bits(0, 7, UAPropulsionPlantConfigurationConfiguration.class); /** * Describes whether the hull-mounted masker is on or off */ - public static Bits HULLMOUNTEDMASKERON = new Bits(7, 1); + public static Bits undef_2 = new Bits(7, 1); public static class Bits { diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java index 8f94e515c68d5b5e79d4c109ca3939594b7e1813..afa26b9e64932013a1f15b1d3652b5e596aa7a52 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 335 marshal size 7<br> - * UAPropulsionPlantConfigurationConfiguration + * _______________________________________________ */ public enum UAPropulsionPlantConfigurationConfiguration { @@ -99,6 +99,8 @@ public enum UAPropulsionPlantConfigurationConfiguration return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java b/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java index fa4cb42c8e63032c02f57aa8f7f93c3d865cc5fd..e99a0342319853f8b89802dad1d344cd8e0e2ac7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 147 marshal size 16<br> - * UAScanPattern + * _______________ */ public enum UAScanPattern { @@ -82,6 +82,10 @@ public enum UAScanPattern return getEnumForValue(buff.getShort()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 2; // 16 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java index 02b757ba0ab21b104310ebc721bbbd6867194858..a62ecc3164793309c3fc7527113a1e1111ca3ccd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 143 marshal size 8<br> - * UAState/ChangeUpdateIndicator + * ________________________________ */ public enum UAStateChangeUpdateIndicator { @@ -89,6 +89,8 @@ public enum UAStateChangeUpdateIndicator return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java index 01fdafbe5b255ca248aeb1167165d15be6c434e1..78fb0b391d0515b5efb3823039b6d4527e4d1539 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 56 marshal size 8<br> - * VariableParameterRecordType + * ______________________________ */ public enum VariableParameterRecordType { @@ -95,6 +95,8 @@ public enum VariableParameterRecordType return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java index 562039ee3d5fa2f5511299eee44bb4466bcb3809..d15c81365e4aef27aaa02c6fd1759bf1094b37e4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 66 marshal size 32<br> - * VariableRecordTypes + * _____________________ */ public enum VariableRecordType { @@ -2501,6 +2501,10 @@ public enum VariableRecordType return getEnumForValue(buff.getInt()); } + /** + * Returns size of this serialized object in bytes + * @return size in bytes + */ public int getMarshalledSize() { return 4; // 32 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java index 864220d40fe4066b55b4379037f2a49cdc010bb1..a02f238f008d1b448f4f2387f63888b1bba3cb1c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 136 marshal size 8<br> - * VariantsforAirCategory200Bird + * ____________________________________ */ public enum VariantsforAirCategory200Bird { @@ -93,6 +93,8 @@ public enum VariantsforAirCategory200Bird return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java index b1403908f5d08545e8a7f7e3156ff2b54c6f7821..7f93cc045414beb9e6b62c52105ce78725a0441f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 135 marshal size 8<br> - * VariantsforLandCategoriesReptiles,Amphibians,Insects,andArachnids + * _________________________________________________________________________ */ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids { @@ -95,6 +95,8 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java index 72d2ed7efed350af54a62c2a194e921a9ed2d432..2f3fec654fd18406023ab54168b7f960cc72de62 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java @@ -10,7 +10,7 @@ import edu.nps.moves.dis7.*; /** * Generated from XML, SISO-REF-010-v28, 2020-05-07<br> * UID 139 marshal size 8<br> - * VariantsforSubsurfaceCategory201Mammal + * _____________________________________________ */ public enum VariantsforSubsurfaceCategory201Mammal { @@ -89,6 +89,8 @@ public enum VariantsforSubsurfaceCategory201Mammal return getEnumForValue(buff.get()); } + /** Returns the size of this serialized object in bytes + *@return size in bytes*/ public int getMarshalledSize() { return 1; // 8 bits diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandGateStealer.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandGateStealer.java deleted file mode 100644 index 321844ebacee64b8422b38317c94ea00e1cacb06..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandGateStealer.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AGCandGateStealer; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AGCandGateStealer extends JammingTechnique -{ - public AGCandGateStealer() - { - setKind((byte)2); // Deception - setCategory((byte)40); // AGC and Gate Stealer - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPO/AGCandRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPO/AGCandRGPO.java deleted file mode 100644 index ed44b3ccf46d4aff8692f0ad5c5fc8d2535f37bf..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPO/AGCandRGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AGCandGateStealer.AGCandRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AGCandRGPO extends JammingTechnique -{ - public AGCandRGPO() - { - setKind((byte)2); // Deception - setCategory((byte)40); // AGC and Gate Stealer - setSubCategory((byte)5); // AGC and RGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPOandVGPO/AGCandRGPOandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPOandVGPO/AGCandRGPOandVGPO.java deleted file mode 100644 index b170266865bb30d7ab42bb5bc329d4511591873a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandRGPOandVGPO/AGCandRGPOandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AGCandGateStealer.AGCandRGPOandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AGCandRGPOandVGPO extends JammingTechnique -{ - public AGCandRGPOandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)40); // AGC and Gate Stealer - setSubCategory((byte)15); // AGC and RGPO and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandVGPO/AGCandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandVGPO/AGCandVGPO.java deleted file mode 100644 index 5696fb6fb6b83317f82b93b07fa2f6e2124de3dd..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AGCandGateStealer/AGCandVGPO/AGCandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AGCandGateStealer.AGCandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AGCandVGPO extends JammingTechnique -{ - public AGCandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)40); // AGC and Gate Stealer - setSubCategory((byte)10); // AGC and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/AngleGateWalk_Off/AngleGateWalk_Off.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/AngleGateWalk_Off/AngleGateWalk_Off.java deleted file mode 100644 index 4ba2163480e20bfc0def7b987ced12ab848d30c6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/AngleGateWalk_Off/AngleGateWalk_Off.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Angle.AngleGateWalk_Off; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleGateWalk_Off extends JammingTechnique -{ - public AngleGateWalk_Off() - { - setKind((byte)2); // Deception - setCategory((byte)10); // Angle - setSubCategory((byte)5); // Angle Gate Walk-Off - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/CooperativeAngleCAJ/CooperativeAngleCAJ.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/CooperativeAngleCAJ/CooperativeAngleCAJ.java deleted file mode 100644 index e96d510fe62525965236bd4485dd2145929da3fa..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/CooperativeAngleCAJ/CooperativeAngleCAJ.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Angle.CooperativeAngleCAJ; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class CooperativeAngleCAJ extends JammingTechnique -{ - public CooperativeAngleCAJ() - { - setKind((byte)2); // Deception - setCategory((byte)10); // Angle - setSubCategory((byte)10); // Cooperative Angle (CAJ) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/InverseGainakaInverseAmplitude/InverseGainakaInverseAmplitude.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/InverseGainakaInverseAmplitude/InverseGainakaInverseAmplitude.java deleted file mode 100644 index 3f0edf07f6ca0b6e80b6c5be22b016f719ca862b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/InverseGainakaInverseAmplitude/InverseGainakaInverseAmplitude.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Angle.InverseGainakaInverseAmplitude; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainakaInverseAmplitude extends JammingTechnique -{ - public InverseGainakaInverseAmplitude() - { - setKind((byte)2); // Deception - setCategory((byte)10); // Angle - setSubCategory((byte)30); // Inverse Gain (aka Inverse Amplitude) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/SweptSquareWaveSSW/SweptSquareWaveSSW.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/SweptSquareWaveSSW/SweptSquareWaveSSW.java deleted file mode 100644 index 87c07b32d16883ab4344464029fed1e3dfc029c4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/SweptSquareWaveSSW/SweptSquareWaveSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Angle.SweptSquareWaveSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SweptSquareWaveSSW extends JammingTechnique -{ - public SweptSquareWaveSSW() - { - setKind((byte)2); // Deception - setCategory((byte)10); // Angle - setSubCategory((byte)40); // Swept Square Wave (SSW) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/TerrainBounce/TerrainBounce.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/TerrainBounce/TerrainBounce.java deleted file mode 100644 index 3a919a3195543a984715fd48710205e9fe3415ee..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Angle/TerrainBounce/TerrainBounce.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Angle.TerrainBounce; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class TerrainBounce extends JammingTechnique -{ - public TerrainBounce() - { - setKind((byte)2); // Deception - setCategory((byte)10); // Angle - setSubCategory((byte)45); // Terrain Bounce - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandFalseTarget.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandFalseTarget.java deleted file mode 100644 index c5b5536f96d5be6f8ad6de5d5deb35cfc585450c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandFalseTarget.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandFalseTarget extends JammingTechnique -{ - public AngleandFalseTarget() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/AngleandVelocityFalseTargetsVFT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/AngleandVelocityFalseTargetsVFT.java deleted file mode 100644 index a8d03aab5fa801a069e5ba339b7d632c32c07852..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/AngleandVelocityFalseTargetsVFT.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget.AngleandVelocityFalseTargetsVFT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandVelocityFalseTargetsVFT extends JammingTechnique -{ - public AngleandVelocityFalseTargetsVFT() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - setSubCategory((byte)5); // Angle and Velocity False Targets (VFT) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/InverseGainandVFT/InverseGainandVFT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/InverseGainandVFT/InverseGainandVFT.java deleted file mode 100644 index 3d0147f2bbdc34df9fadb103bc1288250ae85480..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/InverseGainandVFT/InverseGainandVFT.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget.AngleandVelocityFalseTargetsVFT.InverseGainandVFT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandVFT extends JammingTechnique -{ - public InverseGainandVFT() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - setSubCategory((byte)5); // Angle and Velocity False Targets (VFT) - setSpecific((byte)5); // Inverse Gain and VFT - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/SSWandVFT/SSWandVFT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/SSWandVFT/SSWandVFT.java deleted file mode 100644 index b2f2699530ed56de624cb95222b4b6c4cc6d5fc6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/AngleandVelocityFalseTargetsVFT/SSWandVFT/SSWandVFT.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget.AngleandVelocityFalseTargetsVFT.SSWandVFT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SSWandVFT extends JammingTechnique -{ - public SSWandVFT() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - setSubCategory((byte)5); // Angle and Velocity False Targets (VFT) - setSpecific((byte)10); // SSW and VFT - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RFTandSSW/RFTandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RFTandSSW/RFTandSSW.java deleted file mode 100644 index 17ef1a4ccdc42264ac02c2b4a9683875d49ca44c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RFTandSSW/RFTandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget.RFTandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RFTandSSW extends JammingTechnique -{ - public RFTandSSW() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - setSubCategory((byte)15); // RFT and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RangeFalseTargetsRFTandInverseGain/RangeFalseTargetsRFTandInverseGain.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RangeFalseTargetsRFTandInverseGain/RangeFalseTargetsRFTandInverseGain.java deleted file mode 100644 index 3ad59408bee34af14b091d142a69281941d10887..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandFalseTarget/RangeFalseTargetsRFTandInverseGain/RangeFalseTargetsRFTandInverseGain.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandFalseTarget.RangeFalseTargetsRFTandInverseGain; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RangeFalseTargetsRFTandInverseGain extends JammingTechnique -{ - public RangeFalseTargetsRFTandInverseGain() - { - setKind((byte)2); // Deception - setCategory((byte)20); // Angle and False Target - setSubCategory((byte)10); // Range False Targets (RFT) and Inverse Gain - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/AngleandGateStealer.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/AngleandGateStealer.java deleted file mode 100644 index 531ecda8c0092d58eeb339fd5c0e6dd9d1b4b9ef..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/AngleandGateStealer.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandGateStealer extends JammingTechnique -{ - public AngleandGateStealer() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_Polarization_RGPOandVGPO/Cross_Polarization_RGPOandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_Polarization_RGPOandVGPO/Cross_Polarization_RGPOandVGPO.java deleted file mode 100644 index 8939047a3d10f37771e7af860964d660eda2a712..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_Polarization_RGPOandVGPO/Cross_Polarization_RGPOandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.Cross_Polarization_RGPOandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Cross_Polarization_RGPOandVGPO extends JammingTechnique -{ - public Cross_Polarization_RGPOandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)15); // Cross-Polarization, RGPO and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandRangeGatePull_OffRGPO/Cross_PolarizationandRangeGatePull_OffRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandRangeGatePull_OffRGPO/Cross_PolarizationandRangeGatePull_OffRGPO.java deleted file mode 100644 index 692e9c8fb257865d35d58299d99e2260949b66c6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandRangeGatePull_OffRGPO/Cross_PolarizationandRangeGatePull_OffRGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.Cross_PolarizationandRangeGatePull_OffRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Cross_PolarizationandRangeGatePull_OffRGPO extends JammingTechnique -{ - public Cross_PolarizationandRangeGatePull_OffRGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)5); // Cross-Polarization and Range Gate Pull-Off (RGPO) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandVelocityGatePull_OffVGPO/Cross_PolarizationandVelocityGatePull_OffVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandVelocityGatePull_OffVGPO/Cross_PolarizationandVelocityGatePull_OffVGPO.java deleted file mode 100644 index bcc428e8f2973bb1b3226445a9db5241ebcbbf5e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/Cross_PolarizationandVelocityGatePull_OffVGPO/Cross_PolarizationandVelocityGatePull_OffVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.Cross_PolarizationandVelocityGatePull_OffVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Cross_PolarizationandVelocityGatePull_OffVGPO extends JammingTechnique -{ - public Cross_PolarizationandVelocityGatePull_OffVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)10); // Cross-Polarization and Velocity Gate Pull-Off (VGPO) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPO/InverseGainandRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPO/InverseGainandRGPO.java deleted file mode 100644 index 34d676bbdfadf00621d5b62a82cca6191d878c39..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPO/InverseGainandRGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.InverseGainandRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandRGPO extends JammingTechnique -{ - public InverseGainandRGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)20); // Inverse Gain and RGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPOandVGPO/InverseGainandRGPOandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPOandVGPO/InverseGainandRGPOandVGPO.java deleted file mode 100644 index 2ca85867a012ee63da52525cbe0bd7076f17de50..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandRGPOandVGPO/InverseGainandRGPOandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.InverseGainandRGPOandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandRGPOandVGPO extends JammingTechnique -{ - public InverseGainandRGPOandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)25); // Inverse Gain and RGPO and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandVGPO/InverseGainandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandVGPO/InverseGainandVGPO.java deleted file mode 100644 index 749c143be05b621de1a222a13043aa0b959c583c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/InverseGainandVGPO/InverseGainandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.InverseGainandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandVGPO extends JammingTechnique -{ - public InverseGainandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)30); // Inverse Gain and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/RGPOandSSW/RGPOandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/RGPOandSSW/RGPOandSSW.java deleted file mode 100644 index f383c26fea8e39ceada0078a86ad13c9d4c91d77..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/RGPOandSSW/RGPOandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.RGPOandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RGPOandSSW extends JammingTechnique -{ - public RGPOandSSW() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)35); // RGPO and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/SSWandVGPO/SSWandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/SSWandVGPO/SSWandVGPO.java deleted file mode 100644 index 5892cbf3f62fc11eef42a25284c434bcd1353046..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandGateStealer/SSWandVGPO/SSWandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandGateStealer.SSWandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SSWandVGPO extends JammingTechnique -{ - public SSWandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)15); // Angle and Gate Stealer - setSubCategory((byte)40); // SSW and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/AngleandRandomRangeProgramsRANRAP.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/AngleandRandomRangeProgramsRANRAP.java deleted file mode 100644 index c0a0d9926442926b76fbffebc47ea15871d29499..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/AngleandRandomRangeProgramsRANRAP.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandRandomRangeProgramsRANRAP; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandRandomRangeProgramsRANRAP extends JammingTechnique -{ - public AngleandRandomRangeProgramsRANRAP() - { - setKind((byte)2); // Deception - setCategory((byte)25); // Angle and Random Range Programs (RANRAP) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/RANRAPandSSW/RANRAPandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/RANRAPandSSW/RANRAPandSSW.java deleted file mode 100644 index 6cf35a0a14ce79232cfe9abafd720b98fbf60425..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandRandomRangeProgramsRANRAP/RANRAPandSSW/RANRAPandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandRandomRangeProgramsRANRAP.RANRAPandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RANRAPandSSW extends JammingTechnique -{ - public RANRAPandSSW() - { - setKind((byte)2); // Deception - setCategory((byte)25); // Angle and Random Range Programs (RANRAP) - setSubCategory((byte)5); // RANRAP and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/AngleandVelocity.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/AngleandVelocity.java deleted file mode 100644 index 95a49cd96c873181063bf6c5cfd0961274cd4b32..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/AngleandVelocity.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandVelocity; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandVelocity extends JammingTechnique -{ - public AngleandVelocity() - { - setKind((byte)2); // Deception - setCategory((byte)30); // Angle and Velocity - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/InverseGainandVBM/InverseGainandVBM.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/InverseGainandVBM/InverseGainandVBM.java deleted file mode 100644 index 5ae062b473aee26e0357d13b5b804b5192db5a5a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/InverseGainandVBM/InverseGainandVBM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandVelocity.InverseGainandVBM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandVBM extends JammingTechnique -{ - public InverseGainandVBM() - { - setKind((byte)2); // Deception - setCategory((byte)30); // Angle and Velocity - setSubCategory((byte)5); // Inverse Gain and VBM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/SSWandVBM/SSWandVBM.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/SSWandVBM/SSWandVBM.java deleted file mode 100644 index 5ebe903b3a152ea427f56950ba5d8fac25a04783..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AngleandVelocity/SSWandVBM/SSWandVBM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AngleandVelocity.SSWandVBM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SSWandVBM extends JammingTechnique -{ - public SSWandVBM() - { - setKind((byte)2); // Deception - setCategory((byte)30); // Angle and Velocity - setSubCategory((byte)10); // SSW and VBM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/AutomaticGainControlAGC/AutomaticGainControlAGC.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/AutomaticGainControlAGC/AutomaticGainControlAGC.java deleted file mode 100644 index 878bd65a006b7f6e76c7022fc292fff2203f407b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/AutomaticGainControlAGC/AutomaticGainControlAGC.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.AutomaticGainControlAGC; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AutomaticGainControlAGC extends JammingTechnique -{ - public AutomaticGainControlAGC() - { - setKind((byte)2); // Deception - setCategory((byte)35); // Automatic Gain Control (AGC) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/ConstantFalseAlarmRate/ConstantFalseAlarmRate.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/ConstantFalseAlarmRate/ConstantFalseAlarmRate.java deleted file mode 100644 index 8de061e2ad1dcf032edb4d8b8cac70e9caf5fc58..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/ConstantFalseAlarmRate/ConstantFalseAlarmRate.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.ConstantFalseAlarmRate; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class ConstantFalseAlarmRate extends JammingTechnique -{ - public ConstantFalseAlarmRate() - { - setKind((byte)2); // Deception - setCategory((byte)50); // Constant False Alarm Rate - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/DoubleCross/DoubleCross.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/DoubleCross/DoubleCross.java deleted file mode 100644 index f88b856868632f1b51ffaef097c48cd0ddc92bd8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/DoubleCross/DoubleCross.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.DoubleCross; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DoubleCross extends JammingTechnique -{ - public DoubleCross() - { - setKind((byte)2); // Deception - setCategory((byte)55); // Double Cross - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/DownLink/DownLink.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/DownLink/DownLink.java deleted file mode 100644 index be0de159e6276382fd7cdf224056fa4fd65f1d73..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/DownLink/DownLink.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.DownLink; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DownLink extends JammingTechnique -{ - public DownLink() - { - setKind((byte)2); // Deception - setCategory((byte)60); // Down Link - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/CoherentFalseTargets/CoherentFalseTargets.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/CoherentFalseTargets/CoherentFalseTargets.java deleted file mode 100644 index 987c6667f6126cbe834f526444b4bb7754f5a1c3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/CoherentFalseTargets/CoherentFalseTargets.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.CoherentFalseTargets; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class CoherentFalseTargets extends JammingTechnique -{ - public CoherentFalseTargets() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)5); // Coherent False Targets - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseDopplerTargetFDT/FalseDopplerTargetFDT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseDopplerTargetFDT/FalseDopplerTargetFDT.java deleted file mode 100644 index debd177dc8ba9188a6fc61262a6769a6e5f2b6b0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseDopplerTargetFDT/FalseDopplerTargetFDT.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.FalseDopplerTargetFDT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FalseDopplerTargetFDT extends JammingTechnique -{ - public FalseDopplerTargetFDT() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)10); // False Doppler Target (FDT) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseTarget.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseTarget.java deleted file mode 100644 index d92b0dcf7ed19e584c6af43e87ac9c178efbe9eb..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/FalseTarget.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FalseTarget extends JammingTechnique -{ - public FalseTarget() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/MultipleFalseTargets/MultipleFalseTargets.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/MultipleFalseTargets/MultipleFalseTargets.java deleted file mode 100644 index 2cfaf455e1a7f0d83e7a0e99a6f35b619f43126b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/MultipleFalseTargets/MultipleFalseTargets.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.MultipleFalseTargets; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class MultipleFalseTargets extends JammingTechnique -{ - public MultipleFalseTargets() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)15); // Multiple False Targets - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/RangeFalseTargetsRFT/RangeFalseTargetsRFT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/RangeFalseTargetsRFT/RangeFalseTargetsRFT.java deleted file mode 100644 index 4f65f9d557aa9f63487c8afeff705e44f5546145..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/RangeFalseTargetsRFT/RangeFalseTargetsRFT.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.RangeFalseTargetsRFT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RangeFalseTargetsRFT extends JammingTechnique -{ - public RangeFalseTargetsRFT() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)20); // Range False Targets (RFT) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/Transponder/Transponder.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/Transponder/Transponder.java deleted file mode 100644 index 623c8257038e621c75809224207095c4714fe7be..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/Transponder/Transponder.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.Transponder; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Transponder extends JammingTechnique -{ - public Transponder() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)25); // Transponder - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/VelocityFalseTargetsVFT/VelocityFalseTargetsVFT.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/VelocityFalseTargetsVFT/VelocityFalseTargetsVFT.java deleted file mode 100644 index 8746fe07cc908c2cc8e74f5dc87c41e6359622af..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FalseTarget/VelocityFalseTargetsVFT/VelocityFalseTargetsVFT.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FalseTarget.VelocityFalseTargetsVFT; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class VelocityFalseTargetsVFT extends JammingTechnique -{ - public VelocityFalseTargetsVFT() - { - setKind((byte)2); // Deception - setCategory((byte)65); // False Target - setSubCategory((byte)30); // Velocity False Targets (VFT) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/FigureEight/FigureEight.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/FigureEight/FigureEight.java deleted file mode 100644 index 3a321d95d7de7f1d27e082bbdc6519762e049cb9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/FigureEight/FigureEight.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.FigureEight; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FigureEight extends JammingTechnique -{ - public FigureEight() - { - setKind((byte)2); // Deception - setCategory((byte)70); // Figure Eight - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/ChirpGateStealerCGS/ChirpGateStealerCGS.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/ChirpGateStealerCGS/ChirpGateStealerCGS.java deleted file mode 100644 index c5956e427b338114119000177d1385631a53b7c3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/ChirpGateStealerCGS/ChirpGateStealerCGS.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealer.ChirpGateStealerCGS; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class ChirpGateStealerCGS extends JammingTechnique -{ - public ChirpGateStealerCGS() - { - setKind((byte)2); // Deception - setCategory((byte)75); // Gate Stealer - setSubCategory((byte)5); // Chirp Gate Stealer (CGS) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/GateStealer.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/GateStealer.java deleted file mode 100644 index 7a493a7a207518a98a47e58f896c0cdd959c98a9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/GateStealer.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealer; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class GateStealer extends JammingTechnique -{ - public GateStealer() - { - setKind((byte)2); // Deception - setCategory((byte)75); // Gate Stealer - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RGPOandVGPO/RGPOandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RGPOandVGPO/RGPOandVGPO.java deleted file mode 100644 index b4422c51e132ef2a11956a0821aabf85d6dd017f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RGPOandVGPO/RGPOandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealer.RGPOandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RGPOandVGPO extends JammingTechnique -{ - public RGPOandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)75); // Gate Stealer - setSubCategory((byte)15); // RGPO and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RangeGatePull_OffRGPO/RangeGatePull_OffRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RangeGatePull_OffRGPO/RangeGatePull_OffRGPO.java deleted file mode 100644 index 6bc83f906d27e9a0bc79a146e044389801558822..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/RangeGatePull_OffRGPO/RangeGatePull_OffRGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealer.RangeGatePull_OffRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RangeGatePull_OffRGPO extends JammingTechnique -{ - public RangeGatePull_OffRGPO() - { - setKind((byte)2); // Deception - setCategory((byte)75); // Gate Stealer - setSubCategory((byte)10); // Range Gate Pull-Off (RGPO) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/VGPOakaVelocityGateStealer_VGS/VGPOakaVelocityGateStealer_VGS.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/VGPOakaVelocityGateStealer_VGS/VGPOakaVelocityGateStealer_VGS.java deleted file mode 100644 index 2b572a39afd8aa9ee887efbb3e64064881e8907b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealer/VGPOakaVelocityGateStealer_VGS/VGPOakaVelocityGateStealer_VGS.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealer.VGPOakaVelocityGateStealer_VGS; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class VGPOakaVelocityGateStealer_VGS extends JammingTechnique -{ - public VGPOakaVelocityGateStealer_VGS() - { - setKind((byte)2); // Deception - setCategory((byte)75); // Gate Stealer - setSubCategory((byte)20); // VGPO (aka Velocity Gate Stealer, VGS) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/GateStealerandRepeater.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/GateStealerandRepeater.java deleted file mode 100644 index efc263074e89892f8024cf8f0e12a5cd079e17b0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/GateStealerandRepeater.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealerandRepeater; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class GateStealerandRepeater extends JammingTechnique -{ - public GateStealerandRepeater() - { - setKind((byte)2); // Deception - setCategory((byte)80); // Gate Stealer and Repeater - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/RepeaterSweptAmplitudeModulationRSAMandVGPO/RepeaterSweptAmplitudeModulationRSAMandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/RepeaterSweptAmplitudeModulationRSAMandVGPO/RepeaterSweptAmplitudeModulationRSAMandVGPO.java deleted file mode 100644 index 6326a56a1e62ac5eff320e6223c6c90cf708ed97..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GateStealerandRepeater/RepeaterSweptAmplitudeModulationRSAMandVGPO/RepeaterSweptAmplitudeModulationRSAMandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GateStealerandRepeater.RepeaterSweptAmplitudeModulationRSAMandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RepeaterSweptAmplitudeModulationRSAMandVGPO extends JammingTechnique -{ - public RepeaterSweptAmplitudeModulationRSAMandVGPO() - { - setKind((byte)2); // Deception - setCategory((byte)80); // Gate Stealer and Repeater - setSubCategory((byte)5); // Repeater Swept Amplitude Modulation (RSAM) and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/GlintEnhance/GlintEnhance.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/GlintEnhance/GlintEnhance.java deleted file mode 100644 index 64e82ee8972303cbfd9d4b6a42429d5146206fd2..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/GlintEnhance/GlintEnhance.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.GlintEnhance; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class GlintEnhance extends JammingTechnique -{ - public GlintEnhance() - { - setKind((byte)2); // Deception - setCategory((byte)85); // Glint Enhance - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/ImageFrequency/ImageFrequency.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/ImageFrequency/ImageFrequency.java deleted file mode 100644 index 6fb9b7dc262913746e37f394bdf5af09058a899d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/ImageFrequency/ImageFrequency.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.ImageFrequency; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class ImageFrequency extends JammingTechnique -{ - public ImageFrequency() - { - setKind((byte)2); // Deception - setCategory((byte)90); // Image Frequency - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseRepetitionFrequency/JitteredPulseRepetitionFrequency.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseRepetitionFrequency/JitteredPulseRepetitionFrequency.java deleted file mode 100644 index 3ff4757c2e57eaf373e838a88e428a5b58bd5bc6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseRepetitionFrequency/JitteredPulseRepetitionFrequency.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.JitteredPulseRepetitionFrequency; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class JitteredPulseRepetitionFrequency extends JammingTechnique -{ - public JitteredPulseRepetitionFrequency() - { - setKind((byte)2); // Deception - setCategory((byte)95); // Jittered Pulse Repetition Frequency - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseWidth/JitteredPulseWidth.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseWidth/JitteredPulseWidth.java deleted file mode 100644 index c6094cb7c0e5c2589ff070208a15a07bf6481e6d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/JitteredPulseWidth/JitteredPulseWidth.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.JitteredPulseWidth; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class JitteredPulseWidth extends JammingTechnique -{ - public JitteredPulseWidth() - { - setKind((byte)2); // Deception - setCategory((byte)100); // Jittered Pulse Width - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/PseudorandomNoisePRN/PseudorandomNoisePRN.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/PseudorandomNoisePRN/PseudorandomNoisePRN.java deleted file mode 100644 index 3ed63dda312c951d42504589b62b8a55aa86f4f8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/PseudorandomNoisePRN/PseudorandomNoisePRN.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.PseudorandomNoisePRN; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PseudorandomNoisePRN extends JammingTechnique -{ - public PseudorandomNoisePRN() - { - setKind((byte)2); // Deception - setCategory((byte)105); // Pseudorandom Noise (PRN) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/PulseCompressionDeception/PulseCompressionDeception.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/PulseCompressionDeception/PulseCompressionDeception.java deleted file mode 100644 index b9b2a5eab63d5ae0d7e443d1bc78d5047dc917bb..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/PulseCompressionDeception/PulseCompressionDeception.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.PulseCompressionDeception; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PulseCompressionDeception extends JammingTechnique -{ - public PulseCompressionDeception() - { - setKind((byte)2); // Deception - setCategory((byte)115); // Pulse Compression Deception - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/RandomRangeProgramsRANRAP/RandomRangeProgramsRANRAP.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/RandomRangeProgramsRANRAP/RandomRangeProgramsRANRAP.java deleted file mode 100644 index a9c0556b9d275af109df068d7eb37d53ce67d1d6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/RandomRangeProgramsRANRAP/RandomRangeProgramsRANRAP.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.RandomRangeProgramsRANRAP; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RandomRangeProgramsRANRAP extends JammingTechnique -{ - public RandomRangeProgramsRANRAP() - { - setKind((byte)2); // Deception - setCategory((byte)120); // Random Range Programs (RANRAP) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/ContinuousWaveRepeater/ContinuousWaveRepeater.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/ContinuousWaveRepeater/ContinuousWaveRepeater.java deleted file mode 100644 index 1610197fc23b1f5fee08a6816fd8d1ac26934102..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/ContinuousWaveRepeater/ContinuousWaveRepeater.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.ContinuousWaveRepeater; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class ContinuousWaveRepeater extends JammingTechnique -{ - public ContinuousWaveRepeater() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)5); // Continuous Wave Repeater - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/MultipleFrequencyRepeaterMFR/MultipleFrequencyRepeaterMFR.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/MultipleFrequencyRepeaterMFR/MultipleFrequencyRepeaterMFR.java deleted file mode 100644 index 14b36ed373c9d4efbade48a4cc9456cdd13925a8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/MultipleFrequencyRepeaterMFR/MultipleFrequencyRepeaterMFR.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.MultipleFrequencyRepeaterMFR; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class MultipleFrequencyRepeaterMFR extends JammingTechnique -{ - public MultipleFrequencyRepeaterMFR() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)15); // Multiple Frequency Repeater (MFR) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/NarrowBandRepeaterNoiseNBRN/NarrowBandRepeaterNoiseNBRN.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/NarrowBandRepeaterNoiseNBRN/NarrowBandRepeaterNoiseNBRN.java deleted file mode 100644 index 4aaa0b1c04393fbab76db3034cf56cb3bc122646..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/NarrowBandRepeaterNoiseNBRN/NarrowBandRepeaterNoiseNBRN.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.NarrowBandRepeaterNoiseNBRN; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class NarrowBandRepeaterNoiseNBRN extends JammingTechnique -{ - public NarrowBandRepeaterNoiseNBRN() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)20); // Narrow Band Repeater Noise (NBRN) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RandomDopplerRD/RandomDopplerRD.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RandomDopplerRD/RandomDopplerRD.java deleted file mode 100644 index 1a80591fb41ce39721ed25cb6d97b232d76be020..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RandomDopplerRD/RandomDopplerRD.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RandomDopplerRD; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RandomDopplerRD extends JammingTechnique -{ - public RandomDopplerRD() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)25); // Random Doppler (RD) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelA/DRFMLevelA.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelA/DRFMLevelA.java deleted file mode 100644 index 887710ea18484719db00ec6e099d9285d79840a8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelA/DRFMLevelA.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM.DRFMLevelA; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DRFMLevelA extends JammingTechnique -{ - public DRFMLevelA() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - setSpecific((byte)1); // DRFM Level A - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelB/DRFMLevelB.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelB/DRFMLevelB.java deleted file mode 100644 index 6f3462eb67c04678645e29a4f240c84281625de2..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelB/DRFMLevelB.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM.DRFMLevelB; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DRFMLevelB extends JammingTechnique -{ - public DRFMLevelB() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - setSpecific((byte)2); // DRFM Level B - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelC/DRFMLevelC.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelC/DRFMLevelC.java deleted file mode 100644 index 40bd87b793620fa7c0d8240a4fc6cd25e02ed481..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelC/DRFMLevelC.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM.DRFMLevelC; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DRFMLevelC extends JammingTechnique -{ - public DRFMLevelC() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - setSpecific((byte)3); // DRFM Level C - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelD/DRFMLevelD.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelD/DRFMLevelD.java deleted file mode 100644 index 7681874bef87d01be7519ecac00965106848dd47..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelD/DRFMLevelD.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM.DRFMLevelD; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DRFMLevelD extends JammingTechnique -{ - public DRFMLevelD() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - setSpecific((byte)4); // DRFM Level D - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelE/DRFMLevelE.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelE/DRFMLevelE.java deleted file mode 100644 index 53605d08f6256e2c72fcc056efdbe50d54bbd8d1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/DRFMLevelE/DRFMLevelE.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM.DRFMLevelE; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DRFMLevelE extends JammingTechnique -{ - public DRFMLevelE() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - setSpecific((byte)5); // DRFM Level E - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/RepeaterDigitalRadioFrequencyMemoryDRFM.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/RepeaterDigitalRadioFrequencyMemoryDRFM.java deleted file mode 100644 index 248e56518fa70b909620f621c4f4cd9134fb3474..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterDigitalRadioFrequencyMemoryDRFM/RepeaterDigitalRadioFrequencyMemoryDRFM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterDigitalRadioFrequencyMemoryDRFM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RepeaterDigitalRadioFrequencyMemoryDRFM extends JammingTechnique -{ - public RepeaterDigitalRadioFrequencyMemoryDRFM() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)30); // Repeater Digital Radio Frequency Memory (DRFM) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterNoise/RepeaterNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterNoise/RepeaterNoise.java deleted file mode 100644 index 0dee347144b86b953265eab47d874385b4adc825..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterNoise/RepeaterNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RepeaterNoise extends JammingTechnique -{ - public RepeaterNoise() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)10); // Repeater Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterSweptAmplitudeModulationRSAM/RepeaterSweptAmplitudeModulationRSAM.java b/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterSweptAmplitudeModulationRSAM/RepeaterSweptAmplitudeModulationRSAM.java deleted file mode 100644 index b575182a57535bdc94480d8e1c846bdc20cab143..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Deception/Repeater/RepeaterSweptAmplitudeModulationRSAM/RepeaterSweptAmplitudeModulationRSAM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Deception.Repeater.RepeaterSweptAmplitudeModulationRSAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RepeaterSweptAmplitudeModulationRSAM extends JammingTechnique -{ - public RepeaterSweptAmplitudeModulationRSAM() - { - setKind((byte)2); // Deception - setCategory((byte)130); // Repeater - setSubCategory((byte)35); // Repeater Swept Amplitude Modulation (RSAM) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/AngleandFMbyNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/AngleandFMbyNoise.java deleted file mode 100644 index 47ac38c42f8a391bf1f74cbfe54482f59b533d55..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/AngleandFMbyNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandFMbyNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandFMbyNoise extends JammingTechnique -{ - public AngleandFMbyNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)10); // Angle and FM by Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandInverseGain/FMbyNoiseandInverseGain.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandInverseGain/FMbyNoiseandInverseGain.java deleted file mode 100644 index ec28a0de829d33bdc1e585167b6d8f608cba20cc..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandInverseGain/FMbyNoiseandInverseGain.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandFMbyNoise.FMbyNoiseandInverseGain; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FMbyNoiseandInverseGain extends JammingTechnique -{ - public FMbyNoiseandInverseGain() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)10); // Angle and FM by Noise - setSubCategory((byte)5); // FM by Noise and Inverse Gain - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandSSW/FMbyNoiseandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandSSW/FMbyNoiseandSSW.java deleted file mode 100644 index f21112c9af3e8b9605029bc2ca5250962e21246a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandFMbyNoise/FMbyNoiseandSSW/FMbyNoiseandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandFMbyNoise.FMbyNoiseandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FMbyNoiseandSSW extends JammingTechnique -{ - public FMbyNoiseandSSW() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)10); // Angle and FM by Noise - setSubCategory((byte)10); // FM by Noise and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/AngleandBarrage.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/AngleandBarrage.java deleted file mode 100644 index e641913313a4b19a1f6d033d4df04bfa6a0b642e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/AngleandBarrage.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandNoise.AngleandBarrage; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandBarrage extends JammingTechnique -{ - public AngleandBarrage() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)5); // Angle and Noise - setSubCategory((byte)5); // Angle and Barrage - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandInverseGain/BarrageandInverseGain.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandInverseGain/BarrageandInverseGain.java deleted file mode 100644 index beb2a63282be423531bc22410a01ba3acd71d9a5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandInverseGain/BarrageandInverseGain.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandNoise.AngleandBarrage.BarrageandInverseGain; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BarrageandInverseGain extends JammingTechnique -{ - public BarrageandInverseGain() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)5); // Angle and Noise - setSubCategory((byte)5); // Angle and Barrage - setSpecific((byte)5); // Barrage and Inverse Gain - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandSSW/BarrageandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandSSW/BarrageandSSW.java deleted file mode 100644 index 0f3606a9ae80977905f9616f3aa5a28052c89bb3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandBarrage/BarrageandSSW/BarrageandSSW.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandNoise.AngleandBarrage.BarrageandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BarrageandSSW extends JammingTechnique -{ - public BarrageandSSW() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)5); // Angle and Noise - setSubCategory((byte)5); // Angle and Barrage - setSpecific((byte)10); // Barrage and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandNoise.java deleted file mode 100644 index 8672bc062357ded790d47edd25834f52e9992df6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandNoise/AngleandNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandNoise extends JammingTechnique -{ - public AngleandNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)5); // Angle and Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/AngleandPseudorandomAM.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/AngleandPseudorandomAM.java deleted file mode 100644 index c15f8cc5b739454ff207732968bf6d7d9bc164c0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/AngleandPseudorandomAM.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandPseudorandomAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandPseudorandomAM extends JammingTechnique -{ - public AngleandPseudorandomAM() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)15); // Angle and Pseudorandom AM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/InverseGainandPseudorandomAM/InverseGainandPseudorandomAM.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/InverseGainandPseudorandomAM/InverseGainandPseudorandomAM.java deleted file mode 100644 index 966413ac28015a2735a9e934aaa2e2fd04e7f714..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/InverseGainandPseudorandomAM/InverseGainandPseudorandomAM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandPseudorandomAM.InverseGainandPseudorandomAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandPseudorandomAM extends JammingTechnique -{ - public InverseGainandPseudorandomAM() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)15); // Angle and Pseudorandom AM - setSubCategory((byte)5); // Inverse Gain and Pseudorandom AM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/PseudorandomAMandSSW/PseudorandomAMandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/PseudorandomAMandSSW/PseudorandomAMandSSW.java deleted file mode 100644 index 24de61a51836f4c5b7afd1be26ce224e0a1dccea..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandPseudorandomAM/PseudorandomAMandSSW/PseudorandomAMandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandPseudorandomAM.PseudorandomAMandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PseudorandomAMandSSW extends JammingTechnique -{ - public PseudorandomAMandSSW() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)15); // Angle and Pseudorandom AM - setSubCategory((byte)10); // Pseudorandom AM and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/AngleandSpot.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/AngleandSpot.java deleted file mode 100644 index 6131eb7b50564eb5857187b368db93bd40ed625e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/AngleandSpot.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandSpot; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AngleandSpot extends JammingTechnique -{ - public AngleandSpot() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)20); // Angle and Spot - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandLowLevelNoise/InverseGainandLowLevelNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandLowLevelNoise/InverseGainandLowLevelNoise.java deleted file mode 100644 index d673d8f05e4ab82777e5f130c1b2f3a3f240ee57..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandLowLevelNoise/InverseGainandLowLevelNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandSpot.InverseGainandLowLevelNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandLowLevelNoise extends JammingTechnique -{ - public InverseGainandLowLevelNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)20); // Angle and Spot - setSubCategory((byte)5); // Inverse Gain and Low Level Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandSpotNoise/InverseGainandSpotNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandSpotNoise/InverseGainandSpotNoise.java deleted file mode 100644 index 07e18f92877abd58a8e6fdc63ea8657be9011939..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/InverseGainandSpotNoise/InverseGainandSpotNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandSpot.InverseGainandSpotNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class InverseGainandSpotNoise extends JammingTechnique -{ - public InverseGainandSpotNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)20); // Angle and Spot - setSubCategory((byte)10); // Inverse Gain and Spot Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/SpotandSSW/SpotandSSW.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/SpotandSSW/SpotandSSW.java deleted file mode 100644 index 328a996f93a763693f92e13ac2cbbb79c219ad08..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/AngleandSpot/SpotandSSW/SpotandSSW.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.AngleandSpot.SpotandSSW; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SpotandSSW extends JammingTechnique -{ - public SpotandSSW() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)20); // Angle and Spot - setSubCategory((byte)15); // Spot and SSW - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/DeceptionandNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/DeceptionandNoise.java deleted file mode 100644 index 3f162a28fb2c64be5cb5e2e6c89f7c68cf8cf918..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/DeceptionandNoise.java +++ /dev/null @@ -1,17 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DeceptionandNoise extends JammingTechnique -{ - public DeceptionandNoise() - { - setKind((byte)3); // Deception and Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/FalseTargetDeceptionandSweptNoise/FalseTargetDeceptionandSweptNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/FalseTargetDeceptionandSweptNoise/FalseTargetDeceptionandSweptNoise.java deleted file mode 100644 index fc764a9f96ae6d158cf6fdbe6773850ce60ee3ad..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/FalseTargetDeceptionandSweptNoise/FalseTargetDeceptionandSweptNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.FalseTargetDeceptionandSweptNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FalseTargetDeceptionandSweptNoise extends JammingTechnique -{ - public FalseTargetDeceptionandSweptNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)30); // False Target Deception and Swept Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/GateStealerandNoise.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/GateStealerandNoise.java deleted file mode 100644 index 11578fd7aaeec9e8821728bac66bb54908e77687..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/GateStealerandNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.GateStealerandNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class GateStealerandNoise extends JammingTechnique -{ - public GateStealerandNoise() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)25); // Gate Stealer and Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/LowLevelNoiseandRGPO/LowLevelNoiseandRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/LowLevelNoiseandRGPO/LowLevelNoiseandRGPO.java deleted file mode 100644 index 5f0aa10c937ebca116e73c6e44e6cfe0fbc293e6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/LowLevelNoiseandRGPO/LowLevelNoiseandRGPO.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.GateStealerandNoise.NoiseandRGPO.LowLevelNoiseandRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class LowLevelNoiseandRGPO extends JammingTechnique -{ - public LowLevelNoiseandRGPO() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)25); // Gate Stealer and Noise - setSubCategory((byte)5); // Noise and RGPO - setSpecific((byte)5); // Low Level Noise and RGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/NoiseandRGPO.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/NoiseandRGPO.java deleted file mode 100644 index 2c5dacc5e0f480a4c1f29f59096e721b937ab749..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandRGPO/NoiseandRGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.GateStealerandNoise.NoiseandRGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class NoiseandRGPO extends JammingTechnique -{ - public NoiseandRGPO() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)25); // Gate Stealer and Noise - setSubCategory((byte)5); // Noise and RGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/LowLevelNoiseandVGPO/LowLevelNoiseandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/LowLevelNoiseandVGPO/LowLevelNoiseandVGPO.java deleted file mode 100644 index 2c96edc6424cefc94cdc64872043545ac27981d7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/LowLevelNoiseandVGPO/LowLevelNoiseandVGPO.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.GateStealerandNoise.NoiseandVGPO.LowLevelNoiseandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class LowLevelNoiseandVGPO extends JammingTechnique -{ - public LowLevelNoiseandVGPO() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)25); // Gate Stealer and Noise - setSubCategory((byte)10); // Noise and VGPO - setSpecific((byte)5); // Low Level Noise and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/NoiseandVGPO.java b/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/NoiseandVGPO.java deleted file mode 100644 index 8d1dbe1f54d46c6b6ac9f40240bf6678ac2b5b12..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/DeceptionandNoise/GateStealerandNoise/NoiseandVGPO/NoiseandVGPO.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.DeceptionandNoise.GateStealerandNoise.NoiseandVGPO; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class NoiseandVGPO extends JammingTechnique -{ - public NoiseandVGPO() - { - setKind((byte)3); // Deception and Noise - setCategory((byte)25); // Gate Stealer and Noise - setSubCategory((byte)10); // Noise and VGPO - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/AmplitudeModulationAMNoise/AmplitudeModulationAMNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/AmplitudeModulationAMNoise/AmplitudeModulationAMNoise.java deleted file mode 100644 index b127f5e81eb00489696401b91a955e52c324e3a7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/AmplitudeModulationAMNoise/AmplitudeModulationAMNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.AmplitudeModulationAMNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AmplitudeModulationAMNoise extends JammingTechnique -{ - public AmplitudeModulationAMNoise() - { - setKind((byte)1); // Noise - setCategory((byte)5); // Amplitude Modulation (AM) Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/BarrageNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/BarrageNoise.java deleted file mode 100644 index e2cf9ce8316f22b463ed30b5a6a57e97baf9a696..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/BarrageNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.BarrageNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BarrageNoise extends JammingTechnique -{ - public BarrageNoise() - { - setKind((byte)1); // Noise - setCategory((byte)10); // Barrage Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/Click/Click.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/Click/Click.java deleted file mode 100644 index 3152122e32d67ef2eb84db2297fe4d11dc1acdfe..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/Click/Click.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.BarrageNoise.Click; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Click extends JammingTechnique -{ - public Click() - { - setKind((byte)1); // Noise - setCategory((byte)10); // Barrage Noise - setSubCategory((byte)5); // Click - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/SourceNoise/SourceNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/SourceNoise/SourceNoise.java deleted file mode 100644 index 2609b1bccfa7a5d35cdfc755a603c71954039d58..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/BarrageNoise/SourceNoise/SourceNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.BarrageNoise.SourceNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SourceNoise extends JammingTechnique -{ - public SourceNoise() - { - setKind((byte)1); // Noise - setCategory((byte)10); // Barrage Noise - setSubCategory((byte)10); // Source Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/BistaticClutter/BistaticClutter.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/BistaticClutter/BistaticClutter.java deleted file mode 100644 index 2d41a700902a1b65a1cfa651b7af88c7b07cb844..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/BistaticClutter/BistaticClutter.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.BistaticClutter; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BistaticClutter extends JammingTechnique -{ - public BistaticClutter() - { - setKind((byte)1); // Noise - setCategory((byte)15); // Bistatic Clutter - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/CooperativeBlinkedNoiseCBN/CooperativeBlinkedNoiseCBN.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/CooperativeBlinkedNoiseCBN/CooperativeBlinkedNoiseCBN.java deleted file mode 100644 index 3f5a1e7cb34a566f15761c6e58b1b4e4ad0a0e3a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/CooperativeBlinkedNoiseCBN/CooperativeBlinkedNoiseCBN.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.CooperativeBlinkedNoiseCBN; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class CooperativeBlinkedNoiseCBN extends JammingTechnique -{ - public CooperativeBlinkedNoiseCBN() - { - setKind((byte)1); // Noise - setCategory((byte)25); // Cooperative Blinked Noise (CBN) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/DopplerNoise/DopplerNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/DopplerNoise/DopplerNoise.java deleted file mode 100644 index 77ea9f6e3e13c96822bcbd5861290e269ecc5f6a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/DopplerNoise/DopplerNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.DopplerNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DopplerNoise extends JammingTechnique -{ - public DopplerNoise() - { - setKind((byte)1); // Noise - setCategory((byte)30); // Doppler Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/FrequencyModulationFMbyNoise/FrequencyModulationFMbyNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/FrequencyModulationFMbyNoise/FrequencyModulationFMbyNoise.java deleted file mode 100644 index bc9cec2c0038fe1b4a5723ecebc50d028f619d23..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/FrequencyModulationFMbyNoise/FrequencyModulationFMbyNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.FrequencyModulationFMbyNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FrequencyModulationFMbyNoise extends JammingTechnique -{ - public FrequencyModulationFMbyNoise() - { - setKind((byte)1); // Noise - setCategory((byte)35); // Frequency Modulation (FM) by Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/ImpulseNoise/ImpulseNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/ImpulseNoise/ImpulseNoise.java deleted file mode 100644 index 1e3fd1df52c3bfe9dff309874ad2ec1fee749e01..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/ImpulseNoise/ImpulseNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.ImpulseNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class ImpulseNoise extends JammingTechnique -{ - public ImpulseNoise() - { - setKind((byte)1); // Noise - setCategory((byte)40); // Impulse Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/PartialBand/PartialBand.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/PartialBand/PartialBand.java deleted file mode 100644 index cce292654c360ad8b980ee9b055e1b83d2d59075..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/PartialBand/PartialBand.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.PartialBand; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PartialBand extends JammingTechnique -{ - public PartialBand() - { - setKind((byte)1); // Noise - setCategory((byte)45); // Partial Band - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/PseudorandomAM/PseudorandomAM.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/PseudorandomAM/PseudorandomAM.java deleted file mode 100644 index 994fcc78825f8246beca1e48ec44896febf8a2e5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/PseudorandomAM/PseudorandomAM.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.PseudorandomAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PseudorandomAM extends JammingTechnique -{ - public PseudorandomAM() - { - setKind((byte)1); // Noise - setCategory((byte)50); // Pseudorandom AM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/PulseNoise/PulseNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/PulseNoise/PulseNoise.java deleted file mode 100644 index bf24a6e1f427545d6145e837a2f12a034525c3b3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/PulseNoise/PulseNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.PulseNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class PulseNoise extends JammingTechnique -{ - public PulseNoise() - { - setKind((byte)1); // Noise - setCategory((byte)55); // Pulse Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/Quasi_NoiseakaPseudorandom/Quasi_NoiseakaPseudorandom.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/Quasi_NoiseakaPseudorandom/Quasi_NoiseakaPseudorandom.java deleted file mode 100644 index a326e326907717f3e92c7c156a35ab506b119676..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/Quasi_NoiseakaPseudorandom/Quasi_NoiseakaPseudorandom.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.Quasi_NoiseakaPseudorandom; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class Quasi_NoiseakaPseudorandom extends JammingTechnique -{ - public Quasi_NoiseakaPseudorandom() - { - setKind((byte)1); // Noise - setCategory((byte)60); // Quasi-Noise (aka Pseudorandom) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingRBMakaCoverPulse.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingRBMakaCoverPulse.java deleted file mode 100644 index 31e41edd6e79c2b6a9e1c9ce560c236dfd0a5d96..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingRBMakaCoverPulse.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.RangeBinMaskingRBMakaCoverPulse; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RangeBinMaskingRBMakaCoverPulse extends JammingTechnique -{ - public RangeBinMaskingRBMakaCoverPulse() - { - setKind((byte)1); // Noise - setCategory((byte)65); // Range Bin Masking (RBM) (aka Cover Pulse) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingwithVelocityBinMasking/RangeBinMaskingwithVelocityBinMasking.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingwithVelocityBinMasking/RangeBinMaskingwithVelocityBinMasking.java deleted file mode 100644 index 5b427192b72862d2f0ce829370a7c54d4aabe0c4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/RangeBinMaskingRBMakaCoverPulse/RangeBinMaskingwithVelocityBinMasking/RangeBinMaskingwithVelocityBinMasking.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.RangeBinMaskingRBMakaCoverPulse.RangeBinMaskingwithVelocityBinMasking; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RangeBinMaskingwithVelocityBinMasking extends JammingTechnique -{ - public RangeBinMaskingwithVelocityBinMasking() - { - setKind((byte)1); // Noise - setCategory((byte)65); // Range Bin Masking (RBM) (aka Cover Pulse) - setSubCategory((byte)5); // Range Bin Masking with Velocity Bin Masking - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/NarrowbandRepeaterNoise/NarrowbandRepeaterNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/NarrowbandRepeaterNoise/NarrowbandRepeaterNoise.java deleted file mode 100644 index 1a560f224f0bf076ad8f5896f78ce6e21b7d09bc..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/NarrowbandRepeaterNoise/NarrowbandRepeaterNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.RepeaterNoise.NarrowbandRepeaterNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class NarrowbandRepeaterNoise extends JammingTechnique -{ - public NarrowbandRepeaterNoise() - { - setKind((byte)1); // Noise - setCategory((byte)70); // Repeater Noise - setSubCategory((byte)5); // Narrowband Repeater Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/RepeaterNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/RepeaterNoise.java deleted file mode 100644 index 4aecf7851a3a532780be0c611d1fe8bc05344a56..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/RepeaterNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.RepeaterNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class RepeaterNoise extends JammingTechnique -{ - public RepeaterNoise() - { - setKind((byte)1); // Noise - setCategory((byte)70); // Repeater Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/WideBandRepeaterNoise/WideBandRepeaterNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/WideBandRepeaterNoise/WideBandRepeaterNoise.java deleted file mode 100644 index 442331ebeee6dad506c4ffbe0d2b2b3580bc1383..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/RepeaterNoise/WideBandRepeaterNoise/WideBandRepeaterNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.RepeaterNoise.WideBandRepeaterNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class WideBandRepeaterNoise extends JammingTechnique -{ - public WideBandRepeaterNoise() - { - setKind((byte)1); // Noise - setCategory((byte)70); // Repeater Noise - setSubCategory((byte)10); // Wide Band Repeater Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/AutomaticSpotNoiseASJ/AutomaticSpotNoiseASJ.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/AutomaticSpotNoiseASJ/AutomaticSpotNoiseASJ.java deleted file mode 100644 index 93d9cc0173e61d0501c16443087bf608c1c799fd..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/AutomaticSpotNoiseASJ/AutomaticSpotNoiseASJ.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise.AutomaticSpotNoiseASJ; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class AutomaticSpotNoiseASJ extends JammingTechnique -{ - public AutomaticSpotNoiseASJ() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - setSubCategory((byte)5); // Automatic Spot Noise (ASJ) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BlinkingSpotNoise/BlinkingSpotNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BlinkingSpotNoise/BlinkingSpotNoise.java deleted file mode 100644 index 647da5f1c5b38b02586815c601ced47a127587ad..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BlinkingSpotNoise/BlinkingSpotNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise.BlinkingSpotNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BlinkingSpotNoise extends JammingTechnique -{ - public BlinkingSpotNoise() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - setSubCategory((byte)10); // Blinking Spot Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BurstSpotNoise/BurstSpotNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BurstSpotNoise/BurstSpotNoise.java deleted file mode 100644 index f46a4c62d7b2d2793ff97ee8eda61e41147b570c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/BurstSpotNoise/BurstSpotNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise.BurstSpotNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class BurstSpotNoise extends JammingTechnique -{ - public BurstSpotNoise() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - setSubCategory((byte)15); // Burst Spot Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/DopplerSpotNoise/DopplerSpotNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/DopplerSpotNoise/DopplerSpotNoise.java deleted file mode 100644 index ae1baaa1e400366e0bfb054a4aa90b58031bab3d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/DopplerSpotNoise/DopplerSpotNoise.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise.DopplerSpotNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class DopplerSpotNoise extends JammingTechnique -{ - public DopplerSpotNoise() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - setSubCategory((byte)20); // Doppler Spot Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SkirtFrequency/SkirtFrequency.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SkirtFrequency/SkirtFrequency.java deleted file mode 100644 index cc4c787548bc47c985ebc6ccba075adefe00b72a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SkirtFrequency/SkirtFrequency.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise.SkirtFrequency; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SkirtFrequency extends JammingTechnique -{ - public SkirtFrequency() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - setSubCategory((byte)25); // Skirt Frequency - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SpotNoise.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SpotNoise.java deleted file mode 100644 index 32b1b14dea7f2bc835e8049e6f4fe91e41cce5c8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SpotNoise/SpotNoise.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SpotNoise; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SpotNoise extends JammingTechnique -{ - public SpotNoise() - { - setKind((byte)1); // Noise - setCategory((byte)75); // Spot Noise - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/FrequencySwept/FrequencySwept.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/FrequencySwept/FrequencySwept.java deleted file mode 100644 index e9865049b1887a3bf2140d182bb44584121ecee0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/FrequencySwept/FrequencySwept.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SweptNoiseakaSweptSpotNoise_Sweep.FrequencySwept; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class FrequencySwept extends JammingTechnique -{ - public FrequencySwept() - { - setKind((byte)1); // Noise - setCategory((byte)80); // Swept Noise (aka Swept Spot Noise, Sweep) - setSubCategory((byte)5); // Frequency Swept - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptAM/SweptAM.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptAM/SweptAM.java deleted file mode 100644 index 622b57f16200fb6259f48665650b74a02d9193ee..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptAM/SweptAM.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SweptNoiseakaSweptSpotNoise_Sweep.SweptAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SweptAM extends JammingTechnique -{ - public SweptAM() - { - setKind((byte)1); // Noise - setCategory((byte)80); // Swept Noise (aka Swept Spot Noise, Sweep) - setSubCategory((byte)10); // Swept AM - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptNoiseakaSweptSpotNoise_Sweep.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptNoiseakaSweptSpotNoise_Sweep.java deleted file mode 100644 index fd93ad5a796dffe241f7c8b545659bd29058ad66..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/SweptNoiseakaSweptSpotNoise_Sweep/SweptNoiseakaSweptSpotNoise_Sweep.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.SweptNoiseakaSweptSpotNoise_Sweep; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SweptNoiseakaSweptSpotNoise_Sweep extends JammingTechnique -{ - public SweptNoiseakaSweptSpotNoise_Sweep() - { - setKind((byte)1); // Noise - setCategory((byte)80); // Swept Noise (aka Swept Spot Noise, Sweep) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Noise/VelocityBinMaskingVBM/VelocityBinMaskingVBM.java b/src-generated/edu/nps/moves/dis7/jammers/Noise/VelocityBinMaskingVBM/VelocityBinMaskingVBM.java deleted file mode 100644 index db1f0f6e761c6160839d99db5059cccde91a2710..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Noise/VelocityBinMaskingVBM/VelocityBinMaskingVBM.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Noise.VelocityBinMaskingVBM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class VelocityBinMaskingVBM extends JammingTechnique -{ - public VelocityBinMaskingVBM() - { - setKind((byte)1); // Noise - setCategory((byte)85); // Velocity Bin Masking (VBM) - } -} diff --git a/src-generated/edu/nps/moves/dis7/jammers/Special/SuperJam/SuperJam.java b/src-generated/edu/nps/moves/dis7/jammers/Special/SuperJam/SuperJam.java deleted file mode 100644 index 80f8df8db69e8103f88e10d027be4e0ee8af0659..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/jammers/Special/SuperJam/SuperJam.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.jammers.Special.SuperJam; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * Jamming technique uid: 284 - */ -public class SuperJam extends JammingTechnique -{ - public SuperJam() - { - setKind((byte)4); // Special - setCategory((byte)1); // Super Jam - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/ArealObject.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/ArealObject.java deleted file mode 100644 index a1d81feac5cad62a4c74c898826e9529419ac5e4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/ArealObject.java +++ /dev/null @@ -1,17 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class ArealObject extends ObjectType -{ - public ArealObject() - { - setDomain(PlatformDomain.getEnumForValue(0)); - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Hasty/Hasty.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Hasty/Hasty.java deleted file mode 100644 index 9cfe406bbcd51230ffdb877c52768e327c857241..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Hasty/Hasty.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield.Hasty; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Hasty extends ObjectType -{ - public Hasty() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - setSubCategory((byte)1); // Hasty - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Minefield.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Minefield.java deleted file mode 100644 index f813d4775abb073fb148fc739fde23b702f3e951..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Minefield.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Minefield extends ObjectType -{ - public Minefield() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Other/Other.java deleted file mode 100644 index 4c16543562257cdffce82177f32f3c6aa7a00fce..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Prepared/Prepared.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Prepared/Prepared.java deleted file mode 100644 index 1f6675d91d333c27de14adf14d887bb599fbb853..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Prepared/Prepared.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield.Prepared; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Prepared extends ObjectType -{ - public Prepared() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - setSubCategory((byte)2); // Prepared - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Scattered/Scattered.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Scattered/Scattered.java deleted file mode 100644 index 684fa8a80e5580ae9ff43a99c4e0111354885f95..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Scattered/Scattered.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield.Scattered; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Scattered extends ObjectType -{ - public Scattered() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - setSubCategory((byte)3); // Scattered - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Solitary/Solitary.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Solitary/Solitary.java deleted file mode 100644 index 265c13533c6004535c3d0eef6d13107fb24d8d04..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Minefield/Solitary/Solitary.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Minefield.Solitary; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Solitary extends ObjectType -{ - public Solitary() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Minefield - setSubCategory((byte)4); // Solitary - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Obstacle.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Obstacle.java deleted file mode 100644 index c3a1229c7271374c6fb9dca11d2d4112d3b710f9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Obstacle.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Obstacle extends ObjectType -{ - public Obstacle() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Other/Other.java deleted file mode 100644 index 5832e9fb2bf86886493725b31b637f9c6fba378b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/ArealObject/Obstacle/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.ArealObject.Obstacle.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 228 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Culturalfeature.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Culturalfeature.java deleted file mode 100644 index 3b15252d530886cea3e0f47a18e2e2a5d84880c1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Culturalfeature.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Culturalfeature; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Culturalfeature extends ObjectType -{ - public Culturalfeature() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Tracks_Tire/Tracks_Tire.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Tracks_Tire/Tracks_Tire.java deleted file mode 100644 index 251e64debeecc9e547303d7f481fcf0e3c760094..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Tracks_Tire/Tracks_Tire.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Culturalfeature.Tracks_Tire; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Tracks_Tire extends ObjectType -{ - public Tracks_Tire() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)2); // Tracks, Tire - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire.java deleted file mode 100644 index dec75060ca73b3d3a556698b56dee4b0b0c19c2a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Culturalfeature.Wire; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Wire extends ObjectType -{ - public Wire() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Wire - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire_Crush/Wire_Crush.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire_Crush/Wire_Crush.java deleted file mode 100644 index c335dd650ccc8000aa0ba5db90e78ca20826d9f1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Culturalfeature/Wire/Wire_Crush/Wire_Crush.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Culturalfeature.Wire.Wire_Crush; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Wire_Crush extends ObjectType -{ - public Wire_Crush() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Wire - setSubCategory((byte)1); // Wire, Crush - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/LinearObject.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/LinearObject.java deleted file mode 100644 index 3e84922f1baa30ef1bc21f664e06654acc7fb2ce..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/LinearObject.java +++ /dev/null @@ -1,17 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class LinearObject extends ObjectType -{ - public LinearObject() - { - setDomain(PlatformDomain.getEnumForValue(1)); - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ChainLinkFence/ChainLinkFence.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ChainLinkFence/ChainLinkFence.java deleted file mode 100644 index 3727cf31151465b8cdc255894c70bee9f2faf8e7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ChainLinkFence/ChainLinkFence.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ChainLinkFence; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class ChainLinkFence extends ObjectType -{ - public ChainLinkFence() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)9); // Chain Link Fence - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/ConcertinaWire.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/ConcertinaWire.java deleted file mode 100644 index ca0bff581f26827c272f4837ec4537040f86e5f5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/ConcertinaWire.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ConcertinaWire; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class ConcertinaWire extends ObjectType -{ - public ConcertinaWire() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Concertina Wire - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/Other/Other.java deleted file mode 100644 index c2e87aa9d1b7939704f5fdea352072d86b8795e6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ConcertinaWire.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Concertina Wire - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_2_Roll/_2_Roll.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_2_Roll/_2_Roll.java deleted file mode 100644 index a3aeec24435ed067294260e3f17d73aa8465d27e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_2_Roll/_2_Roll.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ConcertinaWire._2_Roll; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class _2_Roll extends ObjectType -{ - public _2_Roll() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Concertina Wire - setSubCategory((byte)1); // 2-Roll - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_3_Roll/_3_Roll.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_3_Roll/_3_Roll.java deleted file mode 100644 index f6bc5d391d628e72db7eaa611501a761f2bf57ee..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcertinaWire/_3_Roll/_3_Roll.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ConcertinaWire._3_Roll; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class _3_Roll extends ObjectType -{ - public _3_Roll() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Concertina Wire - setSubCategory((byte)2); // 3-Roll - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcreteBarrier/ConcreteBarrier.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcreteBarrier/ConcreteBarrier.java deleted file mode 100644 index cfb854665ac4a316ca33168dd4d00cc8321af239..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/ConcreteBarrier/ConcreteBarrier.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.ConcreteBarrier; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class ConcreteBarrier extends ObjectType -{ - public ConcreteBarrier() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Concrete Barrier - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Obstacle.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Obstacle.java deleted file mode 100644 index b5081ffbbf2040cf847ff1f46b41fac04d27d101..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Obstacle.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Obstacle extends ObjectType -{ - public Obstacle() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Other/Other.java deleted file mode 100644 index 1310ae4d198d904ff3c529a4698b6ed9bb6ea0de..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Rut/Rut.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Rut/Rut.java deleted file mode 100644 index 769c09347d81e27adf0eb6d494548293d53ec037..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/Rut/Rut.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.Rut; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Rut extends ObjectType -{ - public Rut() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)5); // Rut - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/SpeedBump/SpeedBump.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/SpeedBump/SpeedBump.java deleted file mode 100644 index 41213188caadb0486bdc3ca884e24b60889e20c8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/SpeedBump/SpeedBump.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.SpeedBump; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class SpeedBump extends ObjectType -{ - public SpeedBump() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Speed Bump - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/Other/Other.java deleted file mode 100644 index 471eaa1f9621ae4f9946eb40a52f583ee9ad6b22..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.TankDitch.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Tank Ditch - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/TankDitch.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/TankDitch.java deleted file mode 100644 index 94185489951e56b60f8370ca5fa370796bc7cb78..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstacle/TankDitch/TankDitch.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstacle.TankDitch; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class TankDitch extends ObjectType -{ - public TankDitch() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Tank Ditch - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Breach.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Breach.java deleted file mode 100644 index b007c544cbcaabd48bcc74e52c68e91b2c2215a3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Breach.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclebreach.Breach; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Breach extends ObjectType -{ - public Breach() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(7)); // Obstacle breach - setCategory((byte)1); // Breach - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Other/Other.java deleted file mode 100644 index c0b1c1931187be1619391166f0b02514b6d4a52f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Breach/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclebreach.Breach.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(7)); // Obstacle breach - setCategory((byte)1); // Breach - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Obstaclebreach.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Obstaclebreach.java deleted file mode 100644 index 8523534a6dee9f09dee7aaa2897c1df49c9ab86f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Obstaclebreach.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclebreach; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Obstaclebreach extends ObjectType -{ - public Obstaclebreach() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(7)); // Obstacle breach - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Other/Other.java deleted file mode 100644 index 8f95e7848a94d98a0687b09e81b81451a81e440b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclebreach/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclebreach.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(7)); // Obstacle breach - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/MinefieldLaneMarker.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/MinefieldLaneMarker.java deleted file mode 100644 index 45acc0d736679bff766f5f4b5cbc4705856a34ca..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/MinefieldLaneMarker.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclemarker.MinefieldLaneMarker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class MinefieldLaneMarker extends ObjectType -{ - public MinefieldLaneMarker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - setCategory((byte)1); // Minefield Lane Marker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/Other/Other.java deleted file mode 100644 index f7562439867cb70450876d167d02a29e95a93c1e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/MinefieldLaneMarker/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclemarker.MinefieldLaneMarker.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - setCategory((byte)1); // Minefield Lane Marker - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Obstaclemarker.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Obstaclemarker.java deleted file mode 100644 index 251f70770d20474c68e01449dce5683678cfaf27..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Obstaclemarker.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclemarker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Obstaclemarker extends ObjectType -{ - public Obstaclemarker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Other/Other.java deleted file mode 100644 index 5c90cfbec8edfd1b7c1f79d4d96fe6edf274c0f5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Obstaclemarker/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Obstaclemarker.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/ExhaustSmoke.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/ExhaustSmoke.java deleted file mode 100644 index ce09f62b0b76070dbbc60da7974139cd733b66d9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/ExhaustSmoke.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Tacticalsmoke.ExhaustSmoke; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class ExhaustSmoke extends ObjectType -{ - public ExhaustSmoke() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)1); // Exhaust Smoke - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/Other/Other.java deleted file mode 100644 index b28bbd556c9645d1df53d509e2790fd667f7f695..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/ExhaustSmoke/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Tacticalsmoke.ExhaustSmoke.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)1); // Exhaust Smoke - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Other/Other.java deleted file mode 100644 index e65a9ee9a597f19652a234dc5fe4a3c6a17ed957..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Tacticalsmoke.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Tacticalsmoke.java b/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Tacticalsmoke.java deleted file mode 100644 index f7188b50c65537a77786f113773df61aa962c1b1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/LinearObject/Tacticalsmoke/Tacticalsmoke.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.LinearObject.Tacticalsmoke; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 227 - */ -public class Tacticalsmoke extends ObjectType -{ - public Tacticalsmoke() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/BuildingRubble.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/BuildingRubble.java deleted file mode 100644 index 6ef31a9068e46abe4833fdedc0145d6bd9c1b9ad..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/BuildingRubble.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.BuildingRubble; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class BuildingRubble extends ObjectType -{ - public BuildingRubble() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)2); // Building Rubble - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/Other/Other.java deleted file mode 100644 index 9c20fc8a984ff2a83370b4f1997b4c6f4af2fc8f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/BuildingRubble/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.BuildingRubble.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)2); // Building Rubble - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/ApartmentBuilding/ApartmentBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/ApartmentBuilding/ApartmentBuilding.java deleted file mode 100644 index 1d1f66999d9a7c3ef4fefe810807c92bb1df0d91..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/ApartmentBuilding/ApartmentBuilding.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.ApartmentBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class ApartmentBuilding extends ObjectType -{ - public ApartmentBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)2); // Apartment Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Building_Structure.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Building_Structure.java deleted file mode 100644 index 54738d75ce1e845ea0979dbe411fe3a73898615c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Building_Structure.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Building_Structure extends ObjectType -{ - public Building_Structure() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Church/Church.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Church/Church.java deleted file mode 100644 index 03798a791b0062639f148718db9d056e6bb2c450..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Church/Church.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.Church; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Church extends ObjectType -{ - public Church() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)1); // Church - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_GuardTower/FOB_GuardTower.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_GuardTower/FOB_GuardTower.java deleted file mode 100644 index cad9f8bcf49a1478290b44ac015bd2a3dc8df3d4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_GuardTower/FOB_GuardTower.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.FOB_GuardTower; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class FOB_GuardTower extends ObjectType -{ - public FOB_GuardTower() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)17); // FOB, Guard Tower - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_TrailerOffice/FOB_TrailerOffice.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_TrailerOffice/FOB_TrailerOffice.java deleted file mode 100644 index bc146444d5b886ec7f8b3a3d80894be8df075541..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/FOB_TrailerOffice/FOB_TrailerOffice.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.FOB_TrailerOffice; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class FOB_TrailerOffice extends ObjectType -{ - public FOB_TrailerOffice() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)16); // FOB, Trailer Office - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GovernmentBuilding/GovernmentBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GovernmentBuilding/GovernmentBuilding.java deleted file mode 100644 index 17d2659a14bf450d512dc38fbfbe67fe2e19bf93..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GovernmentBuilding/GovernmentBuilding.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.GovernmentBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class GovernmentBuilding extends ObjectType -{ - public GovernmentBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)3); // Government Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GuardHouse/GuardHouse.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GuardHouse/GuardHouse.java deleted file mode 100644 index 34ea9e397c306a3ed8c8735927ab85bc3b314090..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/GuardHouse/GuardHouse.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.GuardHouse; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class GuardHouse extends ObjectType -{ - public GuardHouse() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)18); // Guard House - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Hanger/Hanger.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Hanger/Hanger.java deleted file mode 100644 index 25e4539b7e3a95c1b20912e5f760907bb9dd5c64..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Hanger/Hanger.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.Hanger; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Hanger extends ObjectType -{ - public Hanger() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)5); // Hanger - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/IndustrialBuilding/IndustrialBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/IndustrialBuilding/IndustrialBuilding.java deleted file mode 100644 index 13fb777dd99316292d95aa7a03f2a74597e6fd5b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/IndustrialBuilding/IndustrialBuilding.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.IndustrialBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class IndustrialBuilding extends ObjectType -{ - public IndustrialBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)4); // Industrial Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/MicrowaveTower/MicrowaveTower.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/MicrowaveTower/MicrowaveTower.java deleted file mode 100644 index 0287dd90ce410d7d4649444460b53c4274b8d2d4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/MicrowaveTower/MicrowaveTower.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.MicrowaveTower; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MicrowaveTower extends ObjectType -{ - public MicrowaveTower() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)6); // Microwave Tower - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Other/Other.java deleted file mode 100644 index 2df0fd6f3f9754d4c2f7d11c14b29c4df074d490..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PortaPotty/PortaPotty.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PortaPotty/PortaPotty.java deleted file mode 100644 index b28657d4f3764e753e0e07b44086145579803d27..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PortaPotty/PortaPotty.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.PortaPotty; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class PortaPotty extends ObjectType -{ - public PortaPotty() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)15); // Porta Potty - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PowerPylon/PowerPylon.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PowerPylon/PowerPylon.java deleted file mode 100644 index 2532f3128fc512df7a861b8cb2139c27a508b87b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/PowerPylon/PowerPylon.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.PowerPylon; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class PowerPylon extends ObjectType -{ - public PowerPylon() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)7); // Power Pylon - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_1000ft/RadioTower_1000ft.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_1000ft/RadioTower_1000ft.java deleted file mode 100644 index e1892e4f65143264178ab811d6063bf91be7780a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_1000ft/RadioTower_1000ft.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.RadioTower_1000ft; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RadioTower_1000ft extends ObjectType -{ - public RadioTower_1000ft() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)14); // Radio Tower, 1000ft - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_100ft/RadioTower_100ft.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_100ft/RadioTower_100ft.java deleted file mode 100644 index 4a168320c36f696b9003745063cb7b01f7b27623..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_100ft/RadioTower_100ft.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.RadioTower_100ft; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RadioTower_100ft extends ObjectType -{ - public RadioTower_100ft() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)12); // Radio Tower, 100ft - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_500ft/RadioTower_500ft.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_500ft/RadioTower_500ft.java deleted file mode 100644 index 9462653f3d4883e460d944375ce8b516fa7a8850..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/RadioTower_500ft/RadioTower_500ft.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.RadioTower_500ft; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RadioTower_500ft extends ObjectType -{ - public RadioTower_500ft() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)13); // Radio Tower, 500ft - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Radio_TVTower/Radio_TVTower.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Radio_TVTower/Radio_TVTower.java deleted file mode 100644 index d9020555bb87ab918641f971cd9daf12ea5aa0b9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Radio_TVTower/Radio_TVTower.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.Radio_TVTower; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Radio_TVTower extends ObjectType -{ - public Radio_TVTower() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)8); // Radio / TV Tower - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/School/School.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/School/School.java deleted file mode 100644 index 002faa314068f67deb286ae8f0bfa58c84b2d8b6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/School/School.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.School; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class School extends ObjectType -{ - public School() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)9); // School - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/TransformerYard/TransformerYard.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/TransformerYard/TransformerYard.java deleted file mode 100644 index a32c66db6c165ee89247060208ba65f7d5dd1486..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/TransformerYard/TransformerYard.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.TransformerYard; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class TransformerYard extends ObjectType -{ - public TransformerYard() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)10); // Transformer Yard - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Windmill/Windmill.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Windmill/Windmill.java deleted file mode 100644 index 5c9a8d3151d835abb2b19a313ad867136ec5dce7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Building_Structure/Windmill/Windmill.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Building_Structure.Windmill; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Windmill extends ObjectType -{ - public Windmill() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)1); // Building / Structure - setSubCategory((byte)19); // Windmill - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding.java deleted file mode 100644 index b992079d953635c590eec685bcdb0485cfc7ef37..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding extends ObjectType -{ - public Container_BasedBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Bridge_Single/Container_BasedBuilding_Bridge_Single.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Bridge_Single/Container_BasedBuilding_Bridge_Single.java deleted file mode 100644 index 6e4d9a4744306f37a56bfd815399cdc3a4c0445d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Bridge_Single/Container_BasedBuilding_Bridge_Single.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_Bridge_Single; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_Bridge_Single extends ObjectType -{ - public Container_BasedBuilding_Bridge_Single() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)6); // Container-Based Building, Bridge, Single - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_FOB/Container_BasedBuilding_FOB.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_FOB/Container_BasedBuilding_FOB.java deleted file mode 100644 index de186c1c4d539f0f093adb712e0549061c9e8269..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_FOB/Container_BasedBuilding_FOB.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_FOB; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_FOB extends ObjectType -{ - public Container_BasedBuilding_FOB() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)7); // Container-Based Building, FOB - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Double/Container_BasedBuilding_House_Double.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Double/Container_BasedBuilding_House_Double.java deleted file mode 100644 index 14e18433467034e04b6e326be0c60045ca6b13a4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Double/Container_BasedBuilding_House_Double.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_House_Double; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_House_Double extends ObjectType -{ - public Container_BasedBuilding_House_Double() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)4); // Container-Based Building, House, Double - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single/Container_BasedBuilding_House_Single.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single/Container_BasedBuilding_House_Single.java deleted file mode 100644 index 01da1f4ecde1b6d22a0836787baa1efb4feeb9ed..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single/Container_BasedBuilding_House_Single.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_House_Single; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_House_Single extends ObjectType -{ - public Container_BasedBuilding_House_Single() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)2); // Container-Based Building, House, Single - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single_Railing/Container_BasedBuilding_House_Single_Railing.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single_Railing/Container_BasedBuilding_House_Single_Railing.java deleted file mode 100644 index 5f6977fd4150541a438db59a6806b13f1846c9f0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_House_Single_Railing/Container_BasedBuilding_House_Single_Railing.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_House_Single_Railing; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_House_Single_Railing extends ObjectType -{ - public Container_BasedBuilding_House_Single_Railing() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)3); // Container-Based Building, House, Single, Railing - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Mosque_Single/Container_BasedBuilding_Mosque_Single.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Mosque_Single/Container_BasedBuilding_Mosque_Single.java deleted file mode 100644 index c5a0c1642b15ef77e6cbb9093440933fdab428fc..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Mosque_Single/Container_BasedBuilding_Mosque_Single.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_Mosque_Single; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_Mosque_Single extends ObjectType -{ - public Container_BasedBuilding_Mosque_Single() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)5); // Container-Based Building, Mosque, Single - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Store_Single/Container_BasedBuilding_Store_Single.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Store_Single/Container_BasedBuilding_Store_Single.java deleted file mode 100644 index 67a1092af948bcebaca0c50e0a7f074fcd926675..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Container_BasedBuilding/Container_BasedBuilding_Store_Single/Container_BasedBuilding_Store_Single.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Container_BasedBuilding.Container_BasedBuilding_Store_Single; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Container_BasedBuilding_Store_Single extends ObjectType -{ - public Container_BasedBuilding_Store_Single() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)8); // Container-Based Building - setSubCategory((byte)1); // Container-Based Building, Store, Single - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Culturalfeature.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Culturalfeature.java deleted file mode 100644 index 6b757efa91c0c96cff272c792e8690d505cb03cf..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Culturalfeature.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Culturalfeature extends ObjectType -{ - public Culturalfeature() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedEarth/DisturbedEarth.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedEarth/DisturbedEarth.java deleted file mode 100644 index cfff545dc47aaff96939514f8fb21706a48d6d8f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedEarth/DisturbedEarth.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.DisturbedEarth; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DisturbedEarth extends ObjectType -{ - public DisturbedEarth() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)3); // Disturbed Earth - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad.java deleted file mode 100644 index 5d9f953bd7d6e4bd918462fec22ced7615fc8474..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.DisturbedRoad; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DisturbedRoad extends ObjectType -{ - public DisturbedRoad() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)4); // Disturbed Road - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Asphalt/DisturbedRoad_Asphalt.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Asphalt/DisturbedRoad_Asphalt.java deleted file mode 100644 index 7e9845f064002ec3d8e6b63181538b4e33a04c4a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Asphalt/DisturbedRoad_Asphalt.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.DisturbedRoad.DisturbedRoad_Asphalt; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DisturbedRoad_Asphalt extends ObjectType -{ - public DisturbedRoad_Asphalt() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)4); // Disturbed Road - setSubCategory((byte)2); // Disturbed Road, Asphalt - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Concrete/DisturbedRoad_Concrete.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Concrete/DisturbedRoad_Concrete.java deleted file mode 100644 index 4bd0aacb3bee49d41932b0f890a634aac538b418..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Concrete/DisturbedRoad_Concrete.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.DisturbedRoad.DisturbedRoad_Concrete; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DisturbedRoad_Concrete extends ObjectType -{ - public DisturbedRoad_Concrete() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)4); // Disturbed Road - setSubCategory((byte)3); // Disturbed Road, Concrete - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Gravel/DisturbedRoad_Gravel.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Gravel/DisturbedRoad_Gravel.java deleted file mode 100644 index b207d52e31243cbc6cd89f87a7f15f595b586071..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/DisturbedRoad/DisturbedRoad_Gravel/DisturbedRoad_Gravel.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.DisturbedRoad.DisturbedRoad_Gravel; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DisturbedRoad_Gravel extends ObjectType -{ - public DisturbedRoad_Gravel() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)4); // Disturbed Road - setSubCategory((byte)1); // Disturbed Road, Gravel - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/IndustrialProcessingPlant.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/IndustrialProcessingPlant.java deleted file mode 100644 index c32da7b63ac3e632277b98625623bd146d54b87f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/IndustrialProcessingPlant.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.IndustrialProcessingPlant; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class IndustrialProcessingPlant extends ObjectType -{ - public IndustrialProcessingPlant() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)13); // Industrial Processing Plant - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/OilRefinery/OilRefinery.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/OilRefinery/OilRefinery.java deleted file mode 100644 index 24ce85e371fbd3c0311989109c52b3726d311bd8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/IndustrialProcessingPlant/OilRefinery/OilRefinery.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.IndustrialProcessingPlant.OilRefinery; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class OilRefinery extends ObjectType -{ - public OilRefinery() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)13); // Industrial Processing Plant - setSubCategory((byte)1); // Oil Refinery - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding.java deleted file mode 100644 index c243e51910907c2edeb222519576c66d1a09404b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding extends ObjectType -{ - public MOUTBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Apartment/MOUTBuilding_Apartment.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Apartment/MOUTBuilding_Apartment.java deleted file mode 100644 index d961fa9ee1c3710037c5385a49d6c92759511e93..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Apartment/MOUTBuilding_Apartment.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_Apartment; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_Apartment extends ObjectType -{ - public MOUTBuilding_Apartment() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)12); // MOUT Building, Apartment - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Church/MOUTBuilding_Church.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Church/MOUTBuilding_Church.java deleted file mode 100644 index 6d5fa9a15ec17844382d587718c4fa65b3287024..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Church/MOUTBuilding_Church.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_Church; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_Church extends ObjectType -{ - public MOUTBuilding_Church() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)14); // MOUT Building, Church - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_ControlTower/MOUTBuilding_ControlTower.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_ControlTower/MOUTBuilding_ControlTower.java deleted file mode 100644 index eff9c9806e8dace90df740442ac963f0f646f18d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_ControlTower/MOUTBuilding_ControlTower.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_ControlTower; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_ControlTower extends ObjectType -{ - public MOUTBuilding_ControlTower() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)7); // MOUT Building, Control Tower - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FarmHouse/MOUTBuilding_FarmHouse.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FarmHouse/MOUTBuilding_FarmHouse.java deleted file mode 100644 index 05100f7f0ac11b1769148046092e240cef297515..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FarmHouse/MOUTBuilding_FarmHouse.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_FarmHouse; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_FarmHouse extends ObjectType -{ - public MOUTBuilding_FarmHouse() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)15); // MOUT Building, Farm House - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FireStation/MOUTBuilding_FireStation.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FireStation/MOUTBuilding_FireStation.java deleted file mode 100644 index f242a139efd9c1b3b2b964ce504891ae58d7fe49..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_FireStation/MOUTBuilding_FireStation.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_FireStation; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_FireStation extends ObjectType -{ - public MOUTBuilding_FireStation() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)10); // MOUT Building, Fire Station - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_GasStation/MOUTBuilding_GasStation.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_GasStation/MOUTBuilding_GasStation.java deleted file mode 100644 index c975cfbeb293078e1df4f3423cf8eac5fb285ace..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_GasStation/MOUTBuilding_GasStation.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_GasStation; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_GasStation extends ObjectType -{ - public MOUTBuilding_GasStation() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)3); // MOUT Building, Gas Station - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Hospital/MOUTBuilding_Hospital.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Hospital/MOUTBuilding_Hospital.java deleted file mode 100644 index 9f18a893e1bc084ba7cb5d0cac574902d28ecdfd..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Hospital/MOUTBuilding_Hospital.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_Hospital; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_Hospital extends ObjectType -{ - public MOUTBuilding_Hospital() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)2); // MOUT Building, Hospital - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_House/MOUTBuilding_House.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_House/MOUTBuilding_House.java deleted file mode 100644 index 62487041d493f10253a55a5d342197cbb153d75a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_House/MOUTBuilding_House.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_House; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_House extends ObjectType -{ - public MOUTBuilding_House() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)1); // MOUT Building, House - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickHouse/MOUTBuilding_MudbrickHouse.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickHouse/MOUTBuilding_MudbrickHouse.java deleted file mode 100644 index 397c221e9704472548121f250a46022a74f9d111..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickHouse/MOUTBuilding_MudbrickHouse.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_MudbrickHouse; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_MudbrickHouse extends ObjectType -{ - public MOUTBuilding_MudbrickHouse() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)16); // MOUT Building, Mudbrick House - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickStore/MOUTBuilding_MudbrickStore.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickStore/MOUTBuilding_MudbrickStore.java deleted file mode 100644 index 65fbff861716dc5551d293e6ccb39bcf262f3f91..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_MudbrickStore/MOUTBuilding_MudbrickStore.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_MudbrickStore; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_MudbrickStore extends ObjectType -{ - public MOUTBuilding_MudbrickStore() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)17); // MOUT Building, Mudbrick Store - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_OfficeBuilding/MOUTBuilding_OfficeBuilding.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_OfficeBuilding/MOUTBuilding_OfficeBuilding.java deleted file mode 100644 index ab504d99d47763dc54985013f080bd072dcbacfd..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_OfficeBuilding/MOUTBuilding_OfficeBuilding.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_OfficeBuilding; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_OfficeBuilding extends ObjectType -{ - public MOUTBuilding_OfficeBuilding() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)5); // MOUT Building, Office Building - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PoliceStation/MOUTBuilding_PoliceStation.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PoliceStation/MOUTBuilding_PoliceStation.java deleted file mode 100644 index 125d7c4c91a0ec31482bd99ac5704557d843d058..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PoliceStation/MOUTBuilding_PoliceStation.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_PoliceStation; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_PoliceStation extends ObjectType -{ - public MOUTBuilding_PoliceStation() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)9); // MOUT Building, Police Station - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PowerStation/MOUTBuilding_PowerStation.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PowerStation/MOUTBuilding_PowerStation.java deleted file mode 100644 index fd88af7255265a233cd3c97055749a28116413ae..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_PowerStation/MOUTBuilding_PowerStation.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_PowerStation; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_PowerStation extends ObjectType -{ - public MOUTBuilding_PowerStation() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)11); // MOUT Building, Power Station - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_School/MOUTBuilding_School.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_School/MOUTBuilding_School.java deleted file mode 100644 index 88dd8f441c69a0d1c9884cc3e20ff40f1ff6f103..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_School/MOUTBuilding_School.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_School; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_School extends ObjectType -{ - public MOUTBuilding_School() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)13); // MOUT Building, School - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Store/MOUTBuilding_Store.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Store/MOUTBuilding_Store.java deleted file mode 100644 index 60532a48baef8192349f716f228d38e744d9a29a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Store/MOUTBuilding_Store.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_Store; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_Store extends ObjectType -{ - public MOUTBuilding_Store() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)4); // MOUT Building, Store - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Warehouse/MOUTBuilding_Warehouse.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Warehouse/MOUTBuilding_Warehouse.java deleted file mode 100644 index 0fd554fefdc7cbbf48c7deb1223b3237f71a91c9..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_Warehouse/MOUTBuilding_Warehouse.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_Warehouse; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_Warehouse extends ObjectType -{ - public MOUTBuilding_Warehouse() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)6); // MOUT Building, Warehouse - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_WaterTower/MOUTBuilding_WaterTower.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_WaterTower/MOUTBuilding_WaterTower.java deleted file mode 100644 index fbf054ab08a4aeb248a4a0b1e4cbbbebab5884d8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MOUTBuilding/MOUTBuilding_WaterTower/MOUTBuilding_WaterTower.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MOUTBuilding.MOUTBuilding_WaterTower; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MOUTBuilding_WaterTower extends ObjectType -{ - public MOUTBuilding_WaterTower() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)7); // MOUT Building - setSubCategory((byte)8); // MOUT Building, Water Tower - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM.java deleted file mode 100644 index 6481f861963c9b2345c1538d6e7abf888428e96f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM/LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MaintenanceStructure.LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM extends ObjectType -{ - public LargeAreaMaintenanceShelterLAMSAviationMaintenanceAM() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)6); // Maintenance Structure - setSubCategory((byte)4); // Large Area Maintenance Shelter (LAMS) Aviation Maintenance (AM) - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM.java deleted file mode 100644 index b13f201078ebeb7758a7ea883550bc2fbf15b624..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM/LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MaintenanceStructure.LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM extends ObjectType -{ - public LargeAreaMaintenanceShelterLAMSVehicleMaintenanceVM() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)6); // Maintenance Structure - setSubCategory((byte)3); // Large Area Maintenance Shelter (LAMS) Vehicle Maintenance (VM) - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_Bradley/LightweightMaintenanceEnclosureLME_Bradley.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_Bradley/LightweightMaintenanceEnclosureLME_Bradley.java deleted file mode 100644 index 7b05549a48d1b0d7a2b26be5e01fe83ff8fe086a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_Bradley/LightweightMaintenanceEnclosureLME_Bradley.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MaintenanceStructure.LightweightMaintenanceEnclosureLME_Bradley; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class LightweightMaintenanceEnclosureLME_Bradley extends ObjectType -{ - public LightweightMaintenanceEnclosureLME_Bradley() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)6); // Maintenance Structure - setSubCategory((byte)1); // Lightweight Maintenance Enclosure (LME), Bradley - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_M1/LightweightMaintenanceEnclosureLME_M1.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_M1/LightweightMaintenanceEnclosureLME_M1.java deleted file mode 100644 index 5b6843d9f2905e83ea3bff38649cfa72369c7b53..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/LightweightMaintenanceEnclosureLME_M1/LightweightMaintenanceEnclosureLME_M1.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MaintenanceStructure.LightweightMaintenanceEnclosureLME_M1; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class LightweightMaintenanceEnclosureLME_M1 extends ObjectType -{ - public LightweightMaintenanceEnclosureLME_M1() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)6); // Maintenance Structure - setSubCategory((byte)2); // Lightweight Maintenance Enclosure (LME), M1 - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/MaintenanceStructure.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/MaintenanceStructure.java deleted file mode 100644 index 473ace90d746b8e3a612819e64e6be05820aaf27..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/MaintenanceStructure/MaintenanceStructure.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.MaintenanceStructure; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MaintenanceStructure extends ObjectType -{ - public MaintenanceStructure() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)6); // Maintenance Structure - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Other/Other.java deleted file mode 100644 index ea38f3fd3a969c52da6f8341d713eebd2800ac28..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump.java deleted file mode 100644 index b0b8b4b9744a540deb028f4434285f4dc58a64b3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Pump; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Pump extends ObjectType -{ - public Pump() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)12); // Pump - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump_Gas/Pump_Gas.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump_Gas/Pump_Gas.java deleted file mode 100644 index 824669146d21c7c10a5688fcf977bc871c12a9aa..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Pump/Pump_Gas/Pump_Gas.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Pump.Pump_Gas; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Pump_Gas extends ObjectType -{ - public Pump_Gas() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)12); // Pump - setSubCategory((byte)1); // Pump, Gas - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent.java deleted file mode 100644 index a9285fb4ce77a1c8ff6b915eafdc2481ee0083e1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent extends ObjectType -{ - public Tent() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Arctic/Tent_Arctic.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Arctic/Tent_Arctic.java deleted file mode 100644 index 3dbd27c96d498cbd47861584adcf7c7c6e3becc4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Arctic/Tent_Arctic.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Arctic; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Arctic extends ObjectType -{ - public Tent_Arctic() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)5); // Tent, Arctic - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Bedouin/Tent_Bedouin.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Bedouin/Tent_Bedouin.java deleted file mode 100644 index 09c74636245c96ccfe0cad5dabd1ae88ac211f2e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Bedouin/Tent_Bedouin.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Bedouin; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Bedouin extends ObjectType -{ - public Tent_Bedouin() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)9); // Tent, Bedouin - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ChemicallyandBiologicalProtectedShelterCBPS/Tent_ChemicallyandBiologicalProtectedShelterCBPS.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ChemicallyandBiologicalProtectedShelterCBPS/Tent_ChemicallyandBiologicalProtectedShelterCBPS.java deleted file mode 100644 index 07b7dbc74c22cf9379ab3bf62b1df2d706b4a233..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ChemicallyandBiologicalProtectedShelterCBPS/Tent_ChemicallyandBiologicalProtectedShelterCBPS.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_ChemicallyandBiologicalProtectedShelterCBPS; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_ChemicallyandBiologicalProtectedShelterCBPS extends ObjectType -{ - public Tent_ChemicallyandBiologicalProtectedShelterCBPS() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)10); // Tent, Chemically and Biological Protected Shelter (CBPS) - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ExpandableFrame/Tent_ExpandableFrame.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ExpandableFrame/Tent_ExpandableFrame.java deleted file mode 100644 index 2d7f9b0710758ca8b20af6b3ee80eedf663c858a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ExpandableFrame/Tent_ExpandableFrame.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_ExpandableFrame; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_ExpandableFrame extends ObjectType -{ - public Tent_ExpandableFrame() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)7); // Tent, Expandable Frame - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Fritsche/Tent_Fritsche.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Fritsche/Tent_Fritsche.java deleted file mode 100644 index abd55dc8e76aa54d676562eb8c2f732ea187a0b8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Fritsche/Tent_Fritsche.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Fritsche; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Fritsche extends ObjectType -{ - public Tent_Fritsche() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)8); // Tent, Fritsche - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Kuchi/Tent_Kuchi.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Kuchi/Tent_Kuchi.java deleted file mode 100644 index 1f6b900842544201c9e1a9cc99e7f033c833a9cc..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Kuchi/Tent_Kuchi.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Kuchi; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Kuchi extends ObjectType -{ - public Tent_Kuchi() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)11); // Tent, Kuchi - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Large/Tent_Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Large/Tent_Large.java deleted file mode 100644 index 9c4638c4911f79dc6b56e0364839ca0162b8bc37..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Large/Tent_Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Large extends ObjectType -{ - public Tent_Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)3); // Tent, Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Medium/Tent_Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Medium/Tent_Medium.java deleted file mode 100644 index 92d1dbf6057d8f2f32f43e420d2097a085bcf511..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Medium/Tent_Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Medium extends ObjectType -{ - public Tent_Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)2); // Tent, Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ModularGeneralPurposeTentSystemMGPTS/Tent_ModularGeneralPurposeTentSystemMGPTS.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ModularGeneralPurposeTentSystemMGPTS/Tent_ModularGeneralPurposeTentSystemMGPTS.java deleted file mode 100644 index 03cfa92dbc1aaba03b94a7e13882a997e252905c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_ModularGeneralPurposeTentSystemMGPTS/Tent_ModularGeneralPurposeTentSystemMGPTS.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_ModularGeneralPurposeTentSystemMGPTS; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_ModularGeneralPurposeTentSystemMGPTS extends ObjectType -{ - public Tent_ModularGeneralPurposeTentSystemMGPTS() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)4); // Tent, Modular General Purpose Tent System (MGPTS) - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Small/Tent_Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Small/Tent_Small.java deleted file mode 100644 index f492ad9dd5868021ebb027ddf531655e53e08780..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_Small/Tent_Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_Small extends ObjectType -{ - public Tent_Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)1); // Tent, Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_TEMPER/Tent_TEMPER.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_TEMPER/Tent_TEMPER.java deleted file mode 100644 index 2c65909bfb780f0faecd7bb9f47b67d989e43973..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tent/Tent_TEMPER/Tent_TEMPER.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tent.Tent_TEMPER; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tent_TEMPER extends ObjectType -{ - public Tent_TEMPER() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)5); // Tent - setSubCategory((byte)6); // Tent, TEMPER - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous.java deleted file mode 100644 index 8be450ad1e0d8b8a38d188b831fa0d64c7355449..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Deciduous; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Deciduous extends ObjectType -{ - public Tree_Deciduous() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)10); // Tree, Deciduous - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Large/Tree_Deciduous_Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Large/Tree_Deciduous_Large.java deleted file mode 100644 index ab5bb53ac6cd1f5d7a74ff0965702d93c3284f2b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Large/Tree_Deciduous_Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Deciduous.Tree_Deciduous_Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Deciduous_Large extends ObjectType -{ - public Tree_Deciduous_Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)10); // Tree, Deciduous - setSubCategory((byte)3); // Tree, Deciduous, Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Medium/Tree_Deciduous_Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Medium/Tree_Deciduous_Medium.java deleted file mode 100644 index 7f11b54f5a59f4044245145daa91691657167722..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Medium/Tree_Deciduous_Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Deciduous.Tree_Deciduous_Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Deciduous_Medium extends ObjectType -{ - public Tree_Deciduous_Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)10); // Tree, Deciduous - setSubCategory((byte)2); // Tree, Deciduous, Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Small/Tree_Deciduous_Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Small/Tree_Deciduous_Small.java deleted file mode 100644 index 78c7de6f21c2506fdffcd2405d693d1e3aeca7ae..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Deciduous/Tree_Deciduous_Small/Tree_Deciduous_Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Deciduous.Tree_Deciduous_Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Deciduous_Small extends ObjectType -{ - public Tree_Deciduous_Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)10); // Tree, Deciduous - setSubCategory((byte)1); // Tree, Deciduous, Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen.java deleted file mode 100644 index 802b1f800f72416aa59806e41c5df050930cfecd..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Evergreen; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Evergreen extends ObjectType -{ - public Tree_Evergreen() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)11); // Tree, Evergreen - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Large/Tree_Evergreen_Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Large/Tree_Evergreen_Large.java deleted file mode 100644 index 2efde5b0fa73036050056f6e9bf81af9c86dc2b6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Large/Tree_Evergreen_Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Evergreen.Tree_Evergreen_Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Evergreen_Large extends ObjectType -{ - public Tree_Evergreen_Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)11); // Tree, Evergreen - setSubCategory((byte)3); // Tree, Evergreen, Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Medium/Tree_Evergreen_Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Medium/Tree_Evergreen_Medium.java deleted file mode 100644 index a9cfdbb254f9921e3092e9d9f3f0ee39e3b842ef..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Medium/Tree_Evergreen_Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Evergreen.Tree_Evergreen_Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Evergreen_Medium extends ObjectType -{ - public Tree_Evergreen_Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)11); // Tree, Evergreen - setSubCategory((byte)2); // Tree, Evergreen, Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Small/Tree_Evergreen_Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Small/Tree_Evergreen_Small.java deleted file mode 100644 index 1b743fda75f7e97998661f65ee11e177c4cfdd3a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/Tree_Evergreen/Tree_Evergreen_Small/Tree_Evergreen_Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.Tree_Evergreen.Tree_Evergreen_Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tree_Evergreen_Small extends ObjectType -{ - public Tree_Evergreen_Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)11); // Tree, Evergreen - setSubCategory((byte)1); // Tree, Evergreen, Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/UtilityPole/UtilityPole.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/UtilityPole/UtilityPole.java deleted file mode 100644 index 71033ee6c0cc69c8e48edeabde92444f7881913b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Culturalfeature/UtilityPole/UtilityPole.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Culturalfeature.UtilityPole; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class UtilityPole extends ObjectType -{ - public UtilityPole() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(3)); // Cultural feature - setCategory((byte)14); // Utility Pole - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/EnvironmentalObject.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/EnvironmentalObject.java deleted file mode 100644 index 87fc370b1acbaddd9bdc2138a4cdb860827aac43..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/EnvironmentalObject.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.EnvironmentalObject; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class EnvironmentalObject extends ObjectType -{ - public EnvironmentalObject() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(8)); // Environmental Object - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood.java deleted file mode 100644 index b44ab08519e7a50522f26aad948817e8b067495f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.EnvironmentalObject.Flood; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Flood extends ObjectType -{ - public Flood() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(8)); // Environmental Object - setCategory((byte)1); // Flood - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Large/Flood_Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Large/Flood_Large.java deleted file mode 100644 index 3cc9029396b2fb697ea853860d32fb881c83640c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Large/Flood_Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.EnvironmentalObject.Flood.Flood_Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Flood_Large extends ObjectType -{ - public Flood_Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(8)); // Environmental Object - setCategory((byte)1); // Flood - setSubCategory((byte)3); // Flood, Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Medium/Flood_Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Medium/Flood_Medium.java deleted file mode 100644 index 12f499c32d6179333fc6f90d546910e9954cfa15..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Medium/Flood_Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.EnvironmentalObject.Flood.Flood_Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Flood_Medium extends ObjectType -{ - public Flood_Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(8)); // Environmental Object - setCategory((byte)1); // Flood - setSubCategory((byte)2); // Flood, Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Small/Flood_Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Small/Flood_Small.java deleted file mode 100644 index 407bb9ceb2b54b5284b3544c05f6dd6e5983d7f7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/EnvironmentalObject/Flood/Flood_Small/Flood_Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.EnvironmentalObject.Flood.Flood_Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Flood_Small extends ObjectType -{ - public Flood_Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(8)); // Environmental Object - setCategory((byte)1); // Flood - setSubCategory((byte)1); // Flood, Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Abatis.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Abatis.java deleted file mode 100644 index ba77b26ca74321a45a974dd182ae50a16e417545..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Abatis.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Abatis; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Abatis extends ObjectType -{ - public Abatis() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Abatis - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Other/Other.java deleted file mode 100644 index c9683e46554dc978d3e47f2a4a4ddeb237b8eab1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Abatis.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Abatis - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_14Tree/_14Tree.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_14Tree/_14Tree.java deleted file mode 100644 index 0562d8a661d281c1ba844f8486355d1dfdd4c189..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_14Tree/_14Tree.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Abatis._14Tree; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _14Tree extends ObjectType -{ - public _14Tree() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Abatis - setSubCategory((byte)2); // 14 Tree - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_8Tree/_8Tree.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_8Tree/_8Tree.java deleted file mode 100644 index 659c7041ac31b2954953a3d60c0398ce0d30c234..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Abatis/_8Tree/_8Tree.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Abatis._8Tree; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _8Tree extends ObjectType -{ - public _8Tree() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)1); // Abatis - setSubCategory((byte)1); // 8 Tree - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier.java deleted file mode 100644 index c447173915934af2edbe86f303c9147bef830a96..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier extends ObjectType -{ - public Barrier() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Construction/Barrier_Construction.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Construction/Barrier_Construction.java deleted file mode 100644 index 4e44510de9993c11a9813e668b3e09f95783786f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Construction/Barrier_Construction.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_Construction; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_Construction extends ObjectType -{ - public Barrier_Construction() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)6); // Barrier, Construction - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Chain_6_foot/Barrier_Fence_Chain_6_foot.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Chain_6_foot/Barrier_Fence_Chain_6_foot.java deleted file mode 100644 index a7589fa4848d9f121e0731b5a83230c9f1df8ded..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Chain_6_foot/Barrier_Fence_Chain_6_foot.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_Fence_Chain_6_foot; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_Fence_Chain_6_foot extends ObjectType -{ - public Barrier_Fence_Chain_6_foot() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)8); // Barrier, Fence, Chain, 6-foot - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Wood_6_foot/Barrier_Fence_Wood_6_foot.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Wood_6_foot/Barrier_Fence_Wood_6_foot.java deleted file mode 100644 index d89af3f09967fdc04dc8dea354e9c63f1ce0fce6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Fence_Wood_6_foot/Barrier_Fence_Wood_6_foot.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_Fence_Wood_6_foot; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_Fence_Wood_6_foot extends ObjectType -{ - public Barrier_Fence_Wood_6_foot() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)9); // Barrier, Fence, Wood, 6-foot - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Double_Stacked/Barrier_HESCOBasket_Double_Stacked.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Double_Stacked/Barrier_HESCOBasket_Double_Stacked.java deleted file mode 100644 index fae3d5673e995a11ea5d580f64943758fd7ddd44..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Double_Stacked/Barrier_HESCOBasket_Double_Stacked.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_HESCOBasket_Double_Stacked; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_HESCOBasket_Double_Stacked extends ObjectType -{ - public Barrier_HESCOBasket_Double_Stacked() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)5); // Barrier, HESCO Basket, Double-Stacked - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Large/Barrier_HESCOBasket_Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Large/Barrier_HESCOBasket_Large.java deleted file mode 100644 index 4d7b7e4462171b01fb774acc383013f289f99fb1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Large/Barrier_HESCOBasket_Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_HESCOBasket_Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_HESCOBasket_Large extends ObjectType -{ - public Barrier_HESCOBasket_Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)4); // Barrier, HESCO Basket, Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Medium/Barrier_HESCOBasket_Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Medium/Barrier_HESCOBasket_Medium.java deleted file mode 100644 index 6b7ccf200663a9412f11497bdef9145e87ac32ed..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Medium/Barrier_HESCOBasket_Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_HESCOBasket_Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_HESCOBasket_Medium extends ObjectType -{ - public Barrier_HESCOBasket_Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)3); // Barrier, HESCO Basket, Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Small/Barrier_HESCOBasket_Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Small/Barrier_HESCOBasket_Small.java deleted file mode 100644 index b9e1b161030baa62129ee24af216e50f2795dd30..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_HESCOBasket_Small/Barrier_HESCOBasket_Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_HESCOBasket_Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_HESCOBasket_Small extends ObjectType -{ - public Barrier_HESCOBasket_Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)2); // Barrier, HESCO Basket, Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Jersey_Plastic/Barrier_Jersey_Plastic.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Jersey_Plastic/Barrier_Jersey_Plastic.java deleted file mode 100644 index d40cab6ac7e88aac3257fe4ae9605312c18e5c11..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Jersey_Plastic/Barrier_Jersey_Plastic.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_Jersey_Plastic; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_Jersey_Plastic extends ObjectType -{ - public Barrier_Jersey_Plastic() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)7); // Barrier, Jersey, Plastic - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Texas/Barrier_Texas.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Texas/Barrier_Texas.java deleted file mode 100644 index fc528677cc88b3d91ec4cd81a0c9f17085c7c63c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/Barrier_Texas/Barrier_Texas.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.Barrier_Texas; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Barrier_Texas extends ObjectType -{ - public Barrier_Texas() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)10); // Barrier, Texas - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/DragonsTeeth/DragonsTeeth.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/DragonsTeeth/DragonsTeeth.java deleted file mode 100644 index 3f881f9fad06b8fcf4407332d655d110bd94a4ef..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Barrier/DragonsTeeth/DragonsTeeth.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Barrier.DragonsTeeth; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class DragonsTeeth extends ObjectType -{ - public DragonsTeeth() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)4); // Barrier - setSubCategory((byte)1); // Dragon’s Teeth - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Crater.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Crater.java deleted file mode 100644 index 3f1fa029ebb7c7e16e35efe6f69d0d5e0071ee98..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Crater.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Crater; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Crater extends ObjectType -{ - public Crater() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Crater - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Large/Large.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Large/Large.java deleted file mode 100644 index 8ba214823ce94a2b7388e67203aef24e223e4d67..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Large/Large.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Crater.Large; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Large extends ObjectType -{ - public Large() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Crater - setSubCategory((byte)3); // Large - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Medium/Medium.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Medium/Medium.java deleted file mode 100644 index 805091afa45ff5b56a8ce7ebe9ee61e524bea46f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Medium/Medium.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Crater.Medium; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Medium extends ObjectType -{ - public Medium() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Crater - setSubCategory((byte)2); // Medium - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Other/Other.java deleted file mode 100644 index db1ad5ae63c3eab48c9f776b3b101b3ca75c3c7d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Crater.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Crater - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Small/Small.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Small/Small.java deleted file mode 100644 index f1bc5224ba3c98d232db0ed4e81a648ef282465d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Crater/Small/Small.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Crater.Small; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Small extends ObjectType -{ - public Small() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)3); // Crater - setSubCategory((byte)1); // Small - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/LogCrib.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/LogCrib.java deleted file mode 100644 index c68ee1a76d62b326e8eed09339a12643c71fea60..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/LogCrib.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.LogCrib; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class LogCrib extends ObjectType -{ - public LogCrib() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Log Crib - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Other/Other.java deleted file mode 100644 index 232fa8d8242b6d4ed3bbb85c59593f40d3f3a9ba..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.LogCrib.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Log Crib - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Rectangular/Rectangular.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Rectangular/Rectangular.java deleted file mode 100644 index 8ead30012bb118d6e52360e0bf99c73a4429205f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Rectangular/Rectangular.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.LogCrib.Rectangular; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Rectangular extends ObjectType -{ - public Rectangular() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Log Crib - setSubCategory((byte)1); // Rectangular - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Triangular/Triangular.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Triangular/Triangular.java deleted file mode 100644 index 95950dc8fcd1cd7ec93020ea229a280303554fc7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/LogCrib/Triangular/Triangular.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.LogCrib.Triangular; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Triangular extends ObjectType -{ - public Triangular() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)2); // Log Crib - setSubCategory((byte)2); // Triangular - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Obstacle.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Obstacle.java deleted file mode 100644 index 97f5765fec56113146adba4c7758281dad0aaae4..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Obstacle.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Obstacle extends ObjectType -{ - public Obstacle() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Other/Other.java deleted file mode 100644 index bf333f72a0fb791e06fe3935f33b64b7f2328a1b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/PotHole/PotHole.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/PotHole/PotHole.java deleted file mode 100644 index 3f8bea3b4745d5b1622bdb5edb61905c0f4a7b60..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/PotHole/PotHole.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.PotHole; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class PotHole extends ObjectType -{ - public PotHole() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)9); // Pot Hole - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop.java deleted file mode 100644 index ea9e9d255f364d78f2d50df402c0f2726f41e601..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.RockDrop; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RockDrop extends ObjectType -{ - public RockDrop() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)5); // Rock Drop - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Covered/RockDrop_Covered.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Covered/RockDrop_Covered.java deleted file mode 100644 index 5a5518ad6146732b43eacf72ea3b035db6e6f1fe..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Covered/RockDrop_Covered.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.RockDrop.RockDrop_Covered; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RockDrop_Covered extends ObjectType -{ - public RockDrop_Covered() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)5); // Rock Drop - setSubCategory((byte)1); // Rock Drop, Covered - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Uncovered/RockDrop_Uncovered.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Uncovered/RockDrop_Uncovered.java deleted file mode 100644 index fcce4d06ba68bdd86428636c5eeeb82223c85091..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstacle/RockDrop/RockDrop_Uncovered/RockDrop_Uncovered.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstacle.RockDrop.RockDrop_Uncovered; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RockDrop_Uncovered extends ObjectType -{ - public RockDrop_Uncovered() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(1)); // Obstacle - setCategory((byte)5); // Rock Drop - setSubCategory((byte)2); // Rock Drop, Uncovered - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/NBCHazardMarker/NBCHazardMarker.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/NBCHazardMarker/NBCHazardMarker.java deleted file mode 100644 index a03182c16cd5cdd4b31f20df5c450812980cf84f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/NBCHazardMarker/NBCHazardMarker.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstaclemarker.NBCHazardMarker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class NBCHazardMarker extends ObjectType -{ - public NBCHazardMarker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - setCategory((byte)2); // NBC Hazard Marker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/Obstaclemarker.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/Obstaclemarker.java deleted file mode 100644 index a5908c46de7bf07f6c13db29f46c88ee5b3d9af7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Obstaclemarker/Obstaclemarker.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Obstaclemarker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Obstaclemarker extends ObjectType -{ - public Obstaclemarker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(6)); // Obstacle marker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/AVLB.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/AVLB.java deleted file mode 100644 index ba434c82c8f0086968c9f5f96b32fe562c9ee3a3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/AVLB.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.AVLB; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class AVLB extends ObjectType -{ - public AVLB() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)2); // AVLB - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/JointAssaultBridgeJAB/JointAssaultBridgeJAB.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/JointAssaultBridgeJAB/JointAssaultBridgeJAB.java deleted file mode 100644 index b8f86198ce6efcdab74de45994e9f86111a405c1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/JointAssaultBridgeJAB/JointAssaultBridgeJAB.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.AVLB.JointAssaultBridgeJAB; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class JointAssaultBridgeJAB extends ObjectType -{ - public JointAssaultBridgeJAB() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)2); // AVLB - setSubCategory((byte)3); // Joint Assault Bridge (JAB) - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/M60A1/M60A1.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/M60A1/M60A1.java deleted file mode 100644 index f7768d828cd13623d288d499216e5d6fc8f00be6..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/M60A1/M60A1.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.AVLB.M60A1; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M60A1 extends ObjectType -{ - public M60A1() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)2); // AVLB - setSubCategory((byte)1); // M60A1 - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/MTU20/MTU20.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/MTU20/MTU20.java deleted file mode 100644 index be54b0aea5e36b442816af92c0eefb9ffbe55e48..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/MTU20/MTU20.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.AVLB.MTU20; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MTU20 extends ObjectType -{ - public MTU20() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)2); // AVLB - setSubCategory((byte)2); // MTU20 - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/Other/Other.java deleted file mode 100644 index ece56ec9fc25e20b4dab377ce39ba7ea2e4971d1..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/AVLB/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.AVLB.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)2); // AVLB - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Other/Other.java deleted file mode 100644 index 8699e19362072166197200fe8e9ac10b37eefae3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Passageway.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Passageway.java deleted file mode 100644 index d67fa29e02038b2f4bf539be314bd047453dec68..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Passageway.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Passageway extends ObjectType -{ - public Passageway() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Pier/Pier.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Pier/Pier.java deleted file mode 100644 index ffc8ebd1dd9adcedd31d85adfd942b3a5cda9da5..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/Pier/Pier.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.Pier; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Pier extends ObjectType -{ - public Pier() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)4); // Pier - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/Other/Other.java deleted file mode 100644 index ed1d0f57510b76f6fb70ebc9c9f2a4079e859a50..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.RibbonBridge.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)3); // Ribbon Bridge - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/RibbonBridge.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/RibbonBridge.java deleted file mode 100644 index 7a5eddd9de741899e4c6dfee53adb5689d16791e..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/RibbonBridge.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.RibbonBridge; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class RibbonBridge extends ObjectType -{ - public RibbonBridge() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)3); // Ribbon Bridge - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_2_Lane/_2_Lane.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_2_Lane/_2_Lane.java deleted file mode 100644 index a1d31b60b33151e81ce1b2a1efbca544ffbad42f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_2_Lane/_2_Lane.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.RibbonBridge._2_Lane; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _2_Lane extends ObjectType -{ - public _2_Lane() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)3); // Ribbon Bridge - setSubCategory((byte)1); // 2-Lane - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_4_Lane/_4_Lane.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_4_Lane/_4_Lane.java deleted file mode 100644 index 7e6b305bde6cc6112af91528ed41d0867fb9aafb..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/RibbonBridge/_4_Lane/_4_Lane.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.RibbonBridge._4_Lane; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _4_Lane extends ObjectType -{ - public _4_Lane() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)3); // Ribbon Bridge - setSubCategory((byte)2); // 4-Lane - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/Other/Other.java deleted file mode 100644 index ba19e446b56c33387055d2e9333779ec6736acc3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.StationaryBridge.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)1); // Stationary Bridge - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/StationaryBridge.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/StationaryBridge.java deleted file mode 100644 index c30f4afeb1f4aaffc04470146cca32dd053b8b48..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/StationaryBridge.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.StationaryBridge; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class StationaryBridge extends ObjectType -{ - public StationaryBridge() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)1); // Stationary Bridge - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_2_Lane/_2_Lane.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_2_Lane/_2_Lane.java deleted file mode 100644 index 34f933e4289b2bf51e05666fd917fa0197482258..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_2_Lane/_2_Lane.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.StationaryBridge._2_Lane; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _2_Lane extends ObjectType -{ - public _2_Lane() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)1); // Stationary Bridge - setSubCategory((byte)1); // 2-Lane - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_4_Lane/_4_Lane.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_4_Lane/_4_Lane.java deleted file mode 100644 index e5c5082300e849e33a1525766f39d47e3888323b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Passageway/StationaryBridge/_4_Lane/_4_Lane.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Passageway.StationaryBridge._4_Lane; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class _4_Lane extends ObjectType -{ - public _4_Lane() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(4)); // Passageway - setCategory((byte)1); // Stationary Bridge - setSubCategory((byte)2); // 4-Lane - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/PointObject.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/PointObject.java deleted file mode 100644 index ddc59543bed8f1ae9651444e178e1175edfd7a50..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/PointObject.java +++ /dev/null @@ -1,17 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class PointObject extends ObjectType -{ - public PointObject() - { - setDomain(PlatformDomain.getEnumForValue(1)); - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/CoveredMachineGunBunker/CoveredMachineGunBunker.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/CoveredMachineGunBunker/CoveredMachineGunBunker.java deleted file mode 100644 index c9f8a98f4402c3320a303c52a3378e922adb8f52..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/CoveredMachineGunBunker/CoveredMachineGunBunker.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.CoveredMachineGunBunker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class CoveredMachineGunBunker extends ObjectType -{ - public CoveredMachineGunBunker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)1); // Covered Machine Gun Bunker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/HastyFightingPosition/HastyFightingPosition.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/HastyFightingPosition/HastyFightingPosition.java deleted file mode 100644 index adf01ce940f473199f80eeb0a2b3a57921c45666..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/HastyFightingPosition/HastyFightingPosition.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.HastyFightingPosition; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class HastyFightingPosition extends ObjectType -{ - public HastyFightingPosition() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)5); // Hasty Fighting Position - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/InfantryFightingPosition.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/InfantryFightingPosition.java deleted file mode 100644 index e93e3bb0e048c7a8b7ba7be0bcbac66cc655774a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/InfantryFightingPosition.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class InfantryFightingPosition extends ObjectType -{ - public InfantryFightingPosition() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredInfantryPosition/Non_CoveredInfantryPosition.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredInfantryPosition/Non_CoveredInfantryPosition.java deleted file mode 100644 index f2f6f5b491b69fd847c82db74732cb7714223088..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredInfantryPosition/Non_CoveredInfantryPosition.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.Non_CoveredInfantryPosition; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Non_CoveredInfantryPosition extends ObjectType -{ - public Non_CoveredInfantryPosition() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)3); // Non-Covered Infantry Position - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredMachineGunBunker/Non_CoveredMachineGunBunker.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredMachineGunBunker/Non_CoveredMachineGunBunker.java deleted file mode 100644 index 04dde4e9b48943d2f286eb6e27f7d223dc10ad30..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Non_CoveredMachineGunBunker/Non_CoveredMachineGunBunker.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.Non_CoveredMachineGunBunker; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Non_CoveredMachineGunBunker extends ObjectType -{ - public Non_CoveredMachineGunBunker() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)4); // Non-Covered Machine Gun Bunker - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Other/Other.java deleted file mode 100644 index 7d1de029655ef8e06bb1b99cb5a34de43683e869..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/OverheadCoveredInfantryPosition/OverheadCoveredInfantryPosition.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/OverheadCoveredInfantryPosition/OverheadCoveredInfantryPosition.java deleted file mode 100644 index 947cb758ab7ae9f678eada47a028c8914a9c877b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/InfantryFightingPosition/OverheadCoveredInfantryPosition/OverheadCoveredInfantryPosition.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.InfantryFightingPosition.OverheadCoveredInfantryPosition; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class OverheadCoveredInfantryPosition extends ObjectType -{ - public OverheadCoveredInfantryPosition() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)2); // Infantry Fighting Position - setSubCategory((byte)2); // Overhead Covered Infantry Position - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Other/Other.java deleted file mode 100644 index d42dd3fc3d7dd67981d0b925aa7fb9e72ce34262..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Preparedposition.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Preparedposition.java deleted file mode 100644 index 9d98c940316eabddfa3a020dbbce2b3355b75b5d..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/Preparedposition.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Preparedposition extends ObjectType -{ - public Preparedposition() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/ArmoredVehicle/ArmoredVehicle.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/ArmoredVehicle/ArmoredVehicle.java deleted file mode 100644 index e2460d888cd36cc06ea7feafb5dc131c814b6448..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/ArmoredVehicle/ArmoredVehicle.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade.ArmoredVehicle; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class ArmoredVehicle extends ObjectType -{ - public ArmoredVehicle() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - setSubCategory((byte)1); // Armored Vehicle - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/FightingVehicle/FightingVehicle.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/FightingVehicle/FightingVehicle.java deleted file mode 100644 index 34f8fb2a51772ea9f9afc0d0aef1ecd6a8f42547..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/FightingVehicle/FightingVehicle.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade.FightingVehicle; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class FightingVehicle extends ObjectType -{ - public FightingVehicle() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - setSubCategory((byte)2); // Fighting Vehicle - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/MortarCarrier/MortarCarrier.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/MortarCarrier/MortarCarrier.java deleted file mode 100644 index ca53a36aa2e53e6c436ef4af997421746d4d570c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/MortarCarrier/MortarCarrier.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade.MortarCarrier; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class MortarCarrier extends ObjectType -{ - public MortarCarrier() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - setSubCategory((byte)3); // Mortar Carrier - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Other/Other.java deleted file mode 100644 index e2401478446e1ef7686acbd071d95441b3fc655a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Tank/Tank.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Tank/Tank.java deleted file mode 100644 index eaf8d4c7048b1187afc1d2c4896bc4340c24153c..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/Tank/Tank.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade.Tank; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tank extends ObjectType -{ - public Tank() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - setSubCategory((byte)4); // Tank - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/VehicleDefilade.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/VehicleDefilade.java deleted file mode 100644 index d7545e7e91c5b2e5f772a6bf5043060219431607..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Preparedposition/VehicleDefilade/VehicleDefilade.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Preparedposition.VehicleDefilade; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class VehicleDefilade extends ObjectType -{ - public VehicleDefilade() - { - setDomain(PlatformDomain.getEnumForValue(1)); - setObjectKind(ObjectKind.getEnumForValue(2)); // Prepared position - setCategory((byte)1); // Vehicle Defilade - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/AirBurst.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/AirBurst.java deleted file mode 100644 index 21dd36e89103fb580a66b593333e5799cd22e4e0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/AirBurst.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.AirBurst; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class AirBurst extends ObjectType -{ - public AirBurst() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)2); // Air Burst - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Grenade/Grenade.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Grenade/Grenade.java deleted file mode 100644 index bf2667aec8e326b07a0d3da74dcf418712c6706b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Grenade/Grenade.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.AirBurst.Grenade; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Grenade extends ObjectType -{ - public Grenade() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)2); // Air Burst - setSubCategory((byte)1); // Grenade - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Other/Other.java deleted file mode 100644 index 55ebf3a365fde15dc55ad0630b320494f6ab4405..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/AirBurst/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.AirBurst.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)2); // Air Burst - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Artillery/Artillery.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Artillery/Artillery.java deleted file mode 100644 index d16e14c3a40c405754b51c5bf84164b213e37328..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Artillery/Artillery.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.GroundBurst.Artillery; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Artillery extends ObjectType -{ - public Artillery() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)1); // Ground Burst - setSubCategory((byte)1); // Artillery - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/GroundBurst.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/GroundBurst.java deleted file mode 100644 index 385a4958eaf15e34b291816943b7eb4cbc4c877a..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/GroundBurst.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.GroundBurst; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class GroundBurst extends ObjectType -{ - public GroundBurst() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)1); // Ground Burst - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Other/Other.java deleted file mode 100644 index 571754cf34db5351e097ad9e2112078b8d769fe3..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/GroundBurst/Other/Other.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.GroundBurst.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)1); // Ground Burst - setSubCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Other/Other.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Other/Other.java deleted file mode 100644 index d9ab05d6a7917944fd7b621a9d46e1957049810f..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Other/Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.Other; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Other extends ObjectType -{ - public Other() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)0); // Other - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Green/M18_Green.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Green/M18_Green.java deleted file mode 100644 index 25bb4e0efb6c290ad00e7c66a9b3634b3973a242..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Green/M18_Green.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister.M18_Green; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M18_Green extends ObjectType -{ - public M18_Green() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - setSubCategory((byte)2); // M18, Green - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Red/M18_Red.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Red/M18_Red.java deleted file mode 100644 index dc299f4bb0e10b4984b08eb3c66fbd475ed8a1a8..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Red/M18_Red.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister.M18_Red; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M18_Red extends ObjectType -{ - public M18_Red() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - setSubCategory((byte)5); // M18, Red - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Violet/M18_Violet.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Violet/M18_Violet.java deleted file mode 100644 index 537b6ed1a8cc548992154893a8b06c4e4c142b9b..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Violet/M18_Violet.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister.M18_Violet; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M18_Violet extends ObjectType -{ - public M18_Violet() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - setSubCategory((byte)3); // M18, Violet - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Yellow/M18_Yellow.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Yellow/M18_Yellow.java deleted file mode 100644 index 91653d44e8160da8c6a20a181e3c9920da7146a0..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M18_Yellow/M18_Yellow.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister.M18_Yellow; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M18_Yellow extends ObjectType -{ - public M18_Yellow() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - setSubCategory((byte)4); // M18, Yellow - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M83_White/M83_White.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M83_White/M83_White.java deleted file mode 100644 index 7fa35362b97cf6015d10a6eefa79fd6f8751edab..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/M83_White/M83_White.java +++ /dev/null @@ -1,20 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister.M83_White; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class M83_White extends ObjectType -{ - public M83_White() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - setSubCategory((byte)1); // M83, White - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/TacticalSmoke_Canister.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/TacticalSmoke_Canister.java deleted file mode 100644 index 76eaaf37c0b71698d852d45d90ec630128f6c9a7..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/TacticalSmoke_Canister/TacticalSmoke_Canister.java +++ /dev/null @@ -1,19 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke.TacticalSmoke_Canister; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class TacticalSmoke_Canister extends ObjectType -{ - public TacticalSmoke_Canister() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - setCategory((byte)3); // Tactical Smoke, Canister - } -} diff --git a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Tacticalsmoke.java b/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Tacticalsmoke.java deleted file mode 100644 index 16aa53de83bd11646d4f6aec7233532bab6d6b43..0000000000000000000000000000000000000000 --- a/src-generated/edu/nps/moves/dis7/objecttypes/PointObject/Tacticalsmoke/Tacticalsmoke.java +++ /dev/null @@ -1,18 +0,0 @@ -package edu.nps.moves.dis7.objecttypes.PointObject.Tacticalsmoke; - -import edu.nps.moves.dis7.*; -import edu.nps.moves.dis7.enumerations.*; - -/** - * SISO-REF-010-v28, 2020-05-07 - * - * ObjectType uid: 226 - */ -public class Tacticalsmoke extends ObjectType -{ - public Tacticalsmoke() - { - setDomain(PlatformDomain.getEnumForValue(0)); - setObjectKind(ObjectKind.getEnumForValue(5)); // Tactical smoke - } -}