package i5.las2peer.services.ocd.graphs; /** * The common interface for all graph creation methods, i.e. ocd benchmarks. * @author Sebastian * */ public interface GraphCreationMethod { }