public interface IHost
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(IExtVisitor algo,
java.lang.Object... params)
Execute the case on the visitor corresponding to this host.
|
java.lang.Object execute(IExtVisitor algo, java.lang.Object... params)
algo - the visitorparams - Optional vararg parameters that the algo could use.