public int inDegree(Vertex v)
 {
     return(v.inDegree());
 }
	public int inDegree(Vertex v)
	{
		return v.inDegree();
	}