mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
Added support of multigraph
This commit is contained in:
@@ -182,6 +182,12 @@ ModernGraphStyle.prototype.getObjectSelectedGroup = function(object)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Algorithm support multi graph
|
||||||
|
ModernGraphStyle.prototype.IsSupportMultiGraph = function()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
// Factory for connected components.
|
// Factory for connected components.
|
||||||
function CreateAlgorithmModernGraphStyle(graph, app)
|
function CreateAlgorithmModernGraphStyle(graph, app)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user