Skip to content
Snippets Groups Projects
Commit 57534dbd authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc

parent 08709e15
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 1792 deletions
This diff is collapsed.
......@@ -8,7 +8,7 @@ import java.net.*;
* But it will in some others.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class HttpWebPageSource
{
......
/**
* opendis7 Http Servlet Java examples supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples">NetworkedGraphicsMV3500 examples</a>
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples/src/HttpServletExamples">NetworkedGraphicsMV3500 examples: HttpServletExamples</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
......
/**
* open-dis library version 4: Java examples supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples">NetworkedGraphicsMV3500 examples</a>
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples/src/OpenDis4Examples">NetworkedGraphicsMV3500 examples: OpenDis4Examples</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
......
......@@ -59,7 +59,7 @@ import java.time.format.DateTimeFormatter;
/**
* Create a track from DIS ESPDUs
* @author brutzman
* @author brutzman@nps.edu
*/
public class PduTrack
{
......
/**
* opendis7 Java examples supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples">NetworkedGraphicsMV3500 examples</a>
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples/src/OpenDis7Examples">NetworkedGraphicsMV3500 examples: OpenDis7Examples</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
......
......@@ -6,7 +6,7 @@ import simkit.SimEntityBase;
import simkit.random.RandomVariate;
/**
* SimpleServer event graph with openDis7 output PDUs added.
* ArrivalProcess event graph with openDis7 output PDU messages added.
* One of the simplest non-trivial Event Graph models. A series of Arrival
* events is scheduled based on an inter arrival time random variate. The state
* variable, simply counts the number of these arrivals.
......@@ -14,6 +14,7 @@ import simkit.random.RandomVariate;
* @see SimkitOpenDis7Examples.SimpleServer
* @see SimkitOpenDis7Examples.run.RunSimpleServerOpenDis7
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/examples/src/SimkitOpenDis7Examples/ArrivalProcessOpenDis7EventGraphPdu.png">ArrivalProcessDisPdu.png</a>
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/examples/src/SimkitOpenDis7Examples/SimpleServerComponentEventGraph.png">SimpleServerComponentEventGraph.png</a>
* @author abuss@nps.edu
* @author brutzman@nps.edu
*/
......
/**
* Simkit event graphs with opendis7 Java outputs supporting the NPS MOVES MV3500 Networked Graphics course.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples">NetworkedGraphicsMV3500 examples</a>
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples/src/SimkitOpenDis7Examples">NetworkedGraphicsMV3500 examples: SimkitOpenDis7Examples</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
......
......@@ -16,7 +16,7 @@ import java.net.*;
* show different socket pairs for each time the loop iterates.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class Assignment1TCPExample3ClientChange
{
......
......@@ -23,7 +23,7 @@ import java.net.*;
* and have the instructor display the socket pairs received.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class Assignmnet1TCPExample3ServerChange
{
......
......@@ -28,7 +28,7 @@ import java.net.*;
* The program exits.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class TcpExample1Telnet
{
......
......@@ -19,7 +19,7 @@ import java.net.*;
*
* And have that machine display the socket pairs received.
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class TcpExample2ConnectionCounting
{
......
......@@ -12,7 +12,7 @@ import java.net.*;
* show different socket pairs for each time the loop iterates.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class TcpExample3Client
{
......
......@@ -20,7 +20,7 @@ import java.net.*;
* and have the instructor display the socket pairs received.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class TcpExample3Server
{
......
......@@ -11,7 +11,7 @@ import java.util.logging.Logger;
* Looks a lot like UdpReceiver. Start this before launching MulticastSender.
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class MulticastUdpReceiver
{
......
......@@ -12,7 +12,7 @@ import java.util.logging.Logger;
* Privacy note: this sender advertises your user name as part of the multicast packet message
*
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class MulticastUdpSender
{
......
......@@ -14,7 +14,7 @@ import java.net.*;
* @see <a href="https://docs.oracle.com/javase/tutorial/essential/io/datastreams.html">https://docs.oracle.com/javase/tutorial/essential/io/datastreams.html</a>
* @see <a href="https://en.wikipedia.org/wiki/User_Datagram_Protocol">https://en.wikipedia.org/wiki/User_Datagram_Protocol</a>
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class UnicastUdpReceiver
{
......
......@@ -15,7 +15,7 @@ import java.net.*;
* @see <a href="https://en.wikipedia.org/wiki/User_Datagram_Protocol">https://en.wikipedia.org/wiki/User_Datagram_Protocol</a>
* @see <a href="https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html">System properties</a>
* @author mcgredo
* @author brutzman
* @author brutzman@nps.edu
*/
public class UnicastUdpSender
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment