| Package | Description |
|---|---|
| de.bmiag.tapir.variant.service |
| Modifier and Type | Method and Description |
|---|---|
static <V> FeatureBasedContainer<V> |
FeatureBasedContainer.of(V element)
Creates a new
FeatureBasedContainer with the given element and without expression. |
static <V> FeatureBasedContainer<V> |
FeatureBasedContainer.of(V element,
FeatureExpression expression)
Creates a new
FeatureBasedContainer with the given element and expression. |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
FeatureBasedContainerFilterService.filterByActivatedFeatures(Iterable<FeatureBasedContainer<T>> iterable)
Filters the given
Iterable by evaluation the FeatureExpression of each container. |
Copyright © 2018–2021 b+m Informatik AG. All rights reserved.