Class EdgeBasedIslandDetector
An island detector that builds a meta-graph of islands in the network.
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 EdgeBasedIslandDetector : AlgorithmBase, IAlgorithm
Constructors
EdgeBasedIslandDetector(RoutingNetwork, Func<UInt16, Factor>, RestrictionCollection)
Creates a new island detector.
Declaration
public EdgeBasedIslandDetector(RoutingNetwork network, Func<ushort, Factor> profile, RestrictionCollection restrictions = null)
Parameters
RoutingNetwork
network
The network. |
Func<System.UInt16, Factor>
profile
The profile. |
RestrictionCollection
restrictions
The restrictions. |
Properties
IslandLabels
Gets the island labels.
Declaration
public IslandLabels IslandLabels { get; }
Property Value
IslandLabels
|
Methods
DoRun(CancellationToken)
Runs the island detection.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|