Package | Description |
---|---|
demo.model | |
extVisitor |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DemoModel.run(IHost host,
IExtVisitor visitor)
Execute the given visitor on the given host, with no input parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtVisitor
Hashtable (dictionary/"Map")implementation of IExtVisitor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IHost.execute(IExtVisitor algo,
java.lang.Object... params)
Execute the case on the visitor corresponding to this host.
|