public interface ContextExecutableInput<O,C>
Modifier and Type | Method and Description |
---|---|
O |
execute(C context)
Executes
this input symbol with a given context. |
O execute(C context)
this
input symbol with a given context.context
- the context for this
input symbolSUL
SULException
- if this
input cannot be executed (correctly) on the SUL
Copyright © 2020. All rights reserved.