File formats
UPPAAL supports three file formats:
- XML: The newest format is XML based and files in this
format have the ending .xml. This format supports all
features of UPPAAL.
- XTA: The XTA format was introduced in version 3.0. This
format can only reliably store syntactically correct
systems. Anonymous locations are not supported by this format (UPPAAL
automatically assigns a unique name to anonymous locations when saved
to an XTA file). Graphical information (coordinates) about the objects
are stored in a separate UGI file, although this is transparent to the
user. XTA files use the ending .xta and UGI files the ending
.ugi.
- TA: The TA format is a subset of the XTA format and does
not support the template concept nor does it contain any graphical
information about the system. UPPAAL can no longer save files in this
format, although TA files can still be read.
XML and XTA files can be loaded and stored via the Open
Project, Open System, Save System, and Save
System As menus. When saving a file, the file type is determined
by the file name extension used.