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 aSULitself, given a specific execution context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oexecute(C context)Executesthisinput symbol with a given context.
-
-
-
Method Detail
-
execute
O execute(C context)
Executesthisinput symbol with a given context.- Parameters:
context- the context forthisinput symbol- Returns:
- the output generated by the
SUL - Throws:
SULException- ifthisinput cannot be executed on theSUL
-
-