/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.bhave.network.api; /** * * @author davide */ public interface UndirectedNetwork extends Network { }