Package de.learnlib.sul
Interface ExecutableInput<O>
-
- Type Parameters:
O- output
public interface ExecutableInput<O>An executable input is an input that performs a specific action on aSULitself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oexecute()Executesthisinput symbol.
-
-
-
Method Detail
-
execute
O execute()
Executesthisinput symbol.- Returns:
- the output generated by the
SUL - Throws:
SULException- ifthisinput cannot be executed on theSUL
-
-