Class PrototypeDocument

  • All Implemented Interfaces:
    CommonConstants, Constants, LscConstants, java.io.Serializable, java.lang.Cloneable

    public class PrototypeDocument
    extends Element
    implements Constants, LscConstants
    Prototypical document structure for a Uppaal network of timed automata with default properties (see the prototype design pattern). In the future this structure should not be hard coded but generated on the fly from some input file.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrototypeDocument

        public PrototypeDocument()
    • Method Detail

      • load

        public Document load​(java.net.URL url)
                      throws java.io.IOException
        Fetches a file, parses it and constructs a model Document.
        Parameters:
        url - the address of the file (can be XML, XTA or TA file)
        Returns:
        the constructed document
        Throws:
        java.io.IOException - I/O error.