Package rita.support.dyn

Interface Summary
RiMessagable Supports object that can respond to method calls for methods they do not contain (a la Ruby's method-missing mechanism).
 

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.