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

ai.stapi.graphoperations.graphWriter.SpecificGraphWriter Maven / Gradle / Ivy

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

import ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription;
import ai.stapi.graphoperations.graphbuilder.GraphBuilder;

public interface SpecificGraphWriter {

  GraphBuilder write(GraphDescription graphDescription, GraphBuilder builder);

  boolean supports(GraphDescription graphDescription);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy