MATSIM
Public Member Functions | List of all members
org.matsim.facilities.OpeningTime Interface Reference
Inheritance diagram for org.matsim.facilities.OpeningTime:
Inheritance graph
[legend]

Public Member Functions

double getStartTime ()
 
void setStartTime (double starttime)
 
double getEndTime ()
 
void setEndTime (double endtime)
 

Detailed Description

Author
dgrether

Definition at line 27 of file OpeningTime.java.

Member Function Documentation

◆ getStartTime()

double org.matsim.facilities.OpeningTime.getStartTime ( )
Returns
start time; Double.NEGATIVE_INFINITY if open start

Implemented in org.matsim.facilities.OpeningTimeImpl.

Referenced by org.matsim.facilities.ActivityOptionImpl.addOpeningTime(), and org.matsim.facilities.OpeningTimeImpl.compareTo().

◆ setStartTime()

void org.matsim.facilities.OpeningTime.setStartTime ( double  starttime)

◆ getEndTime()

double org.matsim.facilities.OpeningTime.getEndTime ( )

◆ setEndTime()

void org.matsim.facilities.OpeningTime.setEndTime ( double  endtime)

The documentation for this interface was generated from the following file: