Class MethodItem
java.lang.Object
eu.daproject.evl.InvokableMethod
eu.daproject.evl.MethodItem
Class defining a method item used by the search algorithm of the matching method.
It extends the
InvokableMethod
class by adding a distance tuple.-
Method Summary
Methods inherited from class eu.daproject.evl.InvokableMethod
getClassTuple, getData, getMethod, getMethodHandle, getObject, setData
-
Method Details
-
getDistanceTuple
public int[] getDistanceTuple()Gets the distance tuple.- Returns:
- the distance tuple
-