Package net.anwiba.commons.model
Class BooleanModelAggregationModel
- java.lang.Object
-
- net.anwiba.commons.model.AbstractObjectChangedNotifier
-
- net.anwiba.commons.model.BooleanModelAggregationModel
-
- All Implemented Interfaces:
IBooleanProvider,IBooleanDistributor,IObjectChangedNotifier
public class BooleanModelAggregationModel extends AbstractObjectChangedNotifier implements IBooleanDistributor
-
-
Constructor Summary
Constructors Constructor Description BooleanModelAggregationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(IBooleanDistributor model)booleanisTrue()voidremove(IBooleanModel model)voidremoveAll()-
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, not, or
-
Methods inherited from interface net.anwiba.commons.lang.primitive.IBooleanProvider
isFalse, isTrue, notTrue
-
Methods inherited from interface net.anwiba.commons.model.IObjectChangedNotifier
addChangeListener, removeChangeListener, removeChangeListeners
-
-
-
-
Method Detail
-
add
public void add(IBooleanDistributor model)
-
remove
public void remove(IBooleanModel model)
-
removeAll
public void removeAll()
-
isTrue
public boolean isTrue()
- Specified by:
isTruein interfaceIBooleanProvider
-
-