Flexivert Library Documentation
IGraphAlgorithm Interface
NamespacesFlexivert.PluginsIGraphAlgorithm
Defines properties and methods needed for graph algorithms.
Declaration Syntax
C#Visual BasicVisual C++
public interface IGraphAlgorithm : IFlexivertPlugin
Public Interface IGraphAlgorithm _
	Implements IFlexivertPlugin
public interface class IGraphAlgorithm : IFlexivertPlugin
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)