MilestoneWindow

public class MilestoneWindow

Represents a time interval for the milestone duration.

Constructors

MilestoneWindow

public MilestoneWindow()

Creates MilestoneWindow.

MilestoneWindow

public MilestoneWindow(WindowName name, Period period)

Creates MilestoneWindow with the name attribute set to name, the period attribute set to period.

Parameters:
  • name – the name of the milestone window
  • period – the duration of the time window

Methods

addAlerts

public void addAlerts(Alert... alertsList)

Adds the given alerts to this window.

Parameters:
  • alertsList – the list of the alerts do add

getAlerts

public List<Alert> getAlerts()

getMilestone

public Milestone getMilestone()

getName

public WindowName getName()

getPeriod

public Period getPeriod()

setAlerts

public void setAlerts(List<Alert> alerts)

setMilestone

public void setMilestone(Milestone milestone)

setName

public void setName(WindowName name)

setPeriod

public void setPeriod(Period period)