public static class MapSchedule.Builder extends Object
| Constructor and Description |
|---|
Builder(ScheduleType scheduleType) |
| Modifier and Type | Method and Description |
|---|---|
MapSchedule.Builder |
add(int position,
double value)
Add a single point to the map schedule.
|
MapSchedule |
build() |
public Builder(ScheduleType scheduleType)
scheduleType - Schedule opType to usepublic MapSchedule.Builder add(int position, double value)
position - Position to add (iteration or epoch index, depending on setting)value - Value for that iteraiton/epochpublic MapSchedule build()
Copyright © 2018. All rights reserved.