View Javadoc

1   /*
2    * Created on Aug 31, 2007
3    *
4    * Copyright (c) 2007, the JUNG Project and the Regents of the University 
5    * of California
6    * All rights reserved.
7    *
8    * This software is open-source under the BSD license; see either
9    * "license.txt" or
10   * http://jung.sourceforge.net/license.txt for a description.
11   */
12  package edu.uci.ics.jung.graph;
13  
14  /**
15   * A tagging interface which indicates that the implementing graph accepts
16   * parallel edges.
17   * 
18   * @author Joshua O'Madadhain
19   */
20  public interface MultiGraph<V, E> {}