Search in sources :

Example 1 with BlockTripEntryImpl

use of org.onebusaway.transit_data_federation.impl.transit_graph.BlockTripEntryImpl in project onebusaway-application-modules by camsys.

the class UnitTestingSupport method blockTrip.

public static BlockTripEntryImpl blockTrip(BlockConfigurationEntry blockConfig, TripEntry trip) {
    BlockTripEntryImpl blockTrip = new BlockTripEntryImpl();
    blockTrip.setBlockConfiguration(blockConfig);
    blockTrip.setTrip(trip);
    return blockTrip;
}
Also used : BlockTripEntryImpl(org.onebusaway.transit_data_federation.impl.transit_graph.BlockTripEntryImpl)

Aggregations

BlockTripEntryImpl (org.onebusaway.transit_data_federation.impl.transit_graph.BlockTripEntryImpl)1