blob: 09d43b37f19ad92e042451f10589fa2eafe489e2 [file] [log] [blame]
package org.onlab.graph;
/**
* Representation of a graph vertex.
*/
public interface Vertex {
}