I - input symbolsO - output symbolspublic interface SUL<I,O>
| Modifier and Type | Method and Description |
|---|---|
void |
post()
shut down SUL.
|
void |
pre()
setup SUL.
|
O |
step(I in)
make one step on the SUL.
|
void pre()
void post()
@Nullable O step(@Nullable I in) throws SULException
in - input to the SULSULExceptionCopyright © 2015. All rights reserved.