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