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