Defines properties and methods needed for graph algorithms.

C# | Visual Basic | Visual C++ |
public interface IGraphAlgorithm : IFlexivertPlugin
Public Interface IGraphAlgorithm _ Implements IFlexivertPlugin
public interface class IGraphAlgorithm : IFlexivertPlugin

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Apply(Graph, IGraphContext) |
Applies the algorithm to a graph.
|
![]() | DisplayName |
Gets the display name of the plugin.
(Inherited from IFlexivertPlugin.) |
![]() | Target |
Gets the target of the algorithm, which is the type(s) of graphs
the algorithm applies to.
|