Class CodeUtils

java.lang.Object
kieker.analysis.code.CodeUtils

public final class CodeUtils
extends java.lang.Object
Since:
2.0.0
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String NO_FILE  
    static java.lang.String NO_PACKAGE  
    static java.lang.String UNKNOWN_COMPONENT  
    static java.lang.String UNKNOWN_OPERATION  
  • Method Summary

    Modifier and Type Method Description
    static kieker.model.analysismodel.execution.EDirection merge​(kieker.model.analysismodel.execution.EDirection left, kieker.model.analysismodel.execution.EDirection right)
    Merge two direction values.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • merge

      public static kieker.model.analysismodel.execution.EDirection merge​(kieker.model.analysismodel.execution.EDirection left, kieker.model.analysismodel.execution.EDirection right)
      Merge two direction values.
      Parameters:
      left - left operand
      right - right operand
      Returns:
      returns the merged value