Package | Description |
---|---|
com.solibri.smc.api.filter | |
com.solibri.smc.api.model |
Modifier and Type | Method and Description |
---|---|
static <T> ComponentFilter |
ComponentFilter.propertyValueEquals(PropertyReference propertyReference,
T value)
Returns a filter that accepts components when the specified property has a specified target value.
|
static <T> ComponentFilter |
ComponentFilter.propertyValueMatches(PropertyReference propertyReference,
Predicate<Optional<T>> predicate)
Returns a filter that accepts components when the specified component's property value matches the given
predicate.
|
Modifier and Type | Method and Description |
---|---|
<T> Optional<T> |
Component.getPropertyValue(PropertyReference propertyReference)
Returns the value of property to which the given PropertyReference refers.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.