Package | Description |
---|---|
controller | |
model | |
visitors |
Modifier and Type | Field and Description |
---|---|
private DemoFrame<IHost> |
VisitorDemoApp.view |
Modifier and Type | Method and Description |
---|---|
IHost[] |
VisitorDemoModel.getHosts()
Get an array of the available host types, i.e.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
VisitorDemoModel.run(IHost host,
java.lang.String visitorClassname)
Return the results of having the given host object execute the visitor corresponding to the given class name.
|
Modifier and Type | Class and Description |
---|---|
class |
HostA
A concrete host type
|
class |
HostB
A concrete host type
|
class |
HostC
A concrete host type
|