JMMF API
pre-release v0.5

fr.umlv.jmmf.adapter
Interface MethodMappingModel


public interface MethodMappingModel

interface that describe the mapping between methods and multi-methods.

Version:
0.5.5
Author:
Remi Forax
See Also:
AdapterFactory.setMethodMappingModel(MethodMappingModel)

Method Summary
 boolean requestMethodMapping(MethodMappingRequest request)
          return the name of a multi-method for a given method.
 

Method Detail

requestMethodMapping

public boolean requestMethodMapping(MethodMappingRequest request)
return the name of a multi-method for a given method.
Parameters:
adapter - current adapter.
method - method of the interface.
Returns:
true is the request object was changed, false otherwise.

JMMF API
pre-release v0.5

Rémi Forax 1999,2000 Université de Marne la Vallée