Package de.learnlib.sul
Interface ContextExecutableInput<O,C>
-
- Type Parameters:
O
- outputC
- context
- All Known Implementing Classes:
MethodInput
public interface ContextExecutableInput<O,C>
A context executable input is an input that performs a specific action on aSUL
itself, given a specific execution context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
execute(C context)
Executesthis
input symbol with a given context.
-
-
-
Method Detail
-
execute
O execute(C context)
Executesthis
input symbol with a given context.- Parameters:
context
- the context forthis
input symbol- Returns:
- the output generated by the
SUL
- Throws:
SULException
- ifthis
input cannot be executed on theSUL
-
-