org.jrdf.graph.global.molecule
Class BlankNodeMapperImpl

java.lang.Object
  extended by org.jrdf.graph.global.molecule.BlankNodeMapperImpl
All Implemented Interfaces:
BlankNodeMapper

public class BlankNodeMapperImpl
extends Object
implements BlankNodeMapper


Constructor Summary
BlankNodeMapperImpl()
           
 
Method Summary
 Map<BlankNode,BlankNode> createMap(NewMolecule m1, NewMolecule m2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankNodeMapperImpl

public BlankNodeMapperImpl()
Method Detail

createMap

public Map<BlankNode,BlankNode> createMap(NewMolecule m1,
                                          NewMolecule m2)
Specified by:
createMap in interface BlankNodeMapper