| Package | Description |
|---|---|
| de.bmiag.tapir.variant.annotation.feature | |
| de.bmiag.tapir.variant.feature.expression | |
| de.bmiag.tapir.variant.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmptyFeature
This is a marker interface to specify that a feature class has not been set.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Feature> |
ActivatedFeatureExpression.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
ActivatedFeatureExpression |
FeatureExpressionBuilder.activated(Class<? extends Feature> feature)
Returns a feature expression which evaluates to true, if the given feature is activated by consulting the
FeatureCheckService. |
void |
ActivatedFeatureExpression.Builder.setFeature(Class<? extends Feature> feature)
Initializes the value for the
ActivatedFeatureExpression.Builder.feature attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureCheckService.isActive(Class<? extends Feature> feature)
Returns true if the given
Feature is active. |
Copyright © 2018–2021 b+m Informatik AG. All rights reserved.