|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITrips
A handle to the data associated with a Trips Page.
Each trips page contains trips generated by a particular random seed,
for a given set of demand sources (matrices, volumes, services)
| Field Summary |
|---|
| Fields inherited from interface com.azalient.api.a.tables.IModule |
|---|
NONE |
| Fields inherited from interface com.azalient.api.a.tables.IPage |
|---|
ZERO |
| Method Summary | |
|---|---|
void |
close()
|
boolean |
compact()
|
void |
compact(boolean b)
|
IStore<ITrip> |
directedPersonTrips()
A store of the directed person trips |
IStore<ITrip> |
directedVehicleTrips()
A store of the directed vehicle trips |
boolean |
external()
|
void |
external(boolean x)
|
UTime |
first()
|
void |
first(UTime t)
|
String |
generatedAt()
|
void |
generatedAt(String when)
|
String |
generatedBy()
|
void |
generatedBy(String demandName)
|
long |
generationSeed()
|
void |
generationSeed(long s)
|
TripStochasticity |
generationStochastic()
|
void |
generationStochastic(TripStochasticity stochastic)
|
double |
generationWeight()
|
void |
generationWeight(double d)
|
UTime |
last()
|
void |
last(UTime t)
|
int |
size(TripMode mode,
boolean directed)
Return the number of trips in the given mode/directed part of the Trips page, for example, to retrieve the number of undirected person trips, set mode to people and directed to false. |
IStore<ITransportTrip> |
transportTrips()
A store of the transport trips. |
IStore<? extends ITrip> |
transportTripsAsITrip()
A store of the transport trips, in a cast that allows ITrip to be used |
ITrip |
trip(TripMode mode,
boolean directed,
int index)
Get trip number [ index ] in the mode/directed store |
IStore<ITrip> |
undirectedPersonTrips()
A store of the undirected person trips |
IStore<ITrip> |
undirectedVehicleTrips()
A store of the undirected vehiclce trips |
| Methods inherited from interface com.azalient.api.a.tables.IModule |
|---|
addTable, baseName, childModules, destroy, open, open, pageName, pageType, parentModule, rename, save, save, table, verify |
| Methods inherited from interface com.azalient.api.a.tables.IPage |
|---|
baseName, pageName, pageType |
| Method Detail |
|---|
int size(TripMode mode,
boolean directed)
ITrip trip(TripMode mode,
boolean directed,
int index)
IStore<ITrip> directedPersonTrips()
IStore<ITrip> directedVehicleTrips()
IStore<ITrip> undirectedPersonTrips()
IStore<ITrip> undirectedVehicleTrips()
IStore<ITransportTrip> transportTrips()
IStore<? extends ITrip> transportTripsAsITrip()
void compact(boolean b)
void external(boolean x)
void generatedBy(String demandName)
void generatedAt(String when)
void generationSeed(long s)
void generationStochastic(TripStochasticity stochastic)
void generationWeight(double d)
void first(UTime t)
void last(UTime t)
boolean compact()
boolean external()
String generatedBy()
String generatedAt()
long generationSeed()
TripStochasticity generationStochastic()
double generationWeight()
UTime first()
UTime last()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||