Class OneToMany
An algorithm to calculate one-to-many weights/paths.
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 sealed class OneToMany : OneToMany<float>, IAlgorithm
Constructors
OneToMany(RouterBase, Profile, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(RouterBase router, Profile profile, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterBase
router
|
Profile
profile
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|
OneToMany(RouterDb, DefaultWeightHandler, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(RouterDb routerDb, DefaultWeightHandler weightHandler, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb
routerDb
|
DefaultWeightHandler
weightHandler
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|
OneToMany(RouterDb, Func<UInt16, Factor>, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(RouterDb routerDb, Func<ushort, Factor> getFactor, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb
routerDb
|
Func<System.UInt16, Factor>
getFactor
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|