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

ai.stapi.graphoperations.synchronization.DisabledGraphSynchronizer Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.graphoperations.synchronization;

import ai.stapi.graph.Graph;
import ai.stapi.graph.exceptions.GraphException;

public class DisabledGraphSynchronizer implements GraphSynchronizer {

  @Override
  public void synchronize(Graph graph) throws GraphException {
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy