| Package | Description |
|---|---|
| de.viadee.bpm.vPAV.processing.dataflow |
| Modifier and Type | Method and Description |
|---|---|
DescribedPredicateEvaluator<T> |
DescribedPredicateEvaluator.and(DescribedPredicateEvaluator<T> other)
Combines this predicate with another on conjunctively
|
DescribedPredicateEvaluator<T> |
DescribedPredicateEvaluator.inverse()
Inverses this predicate.
|
DescribedPredicateEvaluator<T> |
DescribedPredicateEvaluator.or(DescribedPredicateEvaluator<T> other)
Combines this predicate with another on disjunctively
|
| Modifier and Type | Method and Description |
|---|---|
DescribedPredicateEvaluator<T> |
DescribedPredicateEvaluator.and(DescribedPredicateEvaluator<T> other)
Combines this predicate with another on conjunctively
|
ConditionedProcessVariableSet |
DataFlowRuleBuilder.andShouldBe(DescribedPredicateEvaluator<ProcessVariable> condition) |
ConditionedProcessVariableSet |
ConditionedProcessVariableSet.andShouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
Method to define a custom condition and
combine it conjunctively after its creation with existing one.
|
ConstrainedProcessVariableSet |
DataFlowRuleBuilder.andThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint) |
ConstrainedProcessVariableSet |
ConstrainedProcessVariableSet.andThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint and
combine it conjunctively after its creation with existing one.
|
DescribedPredicateEvaluator<T> |
DescribedPredicateEvaluator.or(DescribedPredicateEvaluator<T> other)
Combines this predicate with another on disjunctively
|
ConditionedProcessVariableSet |
DataFlowRuleBuilder.orShouldBe(DescribedPredicateEvaluator<ProcessVariable> condition) |
ConditionedProcessVariableSet |
ConditionedProcessVariableSet.orShouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
Method to define a custom condition and
combine it disjunctively after its creation with existing one.
|
ConstrainedProcessVariableSet |
DataFlowRuleBuilder.orThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint) |
ConstrainedProcessVariableSet |
ConstrainedProcessVariableSet.orThatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint and
combine it disjunctively after its creation with existing one.
|
ConditionedProcessVariableSet |
DataFlowRuleBuilder.shouldBe(DescribedPredicateEvaluator<ProcessVariable> condition) |
ConditionedProcessVariableSet |
ConstrainedProcessVariableSet.shouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
Method to define a custom condition.
|
ConditionedProcessVariableSet |
ProcessVariableSet.shouldBe(DescribedPredicateEvaluator<ProcessVariable> condition)
Method to define a custom condition.
|
ConstrainedProcessVariableSet |
DataFlowRuleBuilder.thatAre(DescribedPredicateEvaluator<ProcessVariable> constraint) |
ConstrainedProcessVariableSet |
ProcessVariableSet.thatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint.
|
T |
ElementBasedPredicateBuilder.thatFulfill(DescribedPredicateEvaluator<BpmnElement> predicate)
Method to define a custom predicate for filtering elements.
|
T |
ElementBasedPredicateBuilderImpl.thatFulfill(DescribedPredicateEvaluator<BpmnElement> predicate) |
| Constructor and Description |
|---|
ElementBasedPredicateBuilderImpl(Function<DescribedPredicateEvaluator<ProcessVariable>,T> conditionSetter,
Function<ProcessVariable,List<BpmnElement>> elementProvider,
boolean onlyFlag,
String elementDescription) |
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.