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(Router, Profile, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(Router router, Profile profile, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
Router
router
|
Profile
profile
|
Func<System.UInt32, IEnumerable<System.UInt32[]>>
getRestrictions
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|
OneToMany(RouterDb, DefaultWeightHandler, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(RouterDb routerDb, DefaultWeightHandler weightHandler, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb
routerDb
|
DefaultWeightHandler
weightHandler
|
Func<System.UInt32, IEnumerable<System.UInt32[]>>
getRestrictions
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|
OneToMany(RouterDb, Func<UInt16, Factor>, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)
Creates a new algorithm.
Declaration
public OneToMany(RouterDb routerDb, Func<ushort, Factor> getFactor, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb
routerDb
|
Func<System.UInt16, Factor>
getFactor
|
Func<System.UInt32, IEnumerable<System.UInt32[]>>
getRestrictions
|
RouterPoint
source
|
IList<RouterPoint>
targets
|
System.Single
maxSearch
|