| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dhmp.util.Algorithm.BinaryFunction
Abstract fucntion for map transformation. It receives two object as argument and must return an object.
| Constructor Summary | |
Algorithm.BinaryFunction()
 | 
|
| Method Summary | |
abstract  java.lang.Object | 
f(java.lang.Object o1,
  java.lang.Object o2)
Function to be applied during map transformation involving two HierarchicalMap.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Algorithm.BinaryFunction()
| Method Detail | 
public abstract java.lang.Object f(java.lang.Object o1,
                                   java.lang.Object o2)
o1 - the original value of each node visited from first map.o2 - the value of corresponding node from second map.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||