Package org.apache.uima.cas.impl
Class ConjunctiveConstraint
java.lang.Object
org.apache.uima.cas.impl.ConjunctiveConstraint
- All Implemented Interfaces:
Serializable,FSConstraint,FSMatchConstraint
Implements a conjunctive constraint.
- Version:
- $Revision: 1.1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSMatchConstraintprivate FSMatchConstraintprivate static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate(package private)Create a conjunctive constraint from two FSMatchConstraints. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
c1
-
c2
-
-
Constructor Details
-
ConjunctiveConstraint
private ConjunctiveConstraint() -
ConjunctiveConstraint
ConjunctiveConstraint(FSMatchConstraint c1, FSMatchConstraint c2) Create a conjunctive constraint from two FSMatchConstraints.- Parameters:
c1- First conjunct.c2- Second conjunct.
-
-
Method Details
-
match
Description copied from interface:FSMatchConstraintMatch against feature structures.- Specified by:
matchin interfaceFSMatchConstraint- Parameters:
fs- The feature structure we want to match.- Returns:
- -
-
toString
-