Interface ILinearize
-
public interface ILinearize
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ILinearize.DagLinearization
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Log
LOG
-