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