cz.cuni.amis.utils.flag.connective
Class Or
java.lang.Object
cz.cuni.amis.utils.flag.Flag<Boolean>
cz.cuni.amis.utils.flag.connective.Connective
cz.cuni.amis.utils.flag.connective.Or
- All Implemented Interfaces:
- IFlag<Boolean>, Serializable
public class Or
- extends Connective
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class cz.cuni.amis.utils.flag.Flag |
Flag.DoInSync<T> |
Methods inherited from class cz.cuni.amis.utils.flag.Flag |
addListener, addStrongListener, clearListeners, defreeze, freeze, getFlag, getImmutable, inSync, inSyncInner, isFrozen, isListenning, isNone, isOne, removeAllListeners, removeListener, setFlag, waitFor, waitFor, waitForChange, waitForChange |
get
public static Or get(Flag<Boolean> flag1,
Flag<Boolean> flag2)
get
public static Or get(Flag<Boolean>[] flags)
truthValueChanged
protected void truthValueChanged()
- Specified by:
truthValueChanged
in class Connective
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.