public interface TrendingService
| Modifier and Type | Method and Description |
|---|---|
default void |
show(String path)
Displays the trending quantity corresponding to the specified path.
|
default void |
show(String[] path)
Displays the trending quantity corresponding to the specified path.
|
void |
show(Trend.Descriptor trendDescriptor)
Displays the plot defined by the specified descriptor.
|
void |
show(TrendPage.Descriptor pageDescriptor)
Displays the trending page defined by the specified descriptor.
|
void |
show(TrendPlotter.Descriptor plotterDescriptor)
Displays the plot defined by the specified descriptor.
|
default void show(String[] path)
path - For example new String[]{"ccs-refrig","CmpSucPrs"}default void show(String path)
path - Slash-separated path.void show(Trend.Descriptor trendDescriptor)
trendDescriptor - void show(TrendPlotter.Descriptor plotterDescriptor)
plotterDescriptor - void show(TrendPage.Descriptor pageDescriptor)
pageDescriptor - Copyright © 2023 LSST. All rights reserved.