org.apache.uima.cas.impl
Class BooleanConstraint

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

public class BooleanConstraint
extends java.lang.Object
implements FSMatchConstraint

Implementation of boolean match constraint. See interface for documentation.

See Also:
Serialized Form

Field Summary
protected  java.util.ArrayList<java.lang.String> featNames
           
 
Method Summary
 boolean match(FeatureStructure fs)
          Match against feature structures.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

featNames

protected java.util.ArrayList<java.lang.String> featNames
Method Detail

match

public boolean match(FeatureStructure fs)
Description copied from interface: FSMatchConstraint
Match against feature structures.

Specified by:
match in interface FSMatchConstraint
Parameters:
fs - The feature structure we want to match.

toString

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


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.