Class PartialRunInstanceCreator


  • public class PartialRunInstanceCreator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int HIGHCOST
      High costs assigned to log moves on first round-synchronous activities.
      static java.lang.String KEY_SYNC_EVENT
      Key of the attribute that will be added to events to indicate synchronous and non-synchronous first round alignment moves.
      static java.lang.String SYNC_EXT
      Extension that is appended to the event's activity to generate the synchronous move event class.
      static java.lang.String TRACE_R1_REF
      Key for index reference to a trace's first round result.
    • Field Detail

      • KEY_SYNC_EVENT

        public static final java.lang.String KEY_SYNC_EVENT
        Key of the attribute that will be added to events to indicate synchronous and non-synchronous first round alignment moves.
        See Also:
        Constant Field Values
      • HIGHCOST

        public static final int HIGHCOST
        High costs assigned to log moves on first round-synchronous activities. Be careful that these costs are high enough without causing overflows in the A* computations. In particular, be aware of FrequencyBasedCostManipulator.FACTOR.
        See Also:
        Constant Field Values
      • SYNC_EXT

        public static final java.lang.String SYNC_EXT
        Extension that is appended to the event's activity to generate the synchronous move event class.
        See Also:
        Constant Field Values
      • TRACE_R1_REF

        public static final java.lang.String TRACE_R1_REF
        Key for index reference to a trace's first round result.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PartialRunInstanceCreator

        public PartialRunInstanceCreator()