Class DualGraphBuilder<T>
An algorithm to build a dual graph, turning edges into vertices.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DualGraphBuilder<T> : AlgorithmBase, IAlgorithm where T : struct
Type Parameters
T
|
Constructors
DualGraphBuilder(Graph, DirectedMetaGraph, WeightHandler<T>, RestrictionCollection)
Creates a new dual graph builder.
Declaration
public DualGraphBuilder(Graph source, DirectedMetaGraph target, WeightHandler<T> weightHandler, RestrictionCollection restrictions)
Parameters
Graph
source
|
DirectedMetaGraph
target
|
WeightHandler<T>
weightHandler
|
RestrictionCollection
restrictions
|
Methods
DoRun(CancellationToken)
Executes the actual algorithm.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|