AnyLogic
Expand
Font size

Interface IStopLineDescriptor<T extends Agent>

All Superinterfaces:
IDescriptor, IMarkupLibraryDescriptor
All Known Implementing Classes:
StopLine

public interface IStopLineDescriptor<T extends Agent>
extends IDescriptor

Method Summary

Modifier and TypeMethodDescription
voidonCarPassed(T car, int laneIndex) 

Method Details

onCarPassed

void onCarPassed(T car,
 int laneIndex)