public interface IHost
Interface that represents the abstract host type
- Author:
- swong
-
Method Summary
-
Method Details
-
execute
Execute the given visitor, passing the given parameters and returning the result- Parameters:
algo
- A visitor to executeparams
- A vararg of objects, used as parameters passed to the visitor- Returns:
- The result of running the appropriate case on the visitor.
-