COMP 310
|
Extended Visitor Demo |
![]() ![]() ![]() ![]() ![]() ![]() |
The demo should appear on your screen in its own window. To restart the demo, refresh/reload this page.
extVisitor documentation Branch the code from the SVN repository: https://svn.rice.edu/r/comp310/course/VisitorDemos/ExtendedVisitorDemoTo Make a New Host:
To Make a New Visitor:
To Add or Replace a Command in a Visitor:
Note: This demo allows run-time modifications of the visitor algorithms for illustration purposes. In a real-life situation, where the possibility of malicious hacking exists, this feature might be removed to increase the security of the system. The ability to change the commands at run-time is not part of the fundamental notions of the extended visitor and is something that one would only include in scenarios where dynamic re-programming of the system is required.
© 2015 by Stephen Wong