net.spals.appbuilder.graph.writer.ServiceGraphWriterPlugin Maven / Gradle / Ivy
package net.spals.appbuilder.graph.writer;
import net.spals.appbuilder.graph.model.IServiceGraphVertex;
import org.jgrapht.DirectedGraph;
import org.jgrapht.graph.DefaultEdge;
/**
* @author tkral
*/
interface ServiceGraphWriterPlugin, G extends DirectedGraph> {
String writeServiceGraph(G serviceGraph);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy