package org.simantics.scl.runtime; public interface Computation { Object execute(); }