public interface Model
SMC interface.| Modifier and Type | Method and Description |
|---|---|
Set<Component> |
getComponents(ComponentFilter filter)
Returns components accepted by given
filter. |
<T extends Component> |
getComponents(ComponentFilter filter,
Class<T> type)
Returns components accepted by given
filter that are also of the specified type. |
Set<Component> getComponents(ComponentFilter filter)
filter.filter - a ComponentFilterComponent passing given filter<T extends Component> Set<T> getComponents(ComponentFilter filter, Class<T> type)
filter that are also of the specified type.T - the type of the componentfilter - a ComponentFiltertype - the class type of the components to retrieve from the modelComponent passing given filterCopyright © 2019 Solibri, Inc.. All rights reserved.