Package net.anwiba.commons.model
Class OrAggregatedBooleanDistributor
- java.lang.Object
-
- net.anwiba.commons.model.AbstractObjectChangedNotifier
-
- net.anwiba.commons.model.OrAggregatedBooleanDistributor
-
- All Implemented Interfaces:
IBooleanProvider,IBooleanDistributor,IObjectChangedNotifier
public class OrAggregatedBooleanDistributor extends AbstractObjectChangedNotifier implements IBooleanDistributor
-
-
Constructor Summary
Constructors Constructor Description OrAggregatedBooleanDistributor(java.util.Collection<IBooleanDistributor> models)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrAggregatedBooleanDistributorcreate(java.util.Collection<? extends IBooleanDistributor> models)booleanisTrue()-
Methods inherited from class net.anwiba.commons.model.AbstractObjectChangedNotifier
addChangeListener, fireObjectChanged, removeChangeListener, removeChangeListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.model.IBooleanDistributor
and, or
-
Methods inherited from interface net.anwiba.commons.lang.primitive.IBooleanProvider
isFalse, isTrue, not
-
Methods inherited from interface net.anwiba.commons.model.IObjectChangedNotifier
addChangeListener, removeChangeListener, removeChangeListeners
-
-
-
-
Constructor Detail
-
OrAggregatedBooleanDistributor
public OrAggregatedBooleanDistributor(java.util.Collection<IBooleanDistributor> models)
-
-
Method Detail
-
create
public OrAggregatedBooleanDistributor create(java.util.Collection<? extends IBooleanDistributor> models)
-
isTrue
public boolean isTrue()
- Specified by:
isTruein interfaceIBooleanProvider
-
-