20 package org.matsim.core.api.experimental.events;
72 Map<String, String> attr = super.getAttributes();
74 attr.put(ATTRIBUTE_AGENT, this.agentId.toString());
75 attr.put(ATTRIBUTE_WAITSTOP, this.waitingAtStopId.toString());
76 attr.put(ATTRIBUTE_DESTINATIONSTOP, this.destinationStopId.toString());
static final String ATTRIBUTE_AGENT
static final String ATTRIBUTE_DESTINATIONSTOP
final Id< TransitStopFacility > waitingAtStopId
static final String ATTRIBUTE_WAITSTOP
Id< TransitStopFacility > getWaitingAtStopId()
Map< String, String > getAttributes()
AgentWaitingForPtEvent(final double now, final Id< Person > agentId, final Id< TransitStopFacility > waitingAtStopId, final Id< TransitStopFacility > destinationStopId)
static final String EVENT_TYPE
Id< TransitStopFacility > getDestinationStopId()
final Id< Person > agentId
final Id< TransitStopFacility > destinationStopId
Id< Person > getPersonId()