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)
ManyToMany<Single>.TryGetPath(Int32, Int32, EdgePath<Single>)
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(RouterBase, Profile, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(RouterBase router, Profile profile, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
RouterBase router

Profile profile

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

ManyToMany(RouterDb, DefaultWeightHandler, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(RouterDb routerDb, DefaultWeightHandler weightHandler, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
RouterDb routerDb

DefaultWeightHandler weightHandler

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

ManyToMany(RouterDb, Func<UInt16, Factor>, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToMany(RouterDb routerDb, Func<ushort, Factor> getFactor, RouterPoint[] sources, RouterPoint[] targets, float maxSearch)
Parameters
RouterDb routerDb

Func<System.UInt16, Factor> getFactor

RouterPoint[] sources

RouterPoint[] targets

System.Single maxSearch

Back to top Built by Itinero, MIT licensed.