|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.topgen.traffic.model.DistributionFrictionFactor
public class DistributionFrictionFactor
This class implements the FrictionFactor
interface using
the probability distributions.
Creation date: 2004
Constructor Summary | |
---|---|
DistributionFrictionFactor(Distribution distribution)
|
Method Summary | |
---|---|
double |
generate(Node origin,
Node destination)
This method generates a friction factor between origin and
destination using distribution . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributionFrictionFactor(Distribution distribution)
Method Detail |
---|
public double generate(Node origin, Node destination)
origin
and
destination
using distribution
. The
parameters are not taken into account.
generate
in interface FrictionFactor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |