public interface Selection
CategorySelection
and a FilterSelection part.| Modifier and Type | Method and Description |
|---|---|
CategorySelection |
createCategorySelection()
Factory method.
|
FilterSelection |
createFilterSelection()
Factory method.
|
CategorySelection |
getCategorySelection()
Accessor method.
|
FilterSelection |
getFilterSelection()
Accessor method.
|
boolean |
getReducedMaskedSelection()
Accessor method.
|
void |
setCategorySelection(CategorySelection newCategories)
Accessor method.
|
void |
setFilterSelection(FilterSelection newFilters)
Accessor method.
|
void |
setReducedMaskedSelection(boolean newReducedMasked)
Accessor method.
|
CategorySelection createCategorySelection()
FilterSelection createFilterSelection()
CategorySelection getCategorySelection()
void setCategorySelection(CategorySelection newCategories)
newCategories - the alarm categories selectionFilterSelection getFilterSelection()
void setFilterSelection(FilterSelection newFilters)
newFilters - the alarm property filters selectionboolean getReducedMaskedSelection()
void setReducedMaskedSelection(boolean newReducedMasked)
newReducedMasked - the reduced&masked selection flag. If set to TRUE,
only the changes resulting from reduction
and masking analysis are distributed to the client, filtering
out all the changes being reduced or masked.