diff --git a/examples/src/OpenDis7Examples/SimulationManager.java b/examples/src/OpenDis7Examples/SimulationManager.java
index 21bbab5181549b8ca911d6c0ed90b1c8913a8a65..6a8b33dab5f46a096237af464a7af9c87643cb99 100644
--- a/examples/src/OpenDis7Examples/SimulationManager.java
+++ b/examples/src/OpenDis7Examples/SimulationManager.java
@@ -7,7 +7,11 @@ package OpenDis7Examples;
 import java.util.ArrayList;
 
 /**
- * Manage overall simulation choreography for a DIS exercise
+ * Manage overall simulation choreography for a DIS exercise.
+ * TODO once operation is working satisfactorily, this class will be moved into the open-dis7-java distribution utilities.
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/specifications/README.md" target="_blank">Networked Graphics MV3500, Specification Documents, IEEE and SISO</a>
+ * @see <a href="https://ieeexplore.ieee.org/document/6387564" target="_blank">1278.1-2012. IEEE Standard for Distributed Interactive Simulation (DIS) - Application Protocols</a>
+ * @see <a href="https://ieeexplore.ieee.org/document/587529" target="_blank">1278.3-1996. IEEE Recommended Practice for Distributed Interactive Simulation - Exercise Management and Feedback</a>
  * @author brutzman
  */
 public class SimulationManager