MATSIM
HasFacilityId.java
Go to the documentation of this file.
1 package org.matsim.api.core.v01.events;
2 
3 import org.matsim.api.core.v01.Id;
5 
6 public interface HasFacilityId{
7  String ATTRIBUTE_FACILITY = "facility";
9 }