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

salvo.jesus.graph.Visitor 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;

import java.io.*;

/**
 * A interface for a visitor in the Visitor Pattern.
 */

public interface Visitor extends Serializable {

  public boolean visit( Vertex vertexToVisit );
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy