Show / Hide Table of Contents

Class EdgeBasedIslandDetector

An island detector that builds a meta-graph of islands in the network.

Inheritance
System.Object
AlgorithmBase
EdgeBasedIslandDetector
Inherited Members
AlgorithmBase.HasRun
AlgorithmBase.HasSucceeded
AlgorithmBase.ErrorMessage
AlgorithmBase.CheckHasRun()
AlgorithmBase.CheckHasRunAndHasSucceeded()
AlgorithmBase.Run()
AlgorithmBase.Run(CancellationToken)
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

Overrides
AlgorithmBase.DoRun(CancellationToken)
Back to top Built by Itinero, MIT licensed.