Class DSOLProblem


  • public class DSOLProblem
    extends java.lang.Object
    Demonstration of problem.
    Author:
    pknoppers
    • Constructor Summary

      Constructors 
      Constructor Description
      DSOLProblem()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Demonstrate the problem.
      static void main​(java.lang.String[] args)
      Program entry point.
      void move()
      The event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DSOLProblem

        public DSOLProblem()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws SimRuntimeException,
                                javax.naming.NamingException
        Program entry point.
        Parameters:
        args - String[]; not used
        Throws:
        SimRuntimeException - ...
        javax.naming.NamingException - ...
      • move

        public final void move()
        The event.