Interface LaneBasedGtuGenerator.IdsWithCharacteristics

All Superinterfaces:
Supplier<String>
Enclosing class:
LaneBasedGtuGenerator

public static interface LaneBasedGtuGenerator.IdsWithCharacteristics extends Supplier<String>
Id suppliers that implement this interface can indicate whether they are coupled to GTU characteristics information. In that case the GTU generator will assign the IDs in order of GTU characteristics.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the characteristics include GTU IDs.

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • hasIds

      boolean hasIds()
      Returns whether the characteristics include GTU IDs.
      Returns:
      whether the characteristics include GTU IDs