Vertex.java 99 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 package org.onlab.graph; /** * Representation of a graph vertex. */ public interface Vertex { }