1 package org.onap.ccsdk.sli.core.slipluginutils.slitopologyutils.graph;
3 public interface Edge<V extends Vertex> {
6 * Returns the edge source vertex.
8 * @return source vertex
13 * Returns the edge destination vertex.
15 * @return destination vertex