Class BuildServiceHKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static FJServiceH build_Service_h(FJService service) Build service representation for a 2-node FJ jobThis function constructs the Phase-Type (PH) representation for the service time of a 2-node Fork-Join job, which is the maximum of two independent service times.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • build_Service_h

         final static FJServiceH build_Service_h(FJService service)

        Build service representation for a 2-node FJ job

        This function constructs the Phase-Type (PH) representation for the service time of a 2-node Fork-Join job, which is the maximum of two independent service times.

        Parameters:
        service - Single subtask service process
        Returns:

        FJServiceH with PH representation for 2-node job