Class DynamicTrafficAssignment

  • All Implemented Interfaces:
    Serializable, Comparable<Idable>, org.djutils.event.EventProducerInterface, Idable
    Direct Known Subclasses:
    ELTM

    public abstract class DynamicTrafficAssignment
    extends CapacityConstrainedAssignment
    Dynamic traffic assignment class for any traffic assignment model that adheres to being capacity constrained utilizing a fundamental diagram and underlying node model
    Author:
    markr
    See Also:
    Serialized Form
    • Field Detail

      • pathChoice

        protected PathChoice pathChoice
        the path choice methodology adopted
    • Constructor Detail

      • DynamicTrafficAssignment

        protected DynamicTrafficAssignment​(IdGroupingToken groupId)
        Constructor
        Parameters:
        groupId - contiguous id generation within this group for instances of this class
    • Method Detail

      • setPathChoice

        public void setPathChoice​(PathChoice pathChoice)
        set the path choice methodology as to be adopted by this traffic assignment
        Parameters:
        pathChoice - path choice to set