public interface ComponentSelector
CheckingSelection
, but in addition allows to select components for
checking. Selecting components for checking is possible only during the pre check phase. An IllegalStateException
is thrown if an attempt is made to select a component after the pre check phase.Modifier and Type | Method and Description |
---|---|
boolean |
hasSelectedComponents()
Returns true if there is at least one component selected for checking by this selector.
|
Set<Component> |
select(ComponentFilter filter)
Select for checking the components that satisfy the specified filter.
|
Set<Component> select(ComponentFilter filter)
CheckingSelection.pass(Component)
method. If the
selected components are not all marked as checked by the end of the checking, an IllegalStateException
will be thrown.filter
- the filter used to find the components to be selectedboolean hasSelectedComponents()
Copyright © 2019 Solibri, Inc.. All rights reserved.