Syntax of the Model File

The model file describes an LHG in XML. An LHG comprises a finite set of real-valued variables, a finite set of locations, and a finite set of transitions between locations. The high-level file structure is the following:
	  <nycs>
	    <component id="name of the LHG">
	      list of variables
	      list of locations
	      list of transitions
	    </component>
	  </nycs>
	
More specifically:

Model file example

Notice: XML requires characters <, >, and & to be encoded as "&lt;", "&gt;", and "&amp;", respectively. Scripts txt2xml.sh and xml2txt.sh in the bin folder help convert between simple text and XML.

Example of a model file: