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

com.github.rmannibucau.loader.spi.graph.Edge Maven / Gradle / Ivy

The newest version!
package com.github.rmannibucau.loader.spi.graph;

/**
 * @author Romain Manni-Bucau
 */
public class Edge extends Info {
    public Edge(String txt) {
        super(txt);
    }

    public Edge() {
        super("");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy