Interface RuntimeModelParser

  • All Known Implementing Classes:
    RuntimeModelParserImpl

    public interface RuntimeModelParser
    Parses an imported content to RuntimeModel.
    • Method Detail

      • parse

        RuntimeModel parse​(String runtimeModelId,
                           InputStream is)
        Parse the given input stream into a RuntimeModel.
        Parameters:
        is - The input stream with runtime model binary content to be parsed.
        Returns:
        The parsed runtime model.