Class QVTOResult


  • public class QVTOResult
    extends Object
    The Class QVTOResult.
    • Constructor Summary

      Constructors 
      Constructor Description
      QVTOResult​(org.eclipse.m2m.qvt.oml.ExecutionDiagnostic result)
      Instantiates a new qVTO result.
      QVTOResult​(org.eclipse.m2m.qvt.oml.ExecutionDiagnostic result, org.eclipse.m2m.internal.qvt.oml.trace.Trace trace)
      Instantiates a new qVTO result.
    • Constructor Detail

      • QVTOResult

        public QVTOResult​(org.eclipse.m2m.qvt.oml.ExecutionDiagnostic result)
        Instantiates a new qVTO result.
        Parameters:
        result - the result
      • QVTOResult

        public QVTOResult​(org.eclipse.m2m.qvt.oml.ExecutionDiagnostic result,
                          org.eclipse.m2m.internal.qvt.oml.trace.Trace trace)
        Instantiates a new qVTO result.
        Parameters:
        result - the result
        trace - the trace
    • Method Detail

      • getDiagnosticResult

        public org.eclipse.m2m.qvt.oml.ExecutionDiagnostic getDiagnosticResult()
        Gets the diagnostic result.
        Returns:
        the diagnosticResult
      • getTrace

        public org.eclipse.m2m.internal.qvt.oml.trace.Trace getTrace()
        Gets the trace of the transformation execution.
        Returns:
        the transformation trace.
      • isSuccess

        public boolean isSuccess()
        Checks if is success.
        Returns:
        true, if is success
      • logStackTrace

        public void logStackTrace​(org.apache.log4j.Logger logger,
                                  org.apache.log4j.Level level)
        Dump the stack trace of the QVTO Engine.
        Parameters:
        logger - Logger used to dump the stack trace
        level - The log level used to log the stack trace