| Modifier and Type | Interface and Description |
|---|---|
interface |
IBooleanModel |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedBooleanModel |
class |
AndAggregatedBooleanDistributor |
class |
BooleanModel |
class |
BooleanModelAggregationModel |
class |
OrAggregatedBooleanDistributor |
class |
UnchangableBooleanModel |
| Modifier and Type | Method and Description |
|---|---|
default IBooleanDistributor |
IBooleanDistributor.and(IBooleanDistributor model,
IBooleanDistributor... others) |
default IBooleanDistributor |
IBooleanDistributor.or(IBooleanDistributor model,
IBooleanDistributor... others) |
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanModelAggregationModel.add(IBooleanDistributor model) |
default IBooleanDistributor |
IBooleanDistributor.and(IBooleanDistributor model,
IBooleanDistributor... others) |
default IBooleanDistributor |
IBooleanDistributor.and(IBooleanDistributor model,
IBooleanDistributor... others) |
default IBooleanDistributor |
IBooleanDistributor.or(IBooleanDistributor model,
IBooleanDistributor... others) |
default IBooleanDistributor |
IBooleanDistributor.or(IBooleanDistributor model,
IBooleanDistributor... others) |
| Modifier and Type | Method and Description |
|---|---|
OrAggregatedBooleanDistributor |
OrAggregatedBooleanDistributor.create(Collection<? extends IBooleanDistributor> models) |
AndAggregatedBooleanDistributor |
AndAggregatedBooleanDistributor.create(Collection<? extends IBooleanDistributor> models) |
| Constructor and Description |
|---|
AndAggregatedBooleanDistributor(Collection<IBooleanDistributor> models) |
OrAggregatedBooleanDistributor(Collection<IBooleanDistributor> models) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.