blob: 09d43b37f19ad92e042451f10589fa2eafe489e2 [file] [log] [blame]
tome3489412014-08-29 02:30:38 -07001package org.onlab.graph;
2
3/**
4 * Representation of a graph vertex.
5 */
6public interface Vertex {
7}