Cross Reference: InputBinding.java
xref
: /
owl-s
/
src
/
org
/
mindswap
/
owls
/
process
/
InputBinding.java
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
InputBinding.java revision 2
/*
* Created on Jul 7, 2004
*/
package
org
.
mindswap
.
owls
.
process
;
/**
*
@author
Evren Sirin
*/
public
interface
InputBinding
extends
Binding
{
public
Input
getInput
();
}