Package org.djunits.demo.examples
Class ExamplesInPackageDescription
- java.lang.Object
-
- org.djunits.demo.examples.ExamplesInPackageDescription
-
public final class ExamplesInPackageDescription extends Object
Test code for package list page.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Demo code for the package list page.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws ValueRuntimeException, UnitException
Demo code for the package list page.- Parameters:
args- String[]; not used- Throws:
UnitException- on error creating unitValueRuntimeException- when instantiate of a Value fails
-
-