public class StationEffectiveTimeOverlap extends EffectiveTimeOverlap implements StationSubsetter
| Constructor and Description |
|---|
StationEffectiveTimeOverlap(org.w3c.dom.Element config) |
StationEffectiveTimeOverlap(MicroSecondDate start,
MicroSecondDate end) |
StationEffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange) |
StationEffectiveTimeOverlap(TimeRange tr) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(StationImpl station,
NetworkSource network) |
boolean |
overlaps(Station station) |
overlaps, overlapspublic StationEffectiveTimeOverlap(MicroSecondTimeRangeSupplier timeRange)
public StationEffectiveTimeOverlap(org.w3c.dom.Element config)
throws ConfigurationException
ConfigurationExceptionpublic StationEffectiveTimeOverlap(TimeRange tr)
public StationEffectiveTimeOverlap(MicroSecondDate start, MicroSecondDate end)
public StringTree accept(StationImpl station, NetworkSource network)
accept in interface StationSubsetterpublic boolean overlaps(Station station)