All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.deelam.graphtools.GraphRecordMerger Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package net.deelam.graphtools;


public interface GraphRecordMerger {

  void merge(GraphRecord from, GraphRecord to);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy