Class QVTOResult

java.lang.Object
de.uka.ipd.sdq.workflow.mdsd.emf.qvto.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.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.m2m.qvt.oml.ExecutionDiagnostic
    Gets the diagnostic result.
    org.eclipse.m2m.internal.qvt.oml.trace.Trace
    Gets the trace of the transformation execution.
    boolean
    Checks if is success.
    void
    logStackTrace(org.apache.log4j.Logger logger, org.apache.log4j.Level level)
    Dump the stack trace of the QVTO Engine.

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • 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