All Downloads are FREE. Search and download functionalities are using the official Maven repository.

CompilerRuntime.EngineAggregationHelper Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package CompilerRuntime;

import java.util.Collection;
import org.coreasm.engine.absstorage.Update;

public interface EngineAggregationHelper {
	void setUpdateInstructions(UpdateList updates);
	boolean isConsistent();
	Collection getFailedInstructions();
	Collection getUnprocessedInstructions();
	UpdateList getResultantUpdates();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy