Class DSOLProblem
- java.lang.Object
-
- org.opentrafficsim.road.definitions.DSOLProblem
-
public class DSOLProblem extends 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(String[] args)
Program entry point.void
move()
The event.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws SimRuntimeException, NamingException
Program entry point.- Parameters:
args
- String[]; not used- Throws:
SimRuntimeException
- ...NamingException
- ...
-
execute
public void execute() throws SimRuntimeException, NamingException
Demonstrate the problem.- Throws:
NamingException
- ...SimRuntimeException
- on error
-
move
public final void move()
The event.
-
-