| Package | Description |
|---|---|
| de.bmiag.tapir.variant.feature.expression | |
| de.bmiag.tapir.variant.filter | |
| de.bmiag.tapir.variant.service |
| Modifier and Type | Method and Description |
|---|---|
AnyOfFeatureExpression |
FeatureExpressionBuilder.anyOf(FeatureExpression... featureExpressions)
Returns a feature expression which evaluates to true if at least one of the given featureExpressions evaluates to true.
|
static AnyOfFeatureExpression |
AnyOfFeatureExpression.build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnyOfFeatureExpression.Builder> init)
Creates an immutable instance of AnyOfFeatureExpression.
|
AnyOfFeatureExpression |
AnyOfFeatureExpression.copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnyOfFeatureExpression.Builder> init)
Creates an immutable copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FeatureBasedParameterFilter._evaluate(AnyOfFeatureExpression anyOfFeatureExpression)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FeatureCheckService._evaluate(AnyOfFeatureExpression anyOfFeatureExpression)
Evaluates the given expression.
|
Copyright © 2018–2021 b+m Informatik AG. All rights reserved.