public class RepeatingTimePeriod extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
active(long time) |
static RepeatingTimePeriod |
parseFromOsmTurnRestriction(String day_on,
String day_off,
String hour_on,
String hour_off)
Parse the time specification from an OSM turn restriction
|
public static RepeatingTimePeriod parseFromOsmTurnRestriction(String day_on, String day_off, String hour_on, String hour_off)
day_on - day_off - hour_on - hour_off - public boolean active(long time)
Copyright © 2018. All rights reserved.