Package org.apache.uima.cas.impl
Class DisjunctiveConstraint
java.lang.Object
org.apache.uima.cas.impl.DisjunctiveConstraint
- All Implemented Interfaces:
Serializable,FSConstraint,FSMatchConstraint
Implements a disjunctive constraint. Optimize later.
- Version:
- $Revision: 1.1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSMatchConstraintprivate FSMatchConstraintprivate static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate(package private)Create new disjunctive constraint. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
c1
-
c2
-
-
Constructor Details
-
DisjunctiveConstraint
private DisjunctiveConstraint() -
DisjunctiveConstraint
DisjunctiveConstraint(FSMatchConstraint c1, FSMatchConstraint c2) Create new disjunctive constraint.
-
-
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
-