Added Floid algorithm.

This commit is contained in:
Unick Soft
2017-12-10 22:01:46 +03:00
parent d6d27397a4
commit 6a6919b2f1
8 changed files with 290 additions and 3 deletions

View File

@@ -751,6 +751,11 @@ AlgorithmGraphHandler.prototype.RestoreAll = function()
{
this.RestoreUpText();
}
if (this.algorithm.wantRestore())
{
this.algorithm.restore();
}
}
AlgorithmGraphHandler.prototype.SaveUpText = function()
@@ -795,6 +800,11 @@ AlgorithmGraphHandler.prototype.InitControls = function()
this.algorithm.messageWasChanged();
}
AlgorithmGraphHandler.prototype.GetMessage = function()
{
return this.algorithm.getMessage(g_language);
}
/**
* Groupe rename vertices.