Package com.sri.oaa2.mapper

Interface Summary
IclMapper This is the interface for custom ICL mapping components.
 

Class Summary
AbstractMapping  
ClassMapping  
FindVarNames Traverses an ICL tree and collects names of IclVar instances.
FunctionMapping  
IclDualTraversal Traverses an ICL template, comparing it to a specified ICL tree and allowing substitution of variables.
IclMapping  
IclMappingParser Parses an XML mapping descriptor for mapping ICL solvables to Java function calls.
IclTraversal Traverses an ICL tree and calls back to an IclVisitor interface.
OAAMapper OAAMapper maps OAA solvable calls to Java function calls, and maps the results back.
OAAMapperAgent OAAMapperAgent is a simple OAA agent that registers with a local facilitator, advertises the solvables listed in a an XML OAAMapper file, and passes solvable requests to a specified OAAMapper.
OAAProxy Proxy class that maps function calls to ICL solvable calls.
ParameterMapping  
PropertyMapping  
 

Exception Summary
MappingException  
ProxyMappingException