Interface ModelSchedulesContextReadOnly
- All Known Subinterfaces:
ModelSchedulesContextReadWrite
public interface ModelSchedulesContextReadOnly
- Since:
- 11.0 Paper Plane
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The representation of a Model Schedule accessible from a read only context.static enum
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
schedules
List<ModelSchedulesContextReadOnly.ModelSchedule> schedules()- Returns:
- the list of
ModelSchedulesContextReadOnly.ModelSchedule
already added to this model - Since:
- 11.0 Paper Plane
-
schedule
- Parameters:
name
- the schedule name to retrieve- Returns:
- the corresponding
ModelSchedulesContextReadOnly.ModelSchedule
if existing otherwisenull
- Since:
- 11.0 Paper Plane
-