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