public interface ConstrainedProcessVariableSet
| Modifier and Type | Method and Description |
|---|---|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
andThatAre()
Begins a predicate construction to define an additional constraint and
combine it conjunctively after its creation with existing one.
|
ConstrainedProcessVariableSet |
andThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint and
combine it conjunctively after its creation with existing one.
|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
orThatAre()
Begins a predicate construction to define an additional constraint and
combine it disjunctively after its creation with existing one.
|
ConstrainedProcessVariableSet |
orThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint and
combine it disjunctively after its creation with existing one.
|
ProcessVariablePredicateBuilder<ConditionedProcessVariableSet> |
shouldBe()
Begins a predicate construction to define a condition
|
ConditionedProcessVariableSet |
shouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
Method to define a custom condition.
|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> orThatAre()
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> andThatAre()
ConstrainedProcessVariableSet orThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
constraint - - Constraint to be appended disjunctivelyConstrainedProcessVariableSet andThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
constraint - - Constraint to be appended conjunctivelyProcessVariablePredicateBuilder<ConditionedProcessVariableSet> shouldBe()
ConditionedProcessVariableSet shouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
condition - - Condition that should be fulfilledCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.