uk.org.toot.control
Class ControlSelector.LogicalBinary

java.lang.Object
  extended by uk.org.toot.control.ControlSelector.LogicalBinary
All Implemented Interfaces:
ControlSelector
Direct Known Subclasses:
ControlSelector.Or
Enclosing interface:
ControlSelector

public abstract static class ControlSelector.LogicalBinary
extends java.lang.Object
implements ControlSelector

An abstract logical binary selector which operates with two specified Controls.


Nested Class Summary
 
Nested classes/interfaces inherited from interface uk.org.toot.control.ControlSelector
ControlSelector.LogicalBinary, ControlSelector.Not, ControlSelector.Or
 
Constructor Summary
ControlSelector.LogicalBinary(ControlSelector a, ControlSelector b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.org.toot.control.ControlSelector
select
 

Constructor Detail

ControlSelector.LogicalBinary

public ControlSelector.LogicalBinary(ControlSelector a,
                                     ControlSelector b)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.