Class ManyToMany
An algorithm to calculate many-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 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
|