package org.andork.tracker; public interface ComputeFunction { public void run(Computation comp) throws Exception; }