com.azalient.api.b.demand
Interface ITripSource

All Superinterfaces:
SortableData
All Known Subinterfaces:
IMatrixDescription, IService, IVolume

public interface ITripSource
extends SortableData

A trip source is anything that can generate trips, including a matrix, a volume or a service


Method Summary
 boolean generateTrips()
          Return true if this demand source is currently switched on to generate trips
 void generateTrips(boolean b)
          Set trip generation from this demand source, on by default
 
Methods inherited from interface com.azalient.api.file.SortableData
get
 

Method Detail

generateTrips

boolean generateTrips()
Return true if this demand source is currently switched on to generate trips


generateTrips

void generateTrips(boolean b)
Set trip generation from this demand source, on by default