Class OrchestraParser

java.lang.Object
com.esprow.oapi.OrchestraParser

public class OrchestraParser extends Object
Provides a way to load the Orchestra file as a OrchestraDocument.
  • Constructor Details

    • OrchestraParser

      public OrchestraParser()
  • Method Details

    • parse

      public static OrchestraDocument parse(URI uri) throws IOException
      Parses an Orchestra file to an OrchestraDocument
      Parameters:
      uri - the file URI
      Returns:
      the OrchestraDocument, an entry point to the Orchestra model
      Throws:
      IOException - in case of input/output error