From: Omid A. <omi...@gm...> - 2005-05-25 12:55:41
Hi,
Library exceptions now extend RuntimeException instead of Exception.
Everything is as before but you don't need to put try/catch everywhere
in your codes.
Good luck,
Omid
From: Omid A. <omi...@gm...> - 2005-05-25 13:17:44
These methods are added to the BaseGraph interface (commited to the CVS):
public boolean isEdge(VertexType tail, VertexType head)=20
public BaseGraph<VertexType, EdgeType> createEmptyGraph()