/* * Created on Jul 7, 2004 */ package org.mindswap.owls.process; /** * @author Evren Sirin */ public interface OutputBinding extends Binding { public Output getOutput(); }