2ronwalf/*
2ronwalf * Created on Aug 26, 2004
2ronwalf */
2ronwalfpackage org.mindswap.owls.process;
2ronwalf
2ronwalf
2ronwalf/**
2ronwalf * @author Evren Sirin
2ronwalf */
2ronwalfpublic interface InputBindingList extends BindingList {
2ronwalf public InputBinding inputBindingAt(int index);
2ronwalf}