Show / Hide Table of Contents

Class ManyToMany

An algorithm to calculate many-to-many weights/paths.

Inheritance
System.Object
AlgorithmBase
ManyToMany<System.Single>
ManyToMany
Inherited Members
ManyToMany<Single>.DoRun(CancellationToken)
ManyToMany<Single>.Weights
ManyToMany<Single>.GetBestWeight(Int32, Int32)
ManyToMany<Single>.GetPath(Int32, Int32)
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 sealed class ManyToMany : ManyToMany<float>, IAlgorithm

Constructors

ManyToMany(Router, DefaultWeightHandler, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(Router router, DefaultWeightHandler weightHandler, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
Router router

DefaultWeightHandler weightHandler

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

ManyToMany(Router, Func<UInt16, Factor>, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(Router router, Func<ushort, Factor> getFactor, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
Router router

Func<System.UInt16, Factor> getFactor

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

ManyToMany(Router, Profile, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(Router router, Profile profile, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
Router router

Profile profile

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

Back to top Built by Itinero, MIT licensed.