Package org.djutils.data
Class DataDemo
java.lang.Object
org.djutils.data.DataDemo
DataDemo.java demonstration code used in the documentation.
Copyright (c) 2020-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
-
Method Details
-
main
public static void main(String[] args) throws IOException, TextSerializationException, XMLStreamException Demonstration code.- Parameters:
args
- String[]; the command line arguments (not used)- Throws:
TextSerializationException
- ...IOException
- ...XMLStreamException
- ...
-
example1
Straight forward example.- Throws:
TextSerializationException
- ...IOException
- ...XMLStreamException
- ...
-
example2
Example using DJUNITS strongly types values.- Throws:
TextSerializationException
- ...IOException
- ...
-