Interface LookUpItemFromId<T>

  • All Known Implementing Classes:
    Measurements

    public interface LookUpItemFromId<T>
    Interface for class that provides the method to look up the "counted" item from its id. Necessary to generalize CadytsBuilder.
    Author:
    nagel
    • Method Detail

      • getItem

        T getItem​(org.matsim.api.core.v01.Id<T> id)