| Package | Description |
|---|---|
| de.viadee.bpm.vPAV.processing.dataflow |
| Modifier and Type | Class and Description |
|---|---|
class |
DataFlowRuleBuilder
Implements all stages of data flow rule construction.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
ConstrainedProcessVariableSet |
DataFlowRuleBuilder.thatAre(DescribedPredicateEvaluator<ProcessVariable> constraint) |
ConstrainedProcessVariableSet |
ProcessVariableSet.thatAre(DescribedPredicateEvaluator<ProcessVariable> constraint)
Method to define a custom constraint.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
DataFlowRuleBuilder.andThatAre() |
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
ConstrainedProcessVariableSet.andThatAre()
Begins a predicate construction to define an additional constraint and
combine it conjunctively after its creation with existing one.
|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
DataFlowRuleBuilder.orThatAre() |
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
ConstrainedProcessVariableSet.orThatAre()
Begins a predicate construction to define an additional constraint and
combine it disjunctively after its creation with existing one.
|
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
DataFlowRuleBuilder.thatAre() |
ProcessVariablePredicateBuilder<ConstrainedProcessVariableSet> |
ProcessVariableSet.thatAre()
Begins a predicate construction to define a constraint.
|
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.