|
Class Summary |
| RiDynamicObject |
Implements dynamic typing (eg 'duck-typing') for RiTa objects -- allowing programs to treat
objects from separate hierarchies and packages as the same, assuming they
implement the specified interfaces (which are checked only at runtime). |
| RiDynamicRemote |
A dynamic proxy invocation handler that enables dynamic typing for remote RiTa objects |
| RiDynamicType |
A dynamic proxy invocation handler that enables dynamic typing for local RiTa objects |
| RiWordnetImpl |
A Wordnet implementation that allows clients to dynamically
load and calls methods from the RiTa.Wordnet package at runtime
if it is available. |