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

salvo.jesus.graph.SimplePath Maven / Gradle / Ivy

Go to download

This is a modified version of the OpenJGraph library (https://sourceforge.net/projects/openjgraph/), used in the JInsect library.

The newest version!
package salvo.jesus.graph;

/**
 * An interface that denotes a Path that is simple.
 * Meaning no Vertex is repeated in the Path.
 *
 * @author  Jesus M. Salvo Jr.
 */

public interface SimplePath extends Path {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy