package graphtea.graph.graph; import java.util.Vector; /** * Created with IntelliJ IDEA. * User: rostam * Date: 4/4/14 * Time: 9:53 AM * To change this template use File | Settings | File Templates. */ public class IndSubGraphs extends Vector<Integer> { }