Package com.uppaal.model.io2
Provides support for reading and writing UPPAAL models from and to XTA and XML files.
However, the preferred method of reading a model is to use the load() method of the PrototypeDocument class and the preferred method of writing a model is to use the save() method of the Document class.
- See Also:
PrototypeDocument
,Document
-
Interface Summary Interface Description UGIReaderConstants Token literal values and constants.XTAReaderConstants Token literal values and constants. -
Class Summary Class Description BoundCalc CachedOutputStream CachedOutputStream buffers the stream while ignoring flushing.FloatPoint IntPoint QueryListStreamWriter The writer classQueryListURLReader The reader classRelToAbsVisitor SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Token Describes the input token stream.UGIReader A parser that can read a file and modify pos tags in aDocument
.UGIReaderTokenManager Token Manager.UGIWriter A class that facilitates writing .ugi files from aDocument
.UXMLResolver Resolve resources during an XML parseXMLReader The class for xml file readXMLWriter The model xml writer classXTAReader XTAReaderTokenManager Token Manager.XTAWriter A class that facilitates writing .xta from aDocument
. -
Exception Summary Exception Description ParseException This exception is thrown when parse errors are encountered. -
Error Summary Error Description TokenMgrError Token Manager Error.