Class Maestro2Broker


  • public class Maestro2Broker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Maestro2Broker​(java.io.File workingDirectory, org.intocps.maestro.core.messages.ErrorReporter reporter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildAndRun​(InitializationData initializeRequest, SimulateRequestBody body, org.springframework.web.socket.WebSocketSession socket, java.io.File csvOutputFile)  
      void executeInterpreter​(org.springframework.web.socket.WebSocketSession webSocket, java.util.List<java.lang.String> csvFilter, java.util.List<java.lang.String> webSocketFilter, double interval, java.io.File csvOutputFile)  
      void generateSpecification​(org.intocps.maestro.template.MaBLTemplateConfiguration config)  
      void setVerbose​(boolean verbose)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Maestro2Broker

        public Maestro2Broker​(java.io.File workingDirectory,
                              org.intocps.maestro.core.messages.ErrorReporter reporter)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • buildAndRun

        public void buildAndRun​(InitializationData initializeRequest,
                                SimulateRequestBody body,
                                org.springframework.web.socket.WebSocketSession socket,
                                java.io.File csvOutputFile)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • generateSpecification

        public void generateSpecification​(org.intocps.maestro.template.MaBLTemplateConfiguration config)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • executeInterpreter

        public void executeInterpreter​(org.springframework.web.socket.WebSocketSession webSocket,
                                       java.util.List<java.lang.String> csvFilter,
                                       java.util.List<java.lang.String> webSocketFilter,
                                       double interval,
                                       java.io.File csvOutputFile)
                                throws java.io.IOException,
                                       org.intocps.maestro.ast.analysis.AnalysisException
        Throws:
        java.io.IOException
        org.intocps.maestro.ast.analysis.AnalysisException
      • setVerbose

        public void setVerbose​(boolean verbose)