Class ILinearize


  • public class ILinearize
    extends Object
    A interface for the linearization algorithms that order the DAG nodes into a sequence of instructions to execute. https://en.wikipedia.org/wiki/Linearizability#Linearization_points
    • Field Detail

      • LOG

        public static org.apache.commons.logging.Log LOG
    • Constructor Detail

      • ILinearize

        public ILinearize()