mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 16:26:17 +00:00
Added algorithm of visualization of graph based on weight and vertex degree.
This commit is contained in:
@@ -14,10 +14,9 @@ function BaseEdge(vertex1, vertex2, isDirect, weight, useWeight)
|
||||
this.hasPair = false;
|
||||
this.useWeight = useWeight;
|
||||
this.id = 0;
|
||||
this.model = new EdgeModel();
|
||||
}
|
||||
|
||||
BaseEdge.prototype.model = new EdgeModel();
|
||||
|
||||
BaseEdge.prototype.SaveToXML = function ()
|
||||
{
|
||||
return "<edge " +
|
||||
|
||||
Reference in New Issue
Block a user