Uses of Interface
provided.basicVisitorFW.IHost
Packages that use IHost
Package
Description
A rudimentory visitor system framework with 3 simple hosts.
Package for the controller for the student-written app to test the basicVisitorFW visitor system.
Package for the student-written model for to test the basicVisitorFW visitor system.
- 
Uses of IHost in provided.basicVisitorFW
Classes in provided.basicVisitorFW that implement IHost - 
Uses of IHost in visitorDemoExercises.basicVisitorDemo.controller
Fields in visitorDemoExercises.basicVisitorDemo.controller with type parameters of type IHost - 
Uses of IHost in visitorDemoExercises.basicVisitorDemo.model
Methods in visitorDemoExercises.basicVisitorDemo.model that return IHostModifier and TypeMethodDescriptionIHost[]VisitorDemoModel.getHosts()Get an array of the available host types, i.e.Methods in visitorDemoExercises.basicVisitorDemo.model with parameters of type IHost