Class EventBasedLtm

    • Constructor Detail

      • EventBasedLtm

        public EventBasedLtm​(IdGroupingToken groupId)
        Constructor
        Parameters:
        groupId - contiguous id generation within this group for instances of this class
      • EventBasedLtm

        public EventBasedLtm​(EventBasedLtm eltm)
        Copy Constructor
        Parameters:
        eltm - to copy
    • Method Detail

      • createOutputTypeAdapter

        public OutputTypeAdapter createOutputTypeAdapter​(OutputType outputType)
        Description copied from class: TrafficAssignment
        Create the output type adapter for the current output type, specifically tailored towards the assignment type that we are builing
        Specified by:
        createOutputTypeAdapter in class TrafficAssignment
        Parameters:
        outputType - the current output type
        Returns:
        the output type adapter corresponding to the current traffic assignment and output type
      • getCompatibleAccessor

        public Class<? extends InteractorAccessor<?>> getCompatibleAccessor()
        Description copied from interface: InteractorAccessee
        this accessee provides access to this accessor
        Returns:
        class that accessee provides to
      • reset

        public void reset()
        All components should be able to reset going back to some representative initial state
        Overrides:
        reset in class LtmAssignment