org.onebusaway.transit_data_federation.impl.transit_graph
public class BlockEntryImpl extends Object implements BlockEntry, Serializable
Constructor and Description |
---|
BlockEntryImpl() |
Modifier and Type | Method and Description |
---|---|
List<BlockConfigurationEntry> |
getConfigurations()
The configurations are sorted by decreasing service id count, and then by
service id for configurations with the same number of service ids.
|
org.onebusaway.gtfs.model.AgencyAndId |
getId()
BlockEntry Interface |
void |
setConfigurations(List<BlockConfigurationEntry> configurations) |
void |
setId(org.onebusaway.gtfs.model.AgencyAndId id) |
String |
toString() |
public void setId(org.onebusaway.gtfs.model.AgencyAndId id)
public void setConfigurations(List<BlockConfigurationEntry> configurations)
public org.onebusaway.gtfs.model.AgencyAndId getId()
BlockEntry
InterfacegetId
in interface BlockEntry
public List<BlockConfigurationEntry> getConfigurations()
BlockEntry
BlockCalendarService#getBlockConfigurationIndex(AgencyAndId, long)
for more info.getConfigurations
in interface BlockEntry
Copyright © 2014 OneBusAway. All Rights Reserved.