public static class Example.BSQAdapter extends Object implements SUL<Example.BSQInput,String>
| Constructor and Description |
|---|
Example.BSQAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
perform reset to initial state.
|
String |
step(Example.BSQInput in)
make one step on the SUL.
|
public Example.BSQAdapter()
public void reset()
SULreset in interface SUL<Example.BSQInput,String>public String step(Example.BSQInput in)
SULstep in interface SUL<Example.BSQInput,String>in - input to the SULCopyright © 2014. All Rights Reserved.