com.sun.mdm.index.configurator.impl.blocker
Class BlockRule

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.blocker.BlockRule

public class BlockRule
extends java.lang.Object


Constructor Summary
BlockRule()
          Creates a new instance of BlockRule
 
Method Summary
 void addCondition(AbstractCondition c)
          Adds a feature to the Condition attribute of the BlockRule object.
 java.util.Collection getConditions()
          Getter for Conditions attribute of the BlockRule object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockRule

public BlockRule()
Creates a new instance of BlockRule

Method Detail

addCondition

public void addCondition(AbstractCondition c)
Adds a feature to the Condition attribute of the BlockRule object.

Parameters:
c - The feature to be added to the Condition attribute.

getConditions

public java.util.Collection getConditions()
Getter for Conditions attribute of the BlockRule object.

Returns:
a collection of conditions.


Sun Microsystems, Inc.