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

org.anarres.graphviz.builder.GraphVizable Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.anarres.graphviz.builder;

import javax.annotation.Nonnull;

/**
 *
 * @author shevek
 */
public interface GraphVizable {

    /** Renders this object into the given GraphVizGraph according to object-defined rules. */
    public void toGraphViz(@Nonnull GraphVizGraph graph);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy