21 package org.matsim.pt.transitSchedule;
47 private String
name = null;
99 StringBuilder strb =
new StringBuilder( ) ;
100 strb.append(
"[ facility id=" ).append(
id ) ;
101 strb.append (
" | coord=").append( coord ) ;
102 strb.append(
" | linkId=" ).append( linkId ) ;
105 return strb.toString() ;
120 if (this.customizableDelegate == null) {
void setName(final String name)
void setStopAreaId(Id< TransitStopArea > stopAreaId)
void setLinkId(final Id< Link > linkId)
Map< String, Object > getCustomAttributes()
Id< TransitStopArea > getStopAreaId()
final Id< TransitStopFacility > id
Map< String, Object > getCustomAttributes()
static Customizable createCustomizable()
void setCoord(Coord coord)
Attributes getAttributes()
boolean getIsBlockingLane()
Customizable customizableDelegate
Id< TransitStopArea > stopAreaId
final boolean isBlockingLane
final Attributes attributes
Id< TransitStopFacility > getId()
TransitStopFacilityImpl(final Id< TransitStopFacility > id, final Coord coord, final boolean isBlockingLane)