org.apache.uima.cas.impl
Class FSBooleanConstraintImpl

java.lang.Object
  extended by org.apache.uima.cas.impl.FSBooleanConstraintImpl
All Implemented Interfaces:
java.io.Serializable, FSBooleanConstraint, FSConstraint

public class FSBooleanConstraintImpl
extends java.lang.Object
implements FSBooleanConstraint

See interface for documentation.

See Also:
Serialized Form

Constructor Summary
FSBooleanConstraintImpl()
          Default constructor.
 
Method Summary
 void eq(boolean cond)
          Set the constraint.
 boolean match(boolean cond)
          Check the condition.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSBooleanConstraintImpl

public FSBooleanConstraintImpl()
Default constructor.

Method Detail

eq

public void eq(boolean cond)
Description copied from interface: FSBooleanConstraint
Set the constraint.

Specified by:
eq in interface FSBooleanConstraint
Parameters:
cond - The condition that needs to be matched to satisfy the constraint.

match

public boolean match(boolean cond)
Description copied from interface: FSBooleanConstraint
Check the condition.

Specified by:
match in interface FSBooleanConstraint
Parameters:
cond - Value to compare with the condition.
Returns:
True if value and constraint are equal, false else.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.