org.onebusaway.transit_data_federation.services.blocks
Class AbstractBlockSequenceIndex

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.blocks.AbstractBlockSequenceIndex
Direct Known Subclasses:
BlockSequenceIndex

public abstract class AbstractBlockSequenceIndex
extends Object


Field Summary
protected  boolean _privateService
           
protected  List<BlockSequence> _sequences
           
protected  ServiceIdActivation _serviceIds
           
 
Constructor Summary
AbstractBlockSequenceIndex(List<BlockSequence> sequences, boolean privateService)
           
 
Method Summary
 List<BlockSequence> getSequences()
           
 ServiceIdActivation getServiceIds()
           
 boolean isPrivateService()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_sequences

protected final List<BlockSequence> _sequences

_serviceIds

protected final ServiceIdActivation _serviceIds

_privateService

protected final boolean _privateService
Constructor Detail

AbstractBlockSequenceIndex

public AbstractBlockSequenceIndex(List<BlockSequence> sequences,
                                  boolean privateService)
Method Detail

getSequences

public List<BlockSequence> getSequences()

getServiceIds

public ServiceIdActivation getServiceIds()

isPrivateService

public boolean isPrivateService()

size

public int size()


Copyright © 2012 OneBusAway. All Rights Reserved.