org.isam.exehda.services
Class CellInformationBase.CompositeSelectionConstraint

java.lang.Object
  |
  +--org.isam.exehda.services.CellInformationBase.SelectionConstraint
        |
        +--org.isam.exehda.services.CellInformationBase.CompositeSelectionConstraint
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CellInformationBase

public static class CellInformationBase.CompositeSelectionConstraint
extends CellInformationBase.SelectionConstraint

See Also:
Serialized Form

Field Summary
static int M_AND
           
static int M_OR
           
static int M_XOR
           
 
Constructor Summary
CellInformationBase.CompositeSelectionConstraint(int mode)
          Creates a new CompositeSelectionConstraint instance.
 
Method Summary
 void addConstraint(CellInformationBase.SelectionConstraint c)
          Describe addConstraint method here.
 java.util.Enumeration constraints()
           
 int getMode()
           
 boolean match(CellInformationBase.Resource r)
          Describe match method here.
 
Methods inherited from class org.isam.exehda.services.CellInformationBase.SelectionConstraint
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M_AND

public static final int M_AND
See Also:
Constant Field Values

M_OR

public static final int M_OR
See Also:
Constant Field Values

M_XOR

public static final int M_XOR
See Also:
Constant Field Values
Constructor Detail

CellInformationBase.CompositeSelectionConstraint

public CellInformationBase.CompositeSelectionConstraint(int mode)
Creates a new CompositeSelectionConstraint instance.

Parameters:
mode - an int value
Method Detail

addConstraint

public void addConstraint(CellInformationBase.SelectionConstraint c)
Describe addConstraint method here.

Parameters:
c - a SelectionConstraint value

match

public boolean match(CellInformationBase.Resource r)
Describe match method here.

Specified by:
match in class CellInformationBase.SelectionConstraint
Parameters:
r - a Resource value
Returns:
a boolean value

constraints

public java.util.Enumeration constraints()

getMode

public int getMode()